‎2008 Apr 23 11:41 AM
Hi friends,
I have one screen .
It has two input fields .
Say : Sales order no & Bin no .
based on this i found some batches from database table using select query .
Now the number of buttons depends on the no of batches i found .
If I get 5 batches , then I will create 5 Push Buttons on screen .
Please let me know , How to create these buttons dynamically on screen .
Regards ,
Manoj
‎2008 Apr 23 11:50 AM
You could create the buttons and make them invisible. Then make visible as many as you like by looping through the screen table.
‎2008 Apr 23 11:53 AM
Thanks for your reply ,
But I cant , its RF screen .
So its a small screen .
If the no buttons is greater than screen size , then I have to put a scroll bar also . -:)
‎2008 Apr 24 5:26 AM
Hey ,
I tried using custom container and then a toolbar in it .
But this toolbar create buttons either vertically OR horizonatally .
I want buttons all over the screen to be created dynmically .
Please help ...