Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Displaying buttons in table control

Former Member
0 Likes
724

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.

3 REPLIES 3
Read only

Former Member
0 Likes
542

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.

Read only

0 Likes
542

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.

Read only

0 Likes
542

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.