Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Selecting from Find window fails when in Query-Only mode

Status
Not open for further replies.

Mockenrue

Programmer
May 15, 2002
40
NL
Hi,

I have a form (4.5) that has been generated with Designer 1.3.2 and Headstart for
Applications 1.2. It has a Query-Find window that works o.k. in normal mode.

In Query-Only mode however, info message "No records exist here" is raised
when selecting one of the rows in the Find window. I have defined a form function
in Oracle AOL (Application Object Library) for both cases: one for normal mode
and one for Query-Only with parameter 'QUERY-ONLY="YES"'.

Any help is appreciated

Arthur
 

We found that Headstart creates trigger code in Forms that sets all blocks to
non-insertable, non-updateable, non-deleteable at new form instance when
running in Query-Only mode.

When selecting a row from the Find window, the result cannot be placed in
the result block anymore.

Arthur
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top