- Code: Select all Expand view
...
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