Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Generic Routine For Requerying Views
Message
De
24/12/1998 09:55:39
 
 
À
24/12/1998 08:35:20
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordanie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00170212
Message ID:
00170248
Vues:
22
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform