Home:ALL Converter>Query/Where dialog in Oracle Forms 10g

Query/Where dialog in Oracle Forms 10g

Ask Time:2009-01-17T00:35:16         Author:AndyDan

Json Formatter

In Oracle Forms 6i, you could enter query mode in your form, and type & or :A in a field, and when you executed the query, a Query/Where dialog box would open, allowing you to enter more complex query or sorting criteria than just entering data in the fields allows.

This doesn't seem to work in Forms 10g: I get a "FRM-40367: Invalid Criteria in field XX in example record" error.

Is there some way to do this in Oracle Forms 10g? We're running web-based, not client-server, if that matters.

Author:AndyDan,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/451047/query-where-dialog-in-oracle-forms-10g
AndyDan :

I came across the answer after I posted this question here. In 10g forms, this functionality is disabled by default, but can be enabled by setting\n\nFORMS_RESTRICT_ENTER_QUERY=FALSE\n\n\nin the default.env file. We have now enabled this in our test environment, and it is working as expected.",
2009-01-17T22:00:12
yy