Hello,
I use this
@ 40,500 XIMAGE oImage SIZE 250, 250 OF oWnd SOURCE "r:\pictures\"+alltrim(nofoto->orgfoto)
and a Xbrowse To show pictures located on my drive. There is a field in a dbf that has a reference to the file on drive.
Now I want to put a link like this in the dbf : without the "" "" because else the forum give a link "https"://cdn.sportdirect.com/resizer/500x500/108104-8200-01.jpg
So if the filename starts with "http" there is a file on the internet, otherwise the file on drive is needed.
How to addapt the above syntax for the XIMAGE ?