Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Move text from one form to another
Message
From
14/12/2004 01:23:19
 
 
To
13/12/2004 00:23:35
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00968227
Message ID:
00969001
Views:
19
It never gets to that cmd because txtGoTo never gets any data from the Statistics form.

I changed the line from:
frmStatistics.Show vbModal, Me
If Len(txtGoTo) > 0 Then
Call cmdGoTo_Click
End If

to:

frmStatistics.Show vbModal
If Len(txtGoTo) > 0 Then
Call cmdGoTo_Click
End If

No change, still no value in txtGoTo.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform