Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Member does not evaluate to an object
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01441929
Message ID:
01441936
Vues:
28
>Naomi
>
>I wrote as below and have the message: "not object yet"
>
>Any idea ?
>
>
>
>loPadroesBoleto = cbx.PadroesBoleto
>if vartype(loPadroesBoleto) = 'O' and ;
>     type('cbx.PadroesBoleto.PadroesBoletoImpresso') = 'O' and ;
>     not isnull(cbx.PadroesBoleto.PadroesBoletoImpresso)
>     loPadroesBoleto.PadroesBoletoImpresso.CaminhoImagensCodigoBarras = "\CobreBemX\Imagens\"
>     
>     ELSE
>     
>     = MESSAGEBOX ("not object yet")
>
>endif
>
>
>
Well, it means that loPadroesBoleto may be a null property (not a real object with more objects). Why it is so you have to investigate.
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