VishalMistry
11th January 2016, 12:49
Hi all,
I want to know what are the functions I can call, in a dll. For that I am trying to start ttstpbaandoc but it gives error saying that session can not be found.
Anybody can guide in this regard. Actually I want to know the price level and discount level of an item. for that there is a specific dll but I do not know which functions and parameters are there.
Can anybody guide in this regard ?
Vishal
mark_h
11th January 2016, 14:55
You can try bic_info6.1 (your version could be different) or maybe try running ttstpsessinfo. See if one of those give you any clue. I don't see to have that on our 4c4 system.
vahdani
11th January 2016, 15:20
In LN you can call "Print Objects by Prorgam Scripts / Libraries (ttadv2439m000) and select the option "Schow Exported DLL Function Prototypes"
You can reach this program also from Print-Icon of the prorgam "Program Scripts / libraries (ttadv2530m000)"
vahdani
11th January 2016, 15:59
I'll be darned! I have just found another classier way in LN!!!
The session "Generate Library Documentation (ttstpbaandoc)" generates html documentation files on your client pc with the summary and details of the exported DLL functions
mark_h
11th January 2016, 20:14
You LN people seem to get all the good stuff. :)
benito
11th January 2016, 20:20
yes, it's pretty cool functionality and have been using that a lot.
You LN people seem to get all the good stuff. :)
OmeLuuk
12th January 2016, 14:25
Baan IV On windows: %BSE%\bin\bic_info.exe
Use --help to see all options
Use -qo to redirect the output to a file (in the current directory)
Use an o for the object.
So for instance if you want all information on a DLL tdslsdll0000
%BSE%\bin\bic_info otdslsdll0000 -qo tdslsdll0000.txt