Hello All,
in the older version in our PB10.5 Client/Server application we use HLP files in order to have help files using microsoft help workshop.
any advice on how to use the help files on the PowerServer Web (under PB2017)
maybe using this ::
Hello All,
in the older version in our PB10.5 Client/Server application we use HLP files in order to have help files using microsoft help workshop.
any advice on how to use the help files on the PowerServer Web (under PB2017)
maybe using this ::
We're using Powerserver 2020 on our web server with ShowHelp() function implemented to have help file (.chm) working. Help file works fine with PowerBuilder 2019 R2 but not on the web with PowerSerrver 2020. The refence for the .chm file is indide our .ini file (help_file="C:\...\ASP_HELP_E.chm").
I copied the help file on the C: drive server and it's still not working...
Thanks for your support.
Regards,
Bernard
For web & mobile apps, you need to convert your help to be HMTL based. Then use PB's "INET" object and it's "HyperLinkToUrl" command to launch it.
HTH
Regards .... Chris