Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No. of dependents..
Message
 
 
To
01/06/2011 10:34:14
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01512339
Message ID:
01512437
Views:
60
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform