ks_ks_
24th June 2008, 09:50
Hi Guys,

I copied the script of Baan5 (form Type 4, Print session) to LN6 . But it is not behaving as expected, I think in Baan5 script in form section, where we write form.1(1 is the number of form in Baan5), we need to write something else. I tried to write the name of the form but it is giving me the error.

Can anybody please help me put to achieve this? This is my first program in LN.

george7a
24th June 2008, 09:56
Hi,

Is it a dynamic session?

try:group.1:
init.group:
- George

wiggum
24th June 2008, 11:34
You can also use form.all instead of form.1

satish_pabathi
5th August 2008, 08:36
In LN6.1 there is no concept of static forms, all are dynamic forms so instead of using form.all and form.1 ,use group.<group number>