Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Prg file not able to run on end user install
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Prg file not able to run on end user install
Miscellaneous
Thread ID:
00251572
Message ID:
00251572
Views:
37
Local install of app is 98% working. VFP6 SP3, setup wizzard used to create distribution NetSetup for users local machines.

I have a data building prg that in the end will print work tickets. this is the only thing that won't function locally? All other forms open, data is legit, and everything looks good.

The program opens this way;

*-- load this data environment in form dummy
ot1=create('dummy')
ndatasess = ot1.DataSessionID
Set DATASESSION TO ndatasess

If ! used('lv_master2_config')
Use lv_master2_config in 0
Endif


When this last line fires, it cannot find the table that the view calls? Debug mode does not open anything, Suspend just skips out of app into the command window when I run the local EXE in VFP.

Any ideas?
Next
Reply
Map
View

Click here to load this message in the networking platform