![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, First of all, I'm not a real VFP programmer, so please forgive me this probably quite basic question. I am just trying to get rid of the error messages we get when using this program. We have a tool which is programmed in VFP5 which works fine when we run it from the development environment. When I try to compile it to an executable I receive the messages: Unable to find VCONFIG Unable to find VCONFIGS When I run the compiled program I get the following message: Row or column position is off the screen This is caused by a part of the screen for which is shortened outside the development environment. Well, as far as I can see, it is caused by this part: PUBLIC VCONFIG , VCONFIGS , VLINEBREAK , VPAGESEP , VFR DIMENSION VCONFIG (100), VCONFIGS (100) STORE '' TO VCONFIG , VCONFIGS It looks like he is using an array which works fine in the development environment, but when it is compiled to an executable it doesn't work any more and it gives error messages on the variables during compile. But like I said, I'm not a VFP programmer, so I didn't manage to find a way to make it work. I hope there will be someone here who can help me to make it work. Many thanks, Michel |
![]() |
| Thread Tools | |
| Display Modes | |
| |