Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Forms questions.. Help please

Forms questions.. Help please

From: Jimmy <c6635500_at_comp.polyu.edu.hk>
Date: 1997/12/06
Message-ID: <3489E9CF.655F@comp.polyu.edu.hk>#1/1

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?

	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)

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US