Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Does VFP has this feature?
Message
De
28/06/2000 16:00:08
 
 
À
28/06/2000 15:49:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00386041
Message ID:
00386054
Vues:
22
>I've been programming in MSAccess since it first appeared. Access has an Inputbox command that displays a sort of Messagebox with any text and a blank field where you can type any number or string and save it to a memory variable. I've been looking in VFP for a similar thing but couldn't find any. Does this means that I must create a new modal form every time I want the user to type some needed piece of data? What would be the easiest way to programmatically do this?
>Thanks in advance.
>
>Ulises

You need to create this modal form only once and save it as a class. Have the form class accept some parameters in its Init event to control the message and title at runtime. Include this class in any project you create.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform