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

about field display

Former Member
0 Likes
442

hi,

i have a field in database table with fltp type.length is 20, decimals is 20. i want to display it with length 20,decimals 2.how can i display like this.

hi,

i have a field in database table with fltp type.length is 20, decimals is 20. i want to display it with length 20,decimals 2.how can i display like this.

2 REPLIES 2
Read only

Former Member
0 Likes
427

Select the field in a variable of the same type first and then move it to another variable of ur type ( data(10) type p decimals 2 ).

Hope it helps,

Regards,

Bikash

Read only

Former Member
0 Likes
427

Hi,

WRITE fltpfield DECIMALS 2.

Regards

vijay