Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending parameter
Message
De
15/01/2007 12:34:56
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Sending parameter
Divers
Thread ID:
01185649
Message ID:
01185649
Vues:
60
Hi..
procedure myform.init
omyobj = NEWOBJECT("myoneform", "mylib.vcx", , thisform)
endproc
I tried both:
omyobj = NEWOBJECT("myoneform", "mylib.vcx", thisform)
omyobj = NEWOBJECT("myoneform", "mylib.vcx", , thisform)
omyobj = NEWOBJECT("myoneform", "mylib.vcx", ,, thisform)
omyobj = NEWOBJECT("myoneform", "mylib.vcx", 0, thisform)
but, both face errors..

how should I send "thisform" reference to the called one.. I need to deal with that reference on the init method of called one..

TIA
Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform