‎2007 Feb 26 8:55 PM
Hi All,
I am doing a module pool program and wants to declare element list in screen 100.
Here I can add only one, how can I add more screen elements.
Thanks
Veni.
‎2007 Feb 26 9:14 PM
Hello Veni,
U have to add the element like u do in VB. In the screen u can add the Pushbutton,Text bar, Table control, Tab strip. For everything u need to assign the Fcode.
Vasanth
‎2007 Feb 26 9:11 PM
Hi,
When you initially create a screen there is only one element allowed that is for OK code, but as you start adding the fields on the screen in layout editor automatically rows for them will be added to Element List.
Regards,
Amit
Reward all helpful replies.
‎2007 Feb 26 9:14 PM
Hello Veni,
U have to add the element like u do in VB. In the screen u can add the Pushbutton,Text bar, Table control, Tab strip. For everything u need to assign the Fcode.
Vasanth
‎2007 Feb 26 9:26 PM
Hi,
I added OK_Code, now I wants to add CREATE, CHANGE, DISPLAY. How to insert anothor line to add, it is not comming automatically. All are deselected.
Thanks
Veni.
‎2007 Feb 26 10:06 PM
Click on the layout editor tab on the toolbar.
This will open the graphical screen editor for editing which is similar to VB.
Add these pushbuttons there on screen and then comeback after saving & activating it to element list.
You can find rows for them there.
Regards,
Amit
reward all helpful replies.
‎2007 Feb 26 11:03 PM