Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compile error
Message
 
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:
01298400
Views:
20
>>>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")
>
THAT"S IT!!!!
Thank you.
m.cFrxPreview = [frxPreview.vcx]
oForm = NEWOBJECT([frxPreviewForm],m.cFrxPreview, (_REPORTPREVIEW))
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform