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

negative values in table control

Former Member
0 Likes
406

Hello Friends,

I want to show negatve values in table control how can we do tht?

Regards,

Sunny

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
377

Hi

Create a DOMAIN which has SIGN check box enabled and you can use it then,

or try

data : abc type WERTV10 ( which allows to use negative values)

Regards

Ramchander Rao.K

Edited by: ramchander krishnamraju on Dec 12, 2008 11:33 AM

2 REPLIES 2
Read only

Former Member
0 Likes
378

Hi

Create a DOMAIN which has SIGN check box enabled and you can use it then,

or try

data : abc type WERTV10 ( which allows to use negative values)

Regards

Ramchander Rao.K

Edited by: ramchander krishnamraju on Dec 12, 2008 11:33 AM

Read only

Former Member
0 Likes
377

thnks