Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automatic show video file and image file from textbox value
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Automatic show video file and image file from textbox value
Miscellaneous
Thread ID:
00714882
Message ID:
00714882
Views:
50
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
Next
Reply
Map
View

Click here to load this message in the networking platform