mibuso.com

Microsoft Business Solutions online community
It is currently Sat May 18, 2013 11:59 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Want to Make Field Uppercase at Form Level.
PostPosted: Tue Jul 03, 2012 6:11 am 
Offline

Joined: Thu Mar 10, 2011 10:15 am
Posts: 212
Location: MUMBAI
Country: India (in)
Want to Make Field Uppercase at Form Level.

1) I have defined the Source Expr Property of that field as UPPERCASE("Description 2").

But when i Enter the an Description and i press Enter then it becomes Blank.


Can somebody suggest Why?????....

_________________
Thanks & Regards,
Stivan D'souza


Top
 Profile  
 
 Post subject: Re: Want to Make Field Uppercase at Form Level.
PostPosted: Tue Jul 03, 2012 6:18 am 
Offline
MVP Microsoft Dynamics NAV

Joined: Tue Sep 02, 2008 8:37 am
Posts: 4224
Location: New Delhi
Country: India (in)
If you can make the field Datatype to code.
or
Write below code in table Description 2 onvalidate trigger

"Description 2" := UPPERCASE("Description 2");

_________________
-Mohana
http://mibuso.com/blogs/mohana
http://mohana-dynamicsnav.blogspot.in/


Top
 Profile  
 
 Post subject: Re: Want to Make Field Uppercase at Form Level.
PostPosted: Tue Jul 03, 2012 11:05 am 
Offline

Joined: Sat Sep 25, 2004 2:04 am
Posts: 354
Location: Netherlands
Country: Netherlands (nl)
3rd option, useable if it is only visual and the uppercase variant doesn't have to be saved to the table, is to change the OnFormat trigger on the form :

Code: Select all
text := uppercase(text) ;


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum


Search for:
Jump to: