Re: Forms questions.. Help please

From: Patrick Beyltjens <Patrick.Beyltjens_at_ping.be>
Date: 1997/12/06
Message-ID: <34892EE8.183C_at_ping.be>#1/1


Jimmy wrote:
>
> Hello all,
>
> I have some problems in FORMS 4.5:
>
> 1) When I press a button which has the following code:
>
> go_block('A');
> create_record;
> go_block('B');
> create_record;
>
> A message "FRM-40102: Record must be entered or deleted first"
> Why such message displayed and how to hide this message?
>

When you are in a empty record en create a new one

> 2) When a user press the query button, the FORM is in ENTER-QUERY mode.
> When the user press Ctrl-Q now, the FORM can cancel the query. My
> question is, I want some actions is associated with the Ctrl-Q, so what
> is the trigger name?
>
> 3) I want to do some checking in the text-item A with Post-Text-ITEM.
> After checking, if checking fail, I want the focus is still in the
> text-item A. So I use go-item('A') if fail. However, go-item is invalid
> in the Post-Text-Item trigger. How can I go to the same item A if
> checking is failed? (i.e. when the user leave the item A, I want to do
> checking. If checking is failed, go back to the same item A)

Use a timer.
- Create a timer (1 ms or so ) in the post-Text-Trigger only if the checking fail.

Patrick

>
> Thanks,
> Jimmy
Received on Sat Dec 06 1997 - 00:00:00 CET

Original text of this message