Subject |
Re: Help f1 problem Solutiom |
From |
charlie <tm@tc.com> |
Date |
Tue, 10 Sep 2024 08:26:53 -0400 |
Newsgroups |
dbase.getting-started |
Wow I didn't catch that typo until just now. So I have no idea as I had skipped the menu item and went with the f1 which sometime worked but sometimes did nothing. Sometimes it even went to windows help! I read some comments that f1 for help can be shaky.
I worked on this some more this morning and found a good solution for the help menu item. In MiscAPI on line 1193 I it had been cBatchfile = "Junk.bat"
I hadn't seen this before. On line 1212 the program is trying to create data. The {app} folder in inno was non-writeable which was causing the error. I simply changed the path on line 1193 to go to a writeable folder which should be the same for everyone using the inno setup. It is actually an easy fix.
I am going to write a try and catch for line 1212 just to be safe. I have tested the 1293 correction but not the try and catch yet. I'll do that after my dentist appointment!
Thanks for your comment about the typo. Sorry I originally missed it.
Lee Grant Wrote:
> Charlie,
>
> Okay. I just responded to what I thought was a typo from your original
> message. If it's irrelevant, disregard. Let us know if my typo catch
> was the issue, or if you get around to it, the real culprit.
>
> Lee
>
> On 9/10/2024 2:40 AM, tm@tc.com wrote:
> > Hi Lee, i normally do give the solution, but this was never really resolved. I eliminated the direct link because I couldn't get it to work with inno. The F1 works with inno but erratically. I am still trying to find a reliable solution.
> >
> > Lee Grant Wrote:
> >
> >> On 9/6/2024 3:56 PM, Charlie wrote:
> >>> Never mind. I figured this out.
> >>>
> >>> Charlie Wrote:
> >>>
> >>
> >> Charlie,
> >>
> >> For the benefit of those who might run into this kind of problem, it
> >> would help if you elucidated what the solution was, that you figured
> >> out. Just sayin'.
> >>
> >> Lee
> >
>
|
|