‎2008 Mar 13 11:34 AM
Hi,
I have a field KWERT which has a value 126048.52 in the program.
But when it is printed using the script, it is displayed as 12604852.
Whether I need to specify anything near the field in the script form.
Please let me know.
Thanks in advance.
‎2008 Mar 13 11:39 AM
Hi,
For ur requirement you can use formatting options..
use this &table-KWERT(.2)&
‎2008 Mar 13 11:39 AM
Hi,
For ur requirement you can use formatting options..
use this &table-KWERT(.2)&
‎2008 Mar 13 11:41 AM
Hi,
the syntax is,
&KWERT(N)&.
If you want two decimal places for your field means give like,
&KWERT(.2)&.
Thanks.
‎2008 Mar 13 11:46 AM
‎2008 Mar 13 11:57 AM
Hi All,
Thanks for the replies.
But the ideas did not work.
The dictionary specification shows that it has a total length of 17 with 2 for decimals.
I have checked in the debugging mode. Till the CLOSE FORM, it gives 126048.52.
But in the debug mode for form, it is taking as 12604852.
Please help me in this regard.
Thanks in advance.
‎2008 Mar 14 8:34 AM
Hi Friends,
I checked the value in the debug mode for both the program and the script form.
The value for the field till that particular text element is 126048.52
But in the form debug mode it takes the value as 12604852.
So even if I specify &KWERT(.2)&, it gives the value as 12604852.00
Please help me in this regard.
Thanks in advance.
‎2008 Apr 03 6:14 AM