Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Member does not evaluate to an object
Message
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01441929
Message ID:
01441936
Views:
27
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform