2008 Mar 05 12:45 PM
Hi Guys,
My requirement is: In a table control, 12 columns are coming from one node and i am planning to add one more column (just for display purpose only i am not storing any database tables). In this column i need to display button (just like telephone button) based on some validations.I need to display different buttons.
If any body having the examples, please share to me.
thanks in advance.
Thanks & Regards,
G.V.Ramana.
Hi Guys,
My requirement is: In a table control, 12 columns are coming from one node and i am planning to add one more column (just for display purpose only i am not storing any database tables). In this column i need to display button (just like telephone button) based on some validations.I need to display different buttons.
If any body having the examples, please share to me.
thanks in advance.
Thanks & Regards,
G.V.Ramana.
2008 Mar 05 12:50 PM
Hi RAM,
By using the table control wizard you will get buttons (sort ascending/descending) buttons by default. If you want to get any additional buttons create them on screen using screen painter. By default hide those buttons by modifying the screen table. Based on certain conditions the required buttons can be displayed back on the screen. Please specify if you need any further assiatance.
Reward if helpful.
2008 Mar 05 12:56 PM
Hi Avinash,
My requirement is whenever i am changing the order i need one more column in the table control only for display purpose. Based on some conditions i am displaying the buttons in that column.
Thanks & Regards,
Ramana.
2008 Mar 05 1:04 PM
Yes, i understand your requirement ram. But its not possible to display buttons in a column of the table itself. Instead you can display them by the very side of the table and based upon the validations you can control which buttons should be displayed and which should not be.