Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No. of dependents..
Message
From
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:
01512436
Views:
66
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform