Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compile error
Message
From
04/03/2008 08:32:51
 
 
To
04/03/2008 07:58:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Vista
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01298374
Message ID:
01298395
Views:
24
This message has been marked as the solution to the initial question of the thread.
>>What about
>>
>>oForm = NEWOBJECT([frxPreviewForm],[frxPreview.vcx], "ReportPreview.APP")
>>
>
>It works, but not in run-time.
>I should copy ReportPreview.APP into the Application folder if I change that code.
>Thank you Sergey. It is not a big deal just a little annoying.

How about this:
m.cFrxPreview = [frxPreview.vcx]
oForm = NEWOBJECT([frxPreviewForm],m.cFrxPreview, "ReportPreview.APP")
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform