Page 1 of 1

Grid and Virtual Grid

Posted: Mon Jan 27, 2014 4:54 am
by hmgchang
Dear All,

How to tell the different the Grid with/without the Virtual ?

thks n rgds
Chang

Re: Grid and Virtual Grid

Posted: Wed Apr 30, 2014 5:46 am
by hmgchang
To my understanding now,
1. As the HMG samples\Controls\Grid\Grid.02... Grid.07
2. The VIRTUAL can only be used if ITEMCOUNT n ONQUERYDATA defined

Code: Select all

VIRTUAL ;
		ITEMCOUNT 100000000 ;
		ON QUERYDATA QueryTest() 
3. Can not be used for Array/Dbf

Pls advise for more detail...

TIA
:D

Rgds
Chang