Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Store image path in dbf
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00942247
Message ID:
00942281
Vues:
25
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform