Re: Forms - Combo Box List Item
Date: 29 Apr 1998 12:43:59 GMT
Message-ID: <6i77af$lmk$1_at_psun6.dsccc.com>
Ok, how about putting
if upper (:field) ^= :field then :field := upper (:field) ; end if ;
in the :field's When_Validate_Item Trigger.
Tijuana D. Glover (tglover_at_usgs.gov) wrote:
: John Strange wrote:
: >
: > Why not change the Case Restriction to Upper under
: > the FUNCTIONAL secition of the Properity Sheet for
: > FIELD.
: >
: > Tijuana D. Glover (tglover_at_usgs.gov) wrote:
: > : I've been having trouble getting data typed in a combo box field to
: > : convert to upper case.
: >
: > : This is the code I wrote- :block.field := upper(:block.field);
: >
: > : This was put in a When-List-Activated trigger. It did not work. I'm not
: > : sure what the problem is. Could someone out there give me some pointers.
: > : This seems like a very easy task. Thanks.
: >
: > : -Tijuana
: >
: > --
: > While DSC may claim ownership of all my ideas (on or off the job),
: > DSC does not claim any responsibility for them. Warranty expired when you
: > opened this article and I will not be responsible for its contents or use.
: Thanks, but List Item fields don't have case restrictions. Any other
: ideas?
: -Tijuana
-- While DSC may claim ownership of all my ideas (on or off the job), DSC does not claim any responsibility for them. Warranty expired when you opened this article and I will not be responsible for its contents or use.Received on Wed Apr 29 1998 - 14:43:59 CEST