sgoupil
4th June 2015, 22:34
Anybody knows where I can get docs to find out how to create Dynamic Menu's type of sessions in InforLN. Like whe in the Bill of Material session, in References, there is an option called View Tree, when this opens, it opens a Dynamic Menu session type (or something like this). Thanks.
benito
5th June 2015, 00:03
I think what you need is the GBF functionality. You can search the Baanboard, there are plenty of discussions.
bdittmar
7th June 2015, 11:16
Hello,
this is realized by GBF (GenericBrowserFramework).
-------------------------------------------------
Infor / BaaN
Generic Browser Framework (GBF)
2 GBF Programming
2.1 Introduction
The possibility of structured view in BaaN IV / LN is limited to Drilldown-Sessions or Reports.
A view within a browser is little implemented.
The application offers a standard library named tggbfsrvlib in conjunction with an include tggbfdefs.
With these objects it is possible to realize such requirements.
The library includes approximately 20000 lines of sourcecode and covers nearly all requirements for a
graphical presentation.
2.2 Generell Procedure
The GBF-Programming (Generic Browser Framework) requests minimum standards in a programscript and uses predefined function-names. This function-names must be used strictly.
The proceeding is as subsequent.
2.2.1 Initialising
The browser is called by the functioncall gbf.init() .
.............
Regards