I have Visual FoxPro (VFP; database program), a Windows app, on my iMac. But I have a path problem. Here it is:
All the VFP files I have created are in the following folder:
Rifke [Home folder] > X-data > Rifke finance base
The file in the above folder that I click on to start the finance database application is xxx.ftp. In that file, I have a path:
"~/X-data/Rifke finance base/FoxyClasses/Global.vxc" [in VFP, I have to use the " ", since there are spaces in the path]
I get an error message that the file in question does not exist (which, of course, is not true).
I am successfully using Parallels otherwise.
I have tried
"/Rifke/X-data > Rifke finance base/FoxyClasses/Global.vxc"
and
/Macintosh hd/Rifke ...
and a few other paths. Nothing works.
So, the basic question is, how do you specify a path in a Windows app in order to get it to work when you run it in Parallels.
Thank you very much for tips.
Hans L
All the VFP files I have created are in the following folder:
Rifke [Home folder] > X-data > Rifke finance base
The file in the above folder that I click on to start the finance database application is xxx.ftp. In that file, I have a path:
"~/X-data/Rifke finance base/FoxyClasses/Global.vxc" [in VFP, I have to use the " ", since there are spaces in the path]
I get an error message that the file in question does not exist (which, of course, is not true).
I am successfully using Parallels otherwise.
I have tried
"/Rifke/X-data > Rifke finance base/FoxyClasses/Global.vxc"
and
/Macintosh hd/Rifke ...
and a few other paths. Nothing works.
So, the basic question is, how do you specify a path in a Windows app in order to get it to work when you run it in Parallels.
Thank you very much for tips.
Hans L