Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Indexing views in dataenvironment
Message
De
24/06/1998 22:55:12
 
 
À
24/06/1998 12:19:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00111253
Message ID:
00111437
Vues:
13
>How can I create indexes for a view and then use them in a form.
>Every time I try to index the view from within a method of the form I get an error saying that I can't index a buffered view, but I can't find a way to turn off the buffering either.
>If I create the indexes outside the form, then how can I "use" the view? I can't say "use < view_name >" because the view doesn't exist on the disk.


CURSORSETPROP('Buffering',3,'myview')
INDEX ON myfield TAG myfield
CURSORSETPROP('Buffering',5,'myview')
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform