Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automatic show video file and image file from textbox value
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Automatic show video file and image file from textbox value
Divers
Thread ID:
00714882
Message ID:
00714882
Vues:
52
Hi All,
i have form with a pageframe at the page3 i have 2 textbox and i am replacing here fullpath the video and image file like this ;

cFileName = GETFILE("avi|mov|wav|mid","Select file to view")

thisform.pf.pg3.Hiatext1.value=cfilename
thisform.pf.pg3.Hiatext1.refresh

&& c:\soykan\mysoftware\catalog\avi\test1.avi

cFileName = GETFILE("bmp|jpg|gif|tif","Select file to view")

thisform.pf.pg3.Hiatext2.value=cfilename
thisform.pf.pg3.Hiatext2.refresh

&& c:\soykan\mysoftware\catalog\image\test1.jpg

And now i want to show this files on the form automatically from these textbox values
as i navigate between the records , how can i do this ?

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform