Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
String to Object
Message
From
14/07/2003 17:26:47
Tom Pickel
Corporate Technology Group
Arlington, Texas, United States
 
 
To
01/07/2003 10:40:38
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00805187
Message ID:
00810014
Views:
15
you are leaving out the textbox control label

form1 is the form name
.text1 is the textbox control label
.text is the value within the texbox


try this

text1 = the name of your textbox control



Private Sub Button1_Click()
OpenForm (trim(txtFormName.TEXT1.text))
End Sub

Private Function OpenForm(lcFormName)'its not necessary for the AS OBJECT statement
lcFormName.SHOW
End Function
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform