Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from current record
Message
From
23/12/2007 10:38:48
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01277211
Message ID:
01277225
Views:
21
>Thank you
>
>I worked.But when I execute the line all fields of the cursor
>are showed in the grid. How can I show only the fields I want ?

Make sure that the cursor ALWAYS exists, meaning never delete it or recreate it. Instead you do like this:
Select whatever into cursor curdummy
Select GridCursor && The cursor which is controlsource for the grid
ZAP
Append from dbf('curdummy')
Yourgrid.refresh()
Previous
Reply
Map
View

Click here to load this message in the networking platform