pellus
11th April 2006, 17:07
Hello all,
quite new at baan/ssa LN 6.1 , I hit problems that I solve one by one but this one is a showstopper that prevents me from doing what the customer wants, and I can't find a way around it. Any ideas are welcome; what happens, how I should do, and/or workaround.

Environment: SSA LN6.1 FP2 on MSSQL on Windows.

The session whinh3512m000 looks like this in standard: first screenshot in attachment. Info: The lower part (receipt lines) is managed by the session whinh3512m100, it is this toolbar I talk about in the following.

My task is to add an icon in the tool bar , for a new printing functionality.

Now I copy the session whinh3512m100 to my cust vrc -level. AND I DO NOTHING ELSE.

Starting the whinh3512m000 again, it looks like this: second screenshot in attachment. The toolbar is expanded and many of the icons visible (and necessary) in the standard screen have 'overflewn' to the right.

Info: The function create.extra.toolbar is used in the corresponding script (whinh3512) with a lot of Function/Session - Icon parameters, much more icons than those visible in the standard session.

Info: I tried all combinations/permutations of compile session, create runtime for session, out and in to Baan: No change

NPRao
11th April 2006, 21:18
Pellus,

Refer to -
iBaan ERP 6.0 Multi Main Table - Developer Guidelines
5.4.2 Toolbar Satellite

Secondary toolbar
The secondary toolbar will be placed behind the primary toolbar. There is only room for as many icons that will fit behind the primary toolbar. If there are more, they will not be shown So only use those icons of which you are sure they are used very often in this session. Please talk to your Product Consultant or Usability Consultant about this.
Make sure that there are no double icons in the toolbar of the header and the Satellite (unless they have a different action)
Make sure that:
• Only those secondary toolbar icons are placed in the session that are used most often
• There are no double icons in the secondary toolbars. An icon only needs to be in the header OR the satellite.
• Separators are used in the secondary toolbar

pellus
11th April 2006, 21:31
NPRao,
I have problems seeing the relevance of this developing guideline,on my problem. I haven't developed anything yet. The only thing I did was to copy the session, as such, up to the customisation VRC. Pls specify more precisely.

mark_h
11th April 2006, 21:44
Question - Are you sure the source code and executeables are the same in standard? I have seen cases where the source for a form did not match what is standard. We went to modify the form and found different differences after copying up to dev VRC. Baan supplied us with the a quick dump. So you might want to check that. My only thought since we are on 4c4.

pellus
13th April 2006, 09:49
I let it rest. Must present to the customer directly after the weekend. I just compensate by commenting out most of of parms to the create.extra.toolbar, leaving the ones that together forms the correct toolbar. According to the good old principle: two wrong becomes one right.
Thanks for the answers though.

ARijke
13th April 2006, 12:42
Hi, It has probably to do with initial hidden icons. Some how these did become visible and there are to much icons being added to the toolbar.
In case you use webtop you can modify which icons should be shown.
You should try to put some of the icons back to hidden.

Regards, Adriaan