cancel
Showing results for 
Search instead for 
Did you mean: 

How to increase text size of a Column header of table in webdypro

Former Member
0 Kudos

Hi All,

Can anybody suggest me how to increase the text size of a column header of table in webdyrpo. I didnt find any option anywhere. can anybody help me out to solve this issue?

Regards

Ravikumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sukanta,

Thanks for ur reply. but how we can assign the length value defined in the simple type to text property of the table columnheader. Here i created one simple type length with 40 and created a context in the view type as length and binded that value to the text property. But it is taking the context attribute value nothing effected by the type.

Regards

Ravikumar

Former Member
0 Kudos

Hi Ravikumar,

As Sukanta has suggested create a Simpletype of String Type and Length 40.

Then create a context for the column header and for its type, instead of choosing

from the drop down, choose the 3 dots.

In the window that appears, select Local Dictionary, and Select the Simpletype

that you have created, from the respective package name. And click OK.

This will make the text of ColumnHeader of type String and Length 40.

Hope it helps.

Regards,

Alka.

SRudra
Contributor
0 Kudos

Hi,

Try this:

Make a Simple Type under, Local Dictionary --> Simple Type --> Create Simple type. In properties you will find Length constraints, specify a length there. Now in your table Header , bind the new simple type to the text property. Save the application and run to see the result. Let me know if it helped you.

regds,

Sukanta Rudra