dorleta
24th September 2010, 16:30
I mark an ocurrence in a dashboard session.
when I push the srollbar, the occurence hold marked. It only unmmark if I click in it
what can be the problem?
thanks in advance.
rberti
24th September 2010, 19:57
Hi, dorleta.
If you are using LN, check the tools interface version in script details.
Your problem might be a functionality present int LN tools since the tools interface version 1200, i guess... If you don't want to use it, you might use a lower TIV, like 1020 for example.
Hope it helps!
Rafael
dorleta
24th September 2010, 23:26
thanks for your response
I don´t belive because the standard purchase dashboard tdipu0103m000 works fine.
In my session the predefined variable number.of.marks is always 1
rberti
24th September 2010, 23:57
So, we're talking about LN.
Take a look at first image, its tdipu0103 script detail. The field "Tools interface Version" is filed with 1000.
Now, the second image is a cutomized new script. The TIV field is 1540. In this session has the same behavior as yours.
This is what the help says about it:
Record selection Overview
In Infor ERP LN there are two ways for the tools to handle record selections in overview sessions.
The first way of handing record selections is limited and not like other Windows applications.
The second way is improved and more like other Windows applications.
How the tools handle the selection for a session depends on the Tools Interface Version (TIV) version of session's script. If the TIV version is equal to or higher than TIV 1075 the improved way is used, otherwise the non-Windows way is used. For sessions that have code for handling record selections in the program script, work should be done when moving to a TIV of 1075 or higher. The type of changes are described in the Improved Record selection Cookbook.
The most important features the improved selection mechanism introduces are:
using the Shift and Control keys to extend the selection
scroll through the selection
tools functions that make it easy to make a session that uses the selection of its parent
a Select All ( 4GL choice sections ) standard command
constistent execution of the mark.occur sections
Note
Improved record selection functionality is available from Tools Interface Version (TIV) TIV 1075.
Related topics
Record selection Synopsis
Improved Record selection Cookbook
Regards,
Rafael
rberti
25th September 2010, 00:05
Forgot the images ... lol
dorleta
15th October 2010, 10:58
You are right.
I am working long time with baanIV and I am starting now with LN. Sometimes it´s turn me crazy.
Thanks a lot for your response.