Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Putting different text in a textbox in a form
Message
From
31/03/1999 00:48:23
 
 
To
31/03/1999 00:45:48
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00203752
Message ID:
00203755
Views:
16
Gan,

Pass the error message as a parameter to the form from the calling form :-

DO FORM errForm WITH lcErrMessage

In errForm.Init(), retrieve the parameter and place in the TextBox :-

LPARAMETERS lcErrMess
THIS.txtErrMsg.VALUE = lcErrMess



Kenneth

>I've created a form for prompting different error messages. The form contains a Textbox for different error messages which I want to put for the user.
>
>How should I run the form and then put the Value of the Error Messages with my choice? Is it possible? For example err..
>
>errform.txtErrmsg.value = "Record not found."
Kenneth.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform