Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Radio Group - Initial Value not working correctly

ScottM1984May 14 2010 — edited May 5 2011
I am having trouble with a Radio Group in my form-with-table.

Simple Form-With-Table.
Radio buttons control ORDER BY clause for the query.

The form works perfect as-long-as the user clicks radio button FIRST,
but default form behavior is not working correctly.

General idea::

Using a standard form with table / query.
There is one radio group, with 2 radio buttons.

The radio buttons simply control the ORDER BY clause of the query.
Button: SORT_BY_NAME - Value: NAME
Button: SORT_BY_PATTERN - Value: PATTERN
Radio Group Initial Value: NAME

My problem is that when user "open the form" and run straight query, the default is PATTERN.
No radio button is pressed. Query just automatically sorts by PATTERN, even though I want default NAME.

How can I change the default ORDER BY to NAME?
Or, how can I change form to Automatically-Click the NAME button when opened?

Thanks in advance for your help
This post has been answered by 49905 on May 14 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 2 2011
Added on May 14 2010
6 comments
3,597 views