pralash
6th November 2017, 10:26
Hi,
I'm new to LN Programming. I want to know that how to add more than one form for a single session and how to add the table fields in to more than one form. That is I have a table with 10 fields. I want to insert the first 5 fields (1to5) into the Form A and also insert remaining fields(6-10) in the next form B.

Can anybody tell me how to perform this task...
Thanks in advance...
Regards,
Pralash

mark_h
6th November 2017, 14:33
In 4c4 I would just go create a new form, then attach it to the session. In maintain sessions I would just click on forms and add the new form there. One of the things you could do to learn some of this is to just generate a session ttadv2290m000(on large table) in 4c4 - I would assume LN has something similar. Then you could see could see how it sets up various types of sessions.

bdittmar
6th November 2017, 15:23
Hello,

by using DFE create:

group1 and group2

put fields 1-5 to group1 and the rest to group2
(see attachment)
Regards

bhushanchanda
7th November 2017, 08:01
And in addition to what Bernd mentioned, in the DFE form properties, set checkbox "Sub groups on new page" as checked.

pralash
8th November 2017, 07:44
Thanks so much for your reply....
I'll try as you told...
Regards,
Pralash