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

Domain

Former Member
0 Likes
556

While creating domain why isn't it possible to give output length of the data type greater/less than the calculated length?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
520

Hi,

Domain defines the the output length (maximum field length) from the definitions for the data type.

It does not give any option to limit the length of values entered by user.

If field values have to be converted during input or output, you can define a conversion routine.

Message was edited by: Sunil Sawaiker

Message was edited by: Sunil Sawaiker

4 REPLIES 4
Read only

Former Member
0 Likes
521

Hi,

Domain defines the the output length (maximum field length) from the definitions for the data type.

It does not give any option to limit the length of values entered by user.

If field values have to be converted during input or output, you can define a conversion routine.

Message was edited by: Sunil Sawaiker

Message was edited by: Sunil Sawaiker

Read only

Former Member
0 Likes
520

Hi

You can only to put a certain output length, but you can also create an exit routine to convert it.

Max

Read only

Former Member
0 Likes
520

While giving domain length, you guve the maximum size you want to have. Incase you want to change then you have to use a conversion routine.

Read only

0 Likes
520

then why that input box given there?