Re: Forms 4.5 Question
From: Steve Cosner <stevec_at_zimmer.CSUFresno.EDU>
Date: 1995/10/12
Message-ID: <DGCF2G.Gw4_at_CSUFresno.EDU>#1/1
Date: 1995/10/12
Message-ID: <DGCF2G.Gw4_at_CSUFresno.EDU>#1/1
In article <45j733$i26_at_news1.cle.ab.com> seankub_at_ix.netcom.com writes:
>I want to add alt-keys to Forms 4.5 buttons. I.E. Alt-e would execute
>the 'Exit' button. I know VB does it with the '&' prior to the desired
>character on the button lable prop, but, how can I do this in Forms 4.5?
You will need to use oraterm to define keys, then set up key-triggers in the form. Oraterm ain't fun.
>Also, how can I have a 4.5 form default to full screen, during
>runtime?
Try:
SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,WINDOW_STATE,MAXIMIZE); SET_WINDOW_PROPERTY('window name',WINDOW_STATE,MAXIMIZE);
Steve Cosner (stevec_at_csufresno.edu.us) Received on Thu Oct 12 1995 - 00:00:00 CET
