vincent
17th March 2004, 07:39
There is a "Using Session F1" option under HELP menu for all sessions.
How to create a new help for new customised sessions that we create ?
We are using Baan IV on Sun solaris.
Any help is most welcome
Thanks
Vince
bdittmar
17th March 2004, 09:45
In "Tools" Documentation the Maintain help text code is done.
This help text can be linked to sessions, forms, reports etc.
1. Maintain help text code
2. Assign help text code to session etc.
3. Create runtime help
Regards Bernd
Hitesh Shah
17th March 2004, 09:48
Baan Tools --> Documentation --> Maintenance 1 & 2 --> Create runtime help (ttadv5230m000)
The help will get created following the above-mentioned broad procedure.
See already created helps to understand how u can link other help codes & popup helps and how u can start a session directly from help.
vincent
17th March 2004, 10:59
The steps were done i.e
1) Mtn Session help (ttadv2105m000)
2) Crt runtime help (ttadv5230m000)
3) link help to session in form2 of ttadv2100m00)
but still when i run the session and choose HELP i get the BaaN popup
" Press the contents button or Z for an ........"
Any steps i have missed out ??
Thanks
bdittmar
17th March 2004, 11:03
Originally posted by vincent
The steps were done i.e
1) Mtn Session help (ttadv2105m000)
2) Crt runtime help (ttadv5230m000)
3) link help to session in form2 of ttadv2100m00)
but still when i run the session and choose HELP i get the BaaN popup
" Press the contents button or Z for an ........"
Any steps i have missed out ??
Thanks
First link helptexcode to the session, and then create runtime help for this session.
If done in your way, the session don't know what helptext belongs to it.
Regards Bernd
vincent
17th March 2004, 11:12
Done that , but still no avail..
the same BaaN popup appears
Vince
bdittmar
17th March 2004, 11:23
Hello,
enclosed you find some screenshots.
vincent
17th March 2004, 12:18
Enclosing the same from my side.
But the POPUP still persists
bdittmar
17th March 2004, 12:43
Create runtime help for package "td" with ttadv5230m000, setting for sessions = "YES".
Leave BaaN, connect again.
Regards Bernd
mohan05
18th March 2004, 07:46
How can i make one text as a Hyperlink to another Help Text Code?
-Mohan
Hitesh Shah
18th March 2004, 10:20
The syntax is like
%<Component indicator><Component code>
e.g.
%LBtuconame (where LB is for label and tuconame for label code)
%SEtiitm0101m000 ( SE is for session and tiitm0101m000 for session code)
U may also try #AS<session code> to start the session from Baan help itself.
mohan05
19th March 2004, 06:00
Hi
Thanks a lot. I got it.
But what are the various values of Component Indicator or where I will get the list of the same. Hitesh i want to link suppose another Help text code in parent Help text code.
-Mohan
Hitesh Shah
19th March 2004, 07:55
Component code is more a convention rather than syntax . When u create help text for any components in Maintenance 1 & 2 of documentation, it creates populates help text code in the 2nd form of the concerned session. Baan appends the appropriate component code for each technical component. So u have to write this help text code for after % in your help.
For parent child relationship u may try business object , sub functions etc .