Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Highest USED workarea
Message
From
05/08/1999 17:35:45
 
 
To
05/08/1999 16:08:40
Julius Sotomil
Icodes Computer Services
Philippines
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00250374
Message ID:
00250458
Views:
19
>Hi! use this command:
>
> HighestArea = Select(0)-1
>

Doesn't work. SELECT(0) returns the currently selected work area, which can be rather embarrassing. SELECT 0, followed by SELECT() won't work either - if you do the following, you'll be rather unpleasantly surprised:

CLOSE ALL
USE Table1 IN 0
USE Table2 IN 0
USE Table3 IN 0
USE IN Table2 && USE IN 2 works fine as well
SELECT 0
? SELECT() && or SELECT(0)
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform