AccessGuruCarl
Programmer
I've created a help file using Microsoft HTML HELP Workshop (compiler for .CHM files)
I've placed a button on the form, but when I try open the help file I get error message Invalid Procedure call or
argument.
Here is the code being used.
Dim stAppName As String
stAppName = "C:\Dev\EDI-Help.chm"
Call Shell(stAppName, 1)
I think I need an API call here, any idea's on how to make this work. Once I get it working I'll replace the default F1 key with this help file.
Thanks in advance,
Carl
AccessGuruCarl
Programmers helping programmers
you can't find a better site.
I've placed a button on the form, but when I try open the help file I get error message Invalid Procedure call or
argument.
Here is the code being used.
Dim stAppName As String
stAppName = "C:\Dev\EDI-Help.chm"
Call Shell(stAppName, 1)
I think I need an API call here, any idea's on how to make this work. Once I get it working I'll replace the default F1 key with this help file.
Thanks in advance,
Carl
AccessGuruCarl
Programmers helping programmers
you can't find a better site.