Hi,
I using PowerBuilder 2021 (beta version).
Datawindow button image displayed when running the could app in Web server.
But it not display when running in user deskotp :
Hi,
I using PowerBuilder 2021 (beta version).
Datawindow button image displayed when running the could app in Web server.
But it not display when running in user deskotp :
Hi Chen May;
I think that I see your image display problem. I would recommend getting rid of all the "Path" references to any image. Either use relative path'ing or my favourite ... no path with the images all loaded into a PBD/DLL via a PBR file. I'm using both techniques I described above now in my PowerClient and PowerServer 2021 testing and have no DWO image display issues. Food for thought.
Regards ... Chris
Hi Chen Mai Lee,
When the pictures don't show, are you running Powerserver on the client or simply powerbuilder executable in the 'traditional' way?
regards
Does the "user" have the same path on L: drive ?
Also, if L: drive is a network drive, maybe you'd have to set some registry values to enable UNC paths.
Save this following text as a .REG file and double click on it on the user's computer to enter the value into the windows registry:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLinkedConnections"=dword:00000001
regards.
Looks like a config issue. Since you are experiencing this on the beta version, I suggest you open a support ticket.
image displayed after applied your solution
Thanks.
"Another option would be to have the images in the same folder as the PBL where your application is in and then not specify any path in the datawindow:
Instead of: "L:\EXE\BMP\pb_icon_edit.png"
use: "pb_icon_edit.png"
You could also use a PBR file, but I understand that you want the images to be 'dynamic' so you can change the image without having to build a new executable. (since you specified them as dynamically loaded images in the ps project).
regards "
Glad you solved your problem though, please mark as "answered / resolved".
Regards.