Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why do queries take longer in a private datasession?
Message
 
 
À
21/07/1999 15:19:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00244276
Message ID:
00244342
Vues:
14
I think you may be making this harder than need be. Try creating a local, parameterized view:

create sql view RptCursor as select * from Imprn where PrintNo = ?nPrintNo

Then in your form DE, you can add this view. Set the NoDataOnLoad to .T. and in the BeforeOpenTables, put set talk off. In the click, put this code:

local nPrintNo
nPrintNo = thisform.txt_printno.value
requery("RptCursor")

Add whatever other code you need around this.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform