Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace cursor
Message
From
04/02/2003 05:13:36
 
 
To
03/02/2003 13:25:16
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00748127
Message ID:
00748770
Views:
22
My option very simple:
In the load of the form create array (adir) with all of tables in current directory (On that point, there is not any cursor).
In the first line of the command button add array (aused), and do the following steps (My problem is to type the command acc vfp array commands, but you can see the prinsple):
1. select * from aused where the table\cursor not in (select table/cursor from adir)into cursor mycursors.
2. select mycursors
scan
ccursor=mycursors.field
use in ccursor
endscan
(Ohh, here I have to use once with 'use in mycursors')
Thank you if you can help me to build it.
Thank you
Chaim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform