help mode

Originally posted by mkalter:
I'm not sure I understand the question...


I was told that to write the help (when you press F1) for a program in Oracle. It is best to write it in Visual Basic.
And now I have to make a simple plan on how to do this. I don't have to implement it, but just know how to start, so I can give it to those who will write the code.

Thank you
 
I assume that you are writing a Delphi or C++Builder application? The fact that is accesses an Oracle database does not seem relevant to me.

You can write your help in a tool like RoboHelp, and link its topics to your Delphi/C++Builder components.

------------------
Marco Kalter
Allround Automations
 
Back
Top