Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Store image path in dbf
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00942247
Message ID:
00942281
Views:
24
Hi Tariq

You can save the filename.ext of the image file with
REPL TABLE1.path WITH JUSTFNAME(THISFORM.Image1.Picture)
You can then prepend the value of TABLE1.path with
THISFORM.Image1.Picture = ADDBS(SYS(5)) + ADDBS(2003) + [New Folder\] + ALLT(TABLE1.path)
which assumes the folder New Folder to be a subfolder of the folder that is currently set as default.

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform