Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Conversion to VFP 8 Problem
Message
From
12/03/2004 15:47:23
Cheryl Qualset
Qualset Computer Consulting
Davis, California, United States
 
 
To
16/02/2004 01:53:09
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00877548
Message ID:
00885796
Views:
10
This is a little off thread, but ...

I am trying to convert fpw 2.6 to 7 and when an spr tries to put a button bar on the screen using:
@ 0.000,0.000 GET TheAns ;
PICTURE "@*BHN "+ ;
(LOCFILE("..\bmp\prevarro.bmp","BMP|ICO|PCT|ICN","Where is nextarro?")) + ";" + ; (LOCFILE("..\bmp\nextarro.bmp","BMP|ICO|PCT|ICN","Where is nextarro?")) + ";" + ;
(LOCFILE("..\bmp\binoculr.bmp","BMP|ICO|PCT|ICN","Where is binoculr?")) + ";" + ;
(LOCFILE("..\bmp\add.bmp","BMP|ICO|PCT|ICN","Where is add?")) + ";" + ;
(LOCFILE("..\bmp\edit.bmp","BMP|ICO|PCT|ICN","Where is edit?")) + ";" + ;
(LOCFILE("savearro.bmp","BMP|ICO|PCT|ICN","Where is savearro?")) + ";" + ;
(LOCFILE("..\bmp\trash02b.bmp","BMP|ICO|PCT|ICN","Where is trash02b?")) + ";" + ;
(LOCFILE("..\bmp\report.bmp","BMP|ICO|PCT|ICN","Where is report?")) + ";" + ;
(LOCFILE("exit.bmp","BMP|ICO|PCT|ICN","Where is exit?")) ;

I get an error "File '\\...\bmp\nextarro.bmp' does not exist.". I have put it in the current directory and removed the ..\bmp\ and I still get the same error.

If I ignore the error, the rest of the screen comes up.

Any help?
Previous
Reply
Map
View

Click here to load this message in the networking platform