Re: Popup message box with prompt in forms?
Date: Sat, 21 Jul 2001 21:54:32 GMT
Message-ID: <3B2E93B0.65C85996_at_adelaide.edu.au>
Thanks Stephen, sounds like thats the one, I'll try it out
Stephan Langer wrote:
>
> Hi,
>
> create an alert (see alert-properties for text and buttons) and run it with
>
> NumberValue = show_alert('ALERT_NAME');
>
> after that you can compare NumberValue to Alert_Button1 .. 3 to see what was
> selected.
>
> hth
> Stephan
>
> Steve Salvemini schrieb:
>
> > What I'm after is to have a prompt, for example like:
> >
> > Do you want to Quit (Y/N) ?
> >
> > where the user then hits Y or N and then I have conditional code to
> > handle the reponse.
> >
> > Patrick Sinke wrote:
> > >
> > > adding 'pause;' will make sure you see the information in the bottom
> > > statusline of your window, coz u get a message box popping up ('please
> > > aknowledge' )
> > >
> > > regards,
> > >
> > > Patrick Sinke.
> > >
> > > Stephan Langer <slanger_at_dixi-wc.de> schreef in berichtnieuws
> > > 3B29C795.1487A72B_at_dixi-wc.de...
> > > > Hi
> > > >
> > > > try
> > > > message('blablabla');
> > > >
> > > > hth Stephan
> > > >
> > > > Steve Salvemini schrieb:
> > > >
> > > > > Hi team, its been a while since I delved into forms, what is the method
> > > > > to prompt a user for some information which I can then test, from within
> > > > > a form (developer 2000).
> > > > >
> > > > > I remember in Ingres it was simply a 'prompt' command, but I've got an
> > > > > idea that its a bit more complex in forms?
> > > > >
> > > > > Any ideas appreciated, thanks
> > > > >
> > > > > Steve
> > > >
> >
> > --
> > -----------------------------------------------------------
> >
> > Steven Salvemini
> > Peoplesoft Technical Specialist, Information Technology Services
> > ADELAIDE UNIVERSITY SA 5005
> > AUSTRALIA
> > Tel: +61 8 8303 6358 Fax: +61 8 8303 4400
> > Email: steve.salvemini_at_adelaide.edu.au
> >
> > -----------------------------------------------------------
> > This email message is intended only for the addressee(s)
> > and contains information which may be confidential and/or
> > copyright. If you are not the intended recipient please
> > do not read, save, forward, disclose, or copy the contents
> > of this email. If this email has been sent to you in error,
> > please delete this email and any copies or links to this
> > email completely and immediately from your system. No
> > representation is made that this email is free of viruses.
> > Virus scanning is recommended and is the responsibility of
> > the recipient.
-- ----------------------------------------------------------- Steven Salvemini Peoplesoft Technical Specialist, Information Technology Services ADELAIDE UNIVERSITY SA 5005 AUSTRALIA Tel: +61 8 8303 6358 Fax: +61 8 8303 4400 Email: steve.salvemini_at_adelaide.edu.au ----------------------------------------------------------- This email message is intended only for the addressee(s) and contains information which may be confidential and/or copyright. If you are not the intended recipient please do not read, save, forward, disclose, or copy the contents of this email. If this email has been sent to you in error, please delete this email and any copies or links to this email completely and immediately from your system. No representation is made that this email is free of viruses. Virus scanning is recommended and is the responsibility of the recipient.Received on Sat Jul 21 2001 - 23:54:32 CEST