Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report Trouble
Message
From
30/12/1999 11:59:36
 
 
To
30/12/1999 11:39:18
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00310435
Message ID:
00310468
Views:
21
>>SELECT INTO CURSOR
>>
>>>...The problem is that I'm getting browse windows
>
>are you saying to select as variablename
>into cursor, then do the calculation elsewhere?

No - you must specify the name of the target cursor, or the default name of "Query" is used and it immediately pops the cursor in a browse. Instead, add an INTO CURSOR clause to specify an alias to associate with the result, and the browse won't pop and it won't be instantly destroyed by the next query.

Instead of

SELECT foo FROM bar

SELECT foo FROM bar INTO CURSOR baz
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