Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best way to get user input?
Message
De
03/11/1998 20:15:34
 
 
À
02/11/1998 23:57:26
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00153811
Message ID:
00154169
Vues:
13
>I am looking for suggestions on the best way to get user input while in the middle of a method. What I want to do is pop up a form that is in the formset so the user can add information, in this case an item id, if a certain condition is met while I am in a method. Can I just "ACTIVATE WINDOW inputform"? I need the rest of the method to finish after the user enters the info.




See Help on GetExpr(), or Download "MBox" in File Section,

if you use SQL, you can simply:

Select * from orditems where Orditems.Order_id = ?MyOrder_id ;
into cursor tmp

Of cos, you can self define a reusable form for simply input with some parameters passing... It will not cause much time to do! ^-^;
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform