display with FORMAT

Hi All,

i have a char field with 100 as the format.

If user enters 60 chars only, then i want to display only 60.
say if user enters 70 i want to display only 70.

How do i do this?

TIA
Shiva
 

Pankaj_M

New Member
Hi Shiva,

Use the following:

Display xyz format "x(60)".
Display abc format "x(70)".

Tip - I think U R Marathi manus, can we become friends? B'coz I am also working on Progress. Let me know if U wish to ...... my id is given below...

Thanks,
Pankaj M.
pankaj.mohotkar@gmail.com

Hi All,

i have a char field with 100 as the format.

If user enters 60 chars only, then i want to display only 60.
say if user enters 70 i want to display only 70.

How do i do this?

TIA
Shiva
 
Top