Re: Customer Button for Cancel Query??

From: Larry <lculver_at_my-deja.com>
Date: 2000/04/27
Message-ID: <8ea58s$m2c$1_at_nnrp1.deja.com>#1/1


You will need to use the Exit_Form built-in. Before you say "I don't want to exit the form!"

Quote from the Help:

"If the operator is in Enter Query mode, EXIT_FORM navigates out of Enter Query mode, not out of the form. "

It is documented in your forms builder help.

Ex.

If system.mode = 'Enter-Query' Then
  EXIT_FORM;
End If;

In article <39082268.BE7DC7F1_at_comp.polyu.edu.hk>,   c123456 <c123456_at_comp.polyu.edu.hk> wrote:
> How to create a Button to cancel query mode when "WHEN-BUTTON-PRESS"?
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Apr 27 2000 - 00:00:00 CEST

Original text of this message