Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Move text from one form to another
Message
De
13/12/2004 00:23:35
 
 
À
12/12/2004 21:39:54
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00968227
Message ID:
00968657
Vues:
9
Hi ..
refer to your code ..
If Len(txtGoTo.text) > 0 Then ' if text is returned from statistics form
Call cmdGoTo_Click
End If
what is in CmdGoTo_click ?

and why did you use:

frmStatistics.Show vbModal, Me ' show statistics form

actualy should be like :

frmStatistics.Show vbModal

regards
Winan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform