Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending parameter
Message
 
 
À
15/01/2007 12:34:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01185649
Message ID:
01185650
Vues:
9
This message has been marked as the solution to the initial question of the thread.
>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

Try to pass an empty string as the 4th parameter.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform