hardei
24th June 2015, 10:54
Dear Friends,

In Infor LN, I have a requirement where I need to populate some data in display multi occ session.

Data is coming from multiple tables based on the condition hence I have to take form variables in session.

If my query has 3 records then only last record is displaying where I want to display all three records.

Currently I am storing it in an array, but how should I display on the form

Awaiting for your advise.

vamsi_gujjula
24th June 2015, 14:41
1)if you are expecting quite some data... you can go with temp table...
when ever the session is opened , delete existing data and update the table with your required data ... that way ... displaying would be like any other session.

2) or have constant occurrence 10 - 15 and have to code ( for previous and next button to refresh or something of that sort)

3) or the other thought would be 3gl creating the whole list kind of session

hardei
24th June 2015, 18:51
Hi Vamsi,

Thanks for your response.

I would like to do it without using temp table. Can you brief me on 2nd point? how should I go about it? But I want to keep my form variable will be only one.

-- Hardei

vamsi_gujjula
25th June 2015, 13:41
does the session contains any other field other than you array field ??