h_hamed79
12th August 2014, 13:19
Dears,
I am new in Infor development and i need to develop new report to print invoices on template paper so i have 3 questions :
1-how can i insert a new line in the layout i.e Header layout , I tried to enable insert mode (CTRL + T) then inset line (Esc + I) from edit menu but it is not working
2-in detail layout i have field with length 100 i need to print this field in two lines because it is print only first 67 character and ignore the rest how can i do the same ?
3- in detail layout can i separate between every line with empty line , i mean print every line in the detail layout followed with empty line .
Thanks in Advance
bhushanchanda
12th August 2014, 13:51
Dears,
I am new in Infor development and i need to develop new report to print invoices on template paper so i have 3 questions :
1-how can i insert a new line in the layout i.e Header layout , I tried to enable insert mode (CTRL + T) then inset line (Esc + I) from edit menu but it is not working
2-in detail layout i have field with length 100 i need to print this field in two lines because it is print only first 67 character and ignore the rest how can i do the same ?
3- in detail layout can i separate between every line with empty line , i mean print every line in the detail layout followed with empty line .
Thanks in Advance
1. Go to Report Layout and open the layout. Position your pointer to the last line of Header layout - > Edit Menu - > Insert Line.
2. On first line use field.name(1;50) and on second line use field.name(51;50)
3. Go to your detail layout - > Edit Menu - > Insert Line.
bdittmar
12th August 2014, 13:59
Dears,
I am new in Infor development and i need to develop new report to print invoices on template paper so i have 3 questions :
1-how can i insert a new line in the layout i.e Header layout , I tried to enable insert mode (CTRL + T) then inset line (Esc + I) from edit menu but it is not working
2-in detail layout i have field with length 100 i need to print this field in two lines because it is print only first 67 character and ignore the rest how can i do the same ?
3- in detail layout can i separate between every line with empty line , i mean print every line in the detail layout followed with empty line .
Thanks in Advance
Hello,
to increase a layout : use esc shift s -> Cursor down/right -> esc shift s
Regards
h_hamed79
12th August 2014, 15:31
Hello,
to increase a layout : use esc shift s -> Cursor down/right -> esc shift s
Regards
Dear bdittmar
Thanks a lot it is working perfectly :)
h_hamed79
12th August 2014, 15:33
1. Go to Report Layout and open the layout. Position your pointer to the last line of Header layout - > Edit Menu - > Insert Line.
2. On first line use field.name(1;50) and on second line use field.name(51;50)
3. Go to your detail layout - > Edit Menu - > Insert Line.
Dear bhushanchanda,
Thanks for your helpful reply
Regards,