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
Miscellaneous
Thread ID:
00251572
Message ID:
00251758
Views:
10
>>It says that it can't find the dbc in the c:\app_dir\data directory? Even if I force the dbc open as the first line.>
>
>That's odd...Are you sure the database is there and you have read/write privileges in that directory?
>
>>Also why would a ctextbox not show text typed in on a page? Really funky. You can't see editing in real time is the easy way to put it.
>>
>>You see the cursor move press enter and the lsot focus does it's ting. But the textbox now shos the data. Switch pages and when the page refresh shows up the tet is there. Go to that contol and delete some of the charactesr and you don't see it on the screen but pressing enter the refresh o the form show the modifed text properly.>
>
>Is it possible you have an issue with the form's LockScreen property?
>
>Regards,

Here is the code:
*Close data

* set step on
Open data l:\ves\data\ves

*-- 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

It's not a rights issue or path on the network. I am loged in as myself instead of testing at a lower level of security. Supervisor, Domain Admin

What is wild is that all the doform(' ') stuff works, the data is there and everyting is fine. I't just a few old gross progams that combine data and then print that are choking.

The lockscreen is .false. showing default in the properties. When I take the default vfp base textbox is reacts the same way?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform