Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic Reports
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00382736
Message ID:
00382767
Views:
24
George:

The 'mrwrkprg.prg' file is added to your project because you gave a
DO mrwrkprg
somewhere in your program. Replace the DO line with these three lines and
remove mrwrkprg from your project before you rebuild it.
LOCAL lcProgram
lcProgram = 'mrwrkprg.prg'
DO &lcProgram
That should do it.

Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform