Venkat
30th January 2004, 12:48
Hi...

I need to make a form which will look like a matrix..

i.e....
there data will change across X axis and Y axis
is it possible..(without using arrays etc...)

<--------Time Period---------------->
--------+----------------------------------------------------
| Period 1 Period 2
--------+----------------------------------------------------

M/c 1 | Dtls 11 Dtls 12

M/c 2 | Dtls 21 Dtls 22

so data shuld shift on both axes....

any suggestions....

ps: form with vertical occurance cannot be used as it will show only rec for m/c 1 and not m/c 2

rgds
venkat

just_fro
30th January 2004, 13:24
Hi Venkat,

If you don't want to use arrays, you've got a lot of defining to do....
What wrong with arrays?

Just have a look at the planing screens.
depends a bit on the version, so in BIV yuo can look at timps3101,
and for ERP checkout stuff like cprrp1550

Succes!

Venkat
30th January 2004, 13:34
hi....

i have no probs with arrays...
i thought there wud be a faster method.....

i had checked the mps session u mentioned...but this form is a vertical occurance as i mentioned....

wot i want is both vertical and horizontal movement...




rgds
venkat

mbdagla
30th January 2004, 21:21
With Baan dynamic generation and maintenance of forms is not possible .

Further both vertical and horzontal movement simultaneously also is not possible with Baan tools.

Howver u can do following things .
1. Have horizontal movement done by Baan standard session.
2. For vertical movements create user choices and use arrays for manipulating the same.
3. U may need to have user choices for delete , insert , modify , def find , prev , next etc
depending on ur UI requirements.