Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexing SQL results
Message
From
11/09/1997 08:53:44
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00049056
Message ID:
00049490
Views:
55
>This is a routine for "ReUsing" a cursor so that it beomes read/write.
>It requires a single argument: the name of the cursor passed as a character string.
>
>Procedure ReUse && Makes a readonly cursor read-write
>LParam CursorName
>Use (dbf(CursorName)) Again in 0 Alias __ReUseTemp
>Use in Select(CursorName)
>Use (dbf("__ReUseTemp")) Again in 0 Alias (CursorName)
>Use in __ReUseTemp
>Sele (CursorName)
>Return

You may want to create a new entry in the Knowledgebase here on Universal Thread for this sample. It may be useful to many of us. Thank you.

Vlad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform