display numeric values with comma(,) on offline form
Posted: Tue Feb 04, 2014 7:07 pm
Is it possible to display numeric values with comma(,) on offline form?
On Online form it can show the numeric values with comma(,) when using Set_Label.
e.g.
Define Field(#FLDN070) Type(*dec) Length(7) Decimals(0) Edit_Code(1)
#COM_OWNER.Set_Label Name(FLDN070) Layout_Row(5) Layout_Col(2) Text(#FLDN070.AsDisplayString)
On Offline form,is it possible to do so?(either for Label/Textbox)
If so, could you please let me know how?
e.g.
#Com_Owner.Set_Label Layout_Row(5) Layout_Col(2) Name(TB_SALARY)
#Com_Owner.Set_Binding Name(TB_SALARY) Property(VALUE) Bindtotype(FLD) Bindto('Salary')
I appreciate your kind advice.
Best Regards,
Megumi Sawada
On Online form it can show the numeric values with comma(,) when using Set_Label.
e.g.
Define Field(#FLDN070) Type(*dec) Length(7) Decimals(0) Edit_Code(1)
#COM_OWNER.Set_Label Name(FLDN070) Layout_Row(5) Layout_Col(2) Text(#FLDN070.AsDisplayString)
On Offline form,is it possible to do so?(either for Label/Textbox)
If so, could you please let me know how?
e.g.
#Com_Owner.Set_Label Layout_Row(5) Layout_Col(2) Name(TB_SALARY)
#Com_Owner.Set_Binding Name(TB_SALARY) Property(VALUE) Bindtotype(FLD) Bindto('Salary')
I appreciate your kind advice.
Best Regards,
Megumi Sawada