Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
How can we load the images from another machine in edit script using bundle info load ?
Thanks in advance.
if other machine is on same network, you can use the absolute/relative path to do bundle load
Hi Manish,
Both machines are in same network and i checked the option "Relative Paths" in edit script, but i'm not able to see the images.
Below is my code, correct me if it is wrong :
Images:
Bundle Info LOAD
Timestamp(Replace( ColumnA,'T',' '),'YYYY_MMDD_hhmmss_fff')&'.jpeg' as ColumnA,
'\\visusjapat1\images\'&Timestamp(Replace(ColumnA,'T',' '),'YYYY_MMDD_hhmmss_fff')&'.jpeg' as ColumnALocation
FROM
C:\Data.qvd
(qvd)
Regards,
Venkat
Hi, see this example and only change the root path if the other source is in the same network
good luck
Fernando