Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a bmp to a general field WITHOUT the filename
Message
From
07/07/2003 16:48:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Title:
Adding a bmp to a general field WITHOUT the filename
Miscellaneous
Thread ID:
00807652
Message ID:
00807652
Views:
62
Hello,

I am populating a general field in a database that has inventory items. This general field is the picture (bitmap) of the item. I am using the following syntax:


USE inventory

Scan
cBmpname="\\Server\items\"+Substr(inventory.tempupc,2,10)+'.bmp'
If File('&cBmpname')
Append General inventory.itembmp From '&cBmpname'
Endif
Endscan
Next
Reply
Map
View

Click here to load this message in the networking platform