Re: Help! Tricky(?) query in Forms 3.0.

From: ShelDBA <sheldba_at_aol.com>
Date: 12 Nov 1994 19:05:05 -0500
Message-ID: <3a3l7h$odi_at_newsbf01.news.aol.com>


In article <9TcRsc1w165w_at_vicuna.ocunix.on.ca>, frampton_at_vicuna.ocunix.on.ca (Steve Frampton) writes:

 Steve;

       Have you tried storing the returned field into a hidden field or hidden screen
varible and then converting it to uppercase. Something like

              Declare   Hidden_name   Varchar2(25);
              begin
                    Select Upper(fieldname) into Hidden_name from dual;

   Might be of some help.

                                                                          
       Sheldon
Received on Sun Nov 13 1994 - 01:05:05 CET

Original text of this message