Help! on Help :)

Public support forum for peer to peer support with related to the Visual Objects and Vulcan.NET products
BiggyRat

Help! on Help :)

Post by BiggyRat »

Yep! As usual Karl-Heinz, you are 100% correct. The problem seems to be the way the path is being set. If I move the help file into the same folder as the .exe, it works beautifully, not ideal but will suffice if it must.

Also, the hard coded bit, I also twigged to earlier, but I need it to be dependent on where the app is installed.
User avatar
robert
Posts: 4262
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Help! on Help :)

Post by robert »

Jeff,

Code: Select all

Local cHelpFile := WorkDir() +"; "+ WorkDir()+"Invoices" + "; "+ WorkDir()+"BizHelp" as String MY CODE
You are using a path string with multiple paths. That does not work. Your path needs to be a single path.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
BiggyRat

Help! on Help :)

Post by BiggyRat »

That simple eh Robert? Ok. Thanks very much. Sort of defeats the purpose of setting a path at all though doesn't it?
Post Reply