Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SEEK(),INDEXSEEK() or KeyMatch() or SELECT-SQL?
Message
From
13/04/2005 14:49:44
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01002645
Message ID:
01004317
Views:
41
>
>I agree with some flag (global variable), like I think Walter is using in his RI builder. But I didn't get the part about macro... Could you please explain, what do you mean?
*-- app setup
public glkeepRITablesOpen
glkeepRITablesOpen = .f.

....

= batchcommand("Replace myField with 12345 next 5000 in myTable")

func batchcommand(tcCommand)
glkeepRITablesOpen = .t.
&tcCommand
glkeepRITablesOpen = .f.
regards

thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform