Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LOMESSAGE is not an object
Message
De
24/02/2004 14:40:07
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00880413
Message ID:
00880427
Vues:
40
>When the compiled .exe runs, I get an error message that says:
>"LOMESSAGE is not an object" but all is well when I run it from within vfp environ (command propmt)
>
>the code is as follows and was always working till today. I've rebuilt the project to no avail. I wonder what the cause is?
>
> loMessage = newobject("Animation", "Animation.vcx", "", ; && Now use Daniel's vcx class instead
> 'Saving record...', ;
> 'RECORD SAVE IN PROGRESS', ;
> 'fish.avi')

At this point, just try to check whether the object was successfully instantiated. Maybe just messagebox(loMessage.name). If it breaks there, well, you may have some error in that class and it didn't instantiate - or the classlib wasn't included in the project.

> set message to ' Saving record...'
> loMessage.show()
> for t= 1 to 21000000
> next
>retu

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform