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:
01441935
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform