Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generic Routine For Requerying Views
Message
From
24/12/1998 09:55:39
 
 
To
24/12/1998 08:35:20
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordan
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00170212
Message ID:
00170248
Views:
20
>Is there any Generic Routine avl For Requerying Views in current form...

requery()

of

requery('Alias')

I assume you know all the aliases that exist in the form.


>Plus is there any function to know whether opened alias is Table or view..

nResult = cursorgetprop('SourceType')

Returns...
1 – Specifies that the data source is a local SQL view.
2 – Specifies that the data source is a remote SQL view.
3 – Specifies that the data source is a table.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform