Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Move text from one form to another
Message
De
14/12/2004 01:23:19
 
 
À
13/12/2004 00:23:35
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00968227
Message ID:
00969001
Vues:
18
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform