REVISION OF GRID/BROWSE

Creative ideas/suggestions for HMG

Moderator: Rathinagiri

franco
Posts: 816
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: REVISION OF GRID/BROWSE

Post by franco »

UPDATE UPDATE

Thanks Edward and Claudio. This works for me.
THIS DOES WORK IN HMG3.2 WIN8
BUT DOES NOT WORK IN 3.44 WINDOWS 10. IF i COMPILE IN 3.44 WIN 10 AND RUN ON WIN8 ITS OK BUT INTERVAL DOES NOT WORK IN 10.
ANY THOUGHTS. TIME() WILL WORK IN 10 BUT NOT MEMORY().

Code: Select all

@ 150,600 LABEL Label_1 
		
		DEFINE TIMER Timer_1 ;
		INTERVAL 2000 ;
		ACTION {||{Form_2.Label_1.Value := 'Memory '+str(MEMORY())}} 
My memory seems ok so far. I always close files when leaving a grid.
I wonder for others if when releasing a window if clear buffer is being done, if a database is still open.
Franco ;)
All The Best,
Franco
Canada
franco
Posts: 816
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: REVISION OF GRID/BROWSE

Post by franco »

False Alarm:
This all of a sudden started working in 3.2 win and 3.44 win10. I do not know why, maybe the memory was not changing in 10 machine.
Franco ;)
All The Best,
Franco
Canada
Post Reply