Striping Decimal displays in Grid view?

chris_koloszar

Member
How do you strip the decimals off and display a DD item which is set to a number with file decimals to 6 as an integer in a grid view of a form?
 
Servus Chris, and Welcome to the List!

A way to do it would be:
- add an integer DD item to your grid,
- pass the value to it, and
- hide the DD item that shows decimals.

As you did not provide what TYPE of form the grid belongs to, the suggested solution may (or may not) work :)

Warm regards,
PS Next time please consider adding some details to your post, providing boring information related to your application, system configuration, release ... etc. It will definitely increase the chances of getting a fast BUT competent reply.
 
Thanks Adrian,
you have solved my problem, the only thing it restricts QBE on those
fields, but otherwise it worked.
regards
Chris
OMRON - Netherlands
XE - AS400 SP21





Adrian_Chimirel
<achimirel@hotmai To: [email protected]
l.com> cc:
Sent by: Subject: Re: Striping Decimal displays in Grid view?
jdelist-bounces@j
delist.com


24/11/2003 16:44
Please respond to
JDELIST One World
/ XE Discussions






Adrian_Chimirel replied to your post at the site: .
http://www.jdelist.com/ubb/showthreaded.php?Cat=&Board=OW&Number=64515

Servus Chris, and Welcome to the List!

A way to do it would be:
- add an integer DD item to your grid,
- pass the value to it, and
- hide the DD item that shows decimals.

As you did not provide what TYPE of form the grid belongs to, the suggested
solution may (or may not) work :)

Warm regards,
PS Next time please consider adding some details to your post, providing
boring information related to your application, system configuration,
release ... etc. It will definitely increase the chances of getting a fast
BUT competent reply.
 
Back
Top