Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a bmp to a general field WITHOUT the filename
Message
De
07/07/2003 16:48:25
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Titre:
Adding a bmp to a general field WITHOUT the filename
Divers
Thread ID:
00807652
Message ID:
00807652
Vues:
63
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform