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 screen?

former_member537489
Participant
0 Likes
590

Dear experts,

how do I declare negative values on a field of a table control?

now it gives short dump.

Thanks in advance,

Roxani

4 REPLIES 4
Read only

Former Member
0 Likes
543

HI Roxani,

Simply put an uppercase V at the end of the underscores in the text box.

>Example ________V This will allow negative numbers. Took me several

>hours of digging to find this the first time around.

Reward points if this helps.

Manish

Read only

0 Likes
543

still short dump, maybe something more?

Read only

0 Likes
543

Associate the screen field to a data dic data element that permits negative numbers (in the field atributes).

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
543

Sounds like your field in the screen is not defined properly, In the screen, go to the element list tab, then General attributes tab, under the "Format" column, change it to DEC with an appropriate length.

Regards,

Rich Heilman