Skip to Content
0
Former Member
Jun 29, 2006 at 10:23 AM

Table Control Output Problem

37 Views

the scenario is:

i have got a table control with three columns like "Est mat cost var $", "Act mat cost var $",

"Est labr cost var $".

these columns are declared with 2 decimal places. by default the values for these columns in the respective table is 0.00. when the user enters values like

"1.00" "0.00" "No-values" for the respective columns

then on the ouptut the values are shown as

"1.00" "0.00" "0.00"

but the requirement is whatever the values the user gives in the input field of the table control, the same values should be shown on the output also.

i.e., "1.00" "0.00" "No-Values"

what are the steps to be taken such that the problem can be resolved.

kindly consider this as high priority.

eagerly waiting for the replies soon.

Regards,

Ajay