Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No. of dependents..
Message
 
 
À
01/06/2011 10:34:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01512339
Message ID:
01512437
Vues:
61
>Hi Naomi,
>
>It has to do with these lines:
>
>LOCAL loXMLD_Listener AS XMLDISPLAYLISTENER OF ADDBS( HOME( ) ) + 'Ffc\_reportlistener.vcx'
>
>and
>
>DEFINE CLASS MyListener AS XMLDISPLAYLISTENER OF ADDBS(HOME()) + 'Ffc\_reportlistener.vcx'
>
>If I change them to my app's location where the class resides like this:
>
>LOCAL loXMLD_Listener AS XMLDISPLAYLISTENER OF FULLPATH("_reportlistener.vcx")
>
>and
>
>DEFINE CLASS MyListener AS XMLDISPLAYLISTENER OF FULLPATH("_reportlistener.vcx")
>
>it errors like it's looking for other stuff.
>
>Is there something in the syntax that's not right? It compiles OK.
>
>Luke

You will need to include _ReportListener.vcx and all its dependents into the project. Get rid of FULLPATH stuff.
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform