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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tuning data block

Status
Not open for further replies.

vpv

Programmer
Oct 30, 2003
24
0
0
RU
I fill data block manually (by program code) and layout it on the form.
However, now i can't use common query function's( as F7-F8 for search...)
Why?
for me it's important property....
 
Did you set the block property to associate the block with the base table? What error are you getting when pressing F7/F8?

[sup]Beware of false knowledge; it is more dangerous than ignorance.[/sup][sup] ~George Bernard Shaw[/sup]
Consultant/Custom Forms & PL/SQL - Oracle 8.1.7 - Windows 2000
 
1. As i fill data block from procedure, i set follow:
Query data source type - None
Database data block -Yes
Query allowed - Yes
2. Error: FRM-41003 - this function cannot be perform here.
 
vpv,
You can't do enter-query in a data-block populated manually, you must try with a PACKAGE-PROCEDURE (see form's help).


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top