Re: Customer Button for cancal enter query mode?

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


I am reposting because it doesn't look like my origianl post went anyhwere.

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 <39087D85.2B11237E_at_hotmail.com>,   Chadwick Leung <poleetea_at_hotmail.com> wrote:
> How to create a customer button with function of cancal enter query
 mode
> WHEN BUTTON PRESS??
>
> Chadwick Leung
>
>

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