Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Skip in Grid using WITH...ENDWITH command
Message
From
12/06/2003 13:33:51
 
 
To
12/06/2003 12:33:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00799427
Message ID:
00799463
Views:
22
Kevin,

The problem may be the (.recordsource), not the SKIP. I've experienced problems inside WITH...ENDWITH constructs. It seems that with certain commands (LOCATE, REPLACE) that expect Table.Fieldname, VFP gets confused when you pass it a .Property. Consequently when I'm using these commands, I spell out the property in full (i.e. THISFORM.Property). By the same token you might try the SKIP command referencing THISFORM.Grid.RecordSource (hopefully when you issue SKIP -7, you actually have seven records to skip. :)).

Hope this helps

John
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform