Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I write text in a form
Message
From
26/02/2007 12:32:42
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01198747
Message ID:
01198842
Views:
6
>I would like to replace a messagebox by a form because it would contain
>many information and a messagebox would be confuse.
>
>Is there any way to include text message in a form rather then using labels ?
>
>Moisés

Sure, just put an EditBox into the form.
* Method Form.AddText
lparameters lcText
ThisForm.EdbResult.Value = ThisForm.EdbResult.Value + lcText + chr(13) + chr(10)
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform