Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does VFP has this feature?
Message
From
28/06/2000 16:00:08
 
 
To
28/06/2000 15:49:10
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00386041
Message ID:
00386054
Views:
23
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform