ganesh_kapase
30th October 2005, 09:43
Hi

Can we copy & paste 4GL Functions Manual Pages from Server to our local PC so that we can see the HELP without connecting to BAAN application. These functions we can open from Menu Browser and from option Help - Contents - Programmers Information - 4GL Functions Manual Pages. See attachment.

Thanx


GANESH

bdittmar
30th October 2005, 11:48
Hi

Can we copy & paste 4GL Functions Manual Pages from Server to our local PC so that we can see the HELP without connecting to BAAN application. These functions we can open from Menu Browser and from option Help - Contents - Programmers Information - 4GL Functions Manual Pages. See attachment.

Thanx


GANESH

Hello,

look at this :

http://www.baanboard.com/baanboard/showthread.php?t=25350&highlight=manual


Regards

ganesh_kapase
30th October 2005, 13:36
I tried to find out the path as given below by Mr.Uli in the link but could not.

A programmers manual (microsoft help format) can be found in the client(!) help directory (C:\Programs\Baan\Baan Windows\help) after you installed the dynamic form editor to your local PC. It's no complete tools manual, but the 4GL function documentation and some other stuff is there.

I checked it on the server and client PC. Please note I am working in BAAN-IV & server is configured as on C partition WIN-2k OS & on E partition BAAN appln.

Please reply.

GANESH

csecgn
30th October 2005, 19:43
Hello,

the way bdittmar describes works for LN. In Baan IV I've seen a tool to create a windwos help from the standard Baan Help in the bin or etc directory or nearby under bse (it's also possible that I've seen a hint in the Tools help, I'm not sure and never tried it).

Hope this helps

Regards
csecgn

bdittmar
31st October 2005, 13:57
Hi

Can we copy & paste 4GL Functions Manual Pages from Server to our local PC so that we can see the HELP without connecting to BAAN application. These functions we can open from Menu Browser and from option Help - Contents - Programmers Information - 4GL Functions Manual Pages. See attachment.

Thanx


GANESH

Hi, enclosed the Windows BaaN - Tools Help File tt_mp2.hlp !

mark_h
31st October 2005, 15:31
On our system session ttadv5240m000 creates runtime help in the C:\Program Files\Baan\help\B40Sc4 directory. One of the files it creates is called tt2.hlp. Then in scite you can put this in your sciteuser.properties file:
#Command properties
command.help.$(file.patterns.baan)=$(CurrentWord)!C:\Program Files\Baan\help\B40Sc4\tt2.hlp

Then in scite you can highlight something like sprintf and hit f1 - this will launch help.

Thought I would post this since you sent a PM about scite and line numbers.

ganesh_kapase
7th November 2005, 08:36
Hi Mark

After adding the commands in sciteuser.properties file as given by you in the PM, my problem related to line nos in SciTe has been solved. I will try for the tt2.hlp solution also.

Thanx

Ganesh