FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour WndReadPalBmpEx problem
Posts: 434
Joined: Wed Jun 06, 2007 02:58 PM
WndReadPalBmpEx problem
Posted: Tue Sep 22, 2020 01:09 PM
I have this istruction:
Code (fw): Select all Collapse
...
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
FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023

FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)

Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
Posts: 434
Joined: Wed Jun 06, 2007 02:58 PM
Re: WndReadPalBmpEx problem
Posted: Tue Sep 22, 2020 01:25 PM

hi,
I'm solved, it need access by explorer from client to that share folder and it's ok.

thank you!

FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023

FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)

Visual Studio 2019 - Pelles C V.8.00.60 (Win64)

Continue the discussion