Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Buld grid without table
Message
From
04/09/2005 06:47:32
 
 
To
04/09/2005 06:36:43
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01046646
Message ID:
01046648
Views:
14
Hi,
You can create a cursor.
CREATE CURSOR mytmp (field1 C(1), field2 I, field3 L, field4 D)
THISFORM.mygrid.recordsourcetype = 1
THISFORM.mygrid.recordsource = "mytmp"
HTH
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Reply
Map
View

Click here to load this message in the networking platform