Hi Friends,
In VPF9, I have created a form which contains
========
a Button-AddImage, in its click event the codes are
GF=""
GF=GETFILE()
THISFORM.IMAGEFILENAME.Value=GF
========
and
a Text Box- ImageFileName.
=======
When I click the Add Image button, only the file name with path of selected image is being displayed in the text box. As per my requirement, I just save the path of that selected image in my .DBF. I do not want to save the entire image in .DBF file. But I want how to display that selected image on the same form and on report also.
Thank u all in advance.
In VPF9, I have created a form which contains
========
a Button-AddImage, in its click event the codes are
GF=""
GF=GETFILE()
THISFORM.IMAGEFILENAME.Value=GF
========
and
a Text Box- ImageFileName.
=======
When I click the Add Image button, only the file name with path of selected image is being displayed in the text box. As per my requirement, I just save the path of that selected image in my .DBF. I do not want to save the entire image in .DBF file. But I want how to display that selected image on the same form and on report also.
Thank u all in advance.