Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I change name of form at runtime
Message
From
28/03/2004 01:30:35
 
 
To
27/03/2004 17:36:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00890205
Message ID:
00890232
Views:
21
Denis,

Try
ThisForm.Name = "Name_"+LTrim(Str(_Screen.FormCount+1))
Manoj

>VFP 7
>
>At runtime I want to change the name of a form.
>
>I tried by putting some code in the LOAD event of the form
>
>this.Name = "Name_" + str( _screen.formCount + 1)
>
>Why is'nt this working?
Manoj Karki
manoj0karki@yahoo.com
Nepal
Previous
Reply
Map
View

Click here to load this message in the networking platform