Page 1 of 1

WndReadPalBmpEx problem

Posted: Tue Sep 22, 2020 1:09 pm
by damianodec
I have this istruction:

Code: Select all

...
cNomeFilepng = "\\serverlan\database$\imagefolder\Products\1052.bmp"

aBmp := WndReadPalBmpEx(nil, cNomeFilepng)

 
aBmp returns array with "NOT FOUND"

\\serverlan\database$\imagefolder\Products\ is a share folder inside "serverlan" server and "serverlan" has user and password

is this the problem?

how can I to access to that share folder by WndReadPalBmpEx function?

thank you

Re: WndReadPalBmpEx problem

Posted: Tue Sep 22, 2020 1:25 pm
by damianodec
hi,
I'm solved, it need access by explorer from client to that share folder and it's ok.

thank you!