Single column table and wrap - RDMLX
Posted: Thu Jun 19, 2014 5:01 pm
Hi
I have a single column table. In this column i want to put in a text string with a lenght more than what can be shown on the device. I have therefor set the wrap to true. But it is not wrapping the text.
Here is the code:
Æcom_owner.Set_Table Name(Results2) Layout_Cols(-1) Border_Thickness(1) Border_Cornerradius(11) Border_Color(Black) Layout_Row(3) Layout_Col(1)
ÆCOM_OWNER.Set_Table Name(Results2) Col_N(1) Col_Name(COL1) Col_Width(Fit)
ÆCOM_OWNER.Set_Label Name('Results2.Row%' + ÆuEntry.AsString + '.COL1') Text(ÆK4BEM) Wrap(TRUE)
is it not possible to wrap in a table?
/klaus
I have a single column table. In this column i want to put in a text string with a lenght more than what can be shown on the device. I have therefor set the wrap to true. But it is not wrapping the text.
Here is the code:
Æcom_owner.Set_Table Name(Results2) Layout_Cols(-1) Border_Thickness(1) Border_Cornerradius(11) Border_Color(Black) Layout_Row(3) Layout_Col(1)
ÆCOM_OWNER.Set_Table Name(Results2) Col_N(1) Col_Name(COL1) Col_Width(Fit)
ÆCOM_OWNER.Set_Label Name('Results2.Row%' + ÆuEntry.AsString + '.COL1') Text(ÆK4BEM) Wrap(TRUE)
is it not possible to wrap in a table?
/klaus