Home » Developer & Programmer » Forms » When Pressed F-11 & Ctrl F11 Buttons ,screen doesnt turn blue
When Pressed F-11 & Ctrl F11 Buttons ,screen doesnt turn blue [message #426792] Mon, 19 October 2009 11:48 Go to next message
consultant19
Messages: 23
Registered: September 2009
Location: India
Junior Member
Hi

I developed custom form, everythng is working fine.
but when i press F-11 & Ctrl F-11 it queries and gtes the record.

But when I press F-11 ,fields on the screen doesnt turn blue.

Pl help me out ,how i solve this one
Pl urgent.

Thanks
Re: When Pressed F-11 & Ctrl F11 Buttons ,screen doesnt turn blue [message #426799 is a reply to message #426792] Mon, 19 October 2009 14:21 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Turn blue? Why should records turn blue when you press F11? Why not pink?
Re: When Pressed F-11 & Ctrl F11 Buttons ,screen doesnt turn blue [message #426811 is a reply to message #426799] Mon, 19 October 2009 20:23 Go to previous messageGo to next message
consultant19
Messages: 23
Registered: September 2009
Location: India
Junior Member
why are you thinking of pink?

As per my req, its blue
Re: When Pressed F-11 & Ctrl F11 Buttons ,screen doesnt turn blue [message #426839 is a reply to message #426811] Tue, 20 October 2009 01:32 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
OK, it could have been green, doesn't matter really. What I meant to say was: what does F11 do? Looks like it enters query mode (which, actually, depends on key mappings on your system). If that's true, once you enter query mode, block(s) are emptied and there are no records there. So, what should turn blue? Items' background color? If so, did you set it? How? Where (in which trigger)? Because, saying that "fields don't turn blue when I press F11" is far from being descriptive and informative.
Re: When Pressed F-11 & Ctrl F11 Buttons ,screen doesnt turn blue [message #426858 is a reply to message #426839] Tue, 20 October 2009 02:17 Go to previous messageGo to next message
vamsi kasina
Messages: 2112
Registered: October 2003
Location: Cincinnati, OH
Senior Member
F11 and Ctrl+F11 are used as enter query and run query for Oracle Applications.

@consultant19,
Crosscheck with the standard form in the enter-query trigger to add what you have missed in your custom form.

By
Vamsi
Re: When Pressed F-11 & Ctrl F11 Buttons ,screen doesnt turn blue [message #427271 is a reply to message #426858] Wed, 21 October 2009 12:33 Go to previous messageGo to next message
consultant19
Messages: 23
Registered: September 2009
Location: India
Junior Member
I,ve looked into the standard forms , as it standard functionality that comes with the form. I didnt find anythng.

Actually , I my custom form I,ve 2 tabs
tab1 it is working (f-11 & ctrl f11) but doesnt turn blue.
tab2 works fine (F-11 & Ctrl-f-11)turns blue.
Re: When Pressed F-11 & Ctrl F11 Buttons ,screen doesnt turn blue [message #427370 is a reply to message #427271] Thu, 22 October 2009 04:44 Go to previous messageGo to next message
cookiemonster
Messages: 13938
Registered: September 2008
Location: Rainy Manchester
Senior Member
consultant19 wrote on Wed, 21 October 2009 18:33
I,ve looked into the standard forms , as it standard functionality that comes with the form. I didnt find anythng.

Actually , I my custom form I,ve 2 tabs
tab1 it is working (f-11 & ctrl f11) but doesnt turn blue.
tab2 works fine (F-11 & Ctrl-f-11)turns blue.


It might be standard in your form but it's not standard in forms generally so there must be some custom code somewhere.

Check the KEY-ENTQRY triggers and check for any code that references :system.mode
Re: When Pressed F-11 & Ctrl F11 Buttons ,screen doesnt turn blue [message #427612 is a reply to message #426792] Fri, 23 October 2009 08:37 Go to previous messageGo to next message
rajy_salim
Messages: 204
Registered: January 2008
Location: Beirut - Lebanon
Senior Member
It may be in some attached library if you don;t find it in your form.

Rajy
Re: When Pressed F-11 & Ctrl F11 Buttons ,screen doesnt turn blue [message #427705 is a reply to message #426792] Sat, 24 October 2009 03:13 Go to previous messageGo to next message
psingh7777
Messages: 22
Registered: August 2007
Location: New Delhi
Junior Member

If functionality of enter query and execute query are working but it is only the matter of turning the fields blue.
Check the visual attributes of fields or record.

Regards
Re: When Pressed F-11 & Ctrl F11 Buttons ,screen doesnt turn blue [message #479754 is a reply to message #426792] Tue, 19 October 2010 04:00 Go to previous messageGo to next message
cougar_han
Messages: 1
Registered: October 2010
Location: Germany
Junior Member
Hi,

it seems, no eBusiness Suite Developer has come to your topic yet, only people argueing about colors...nice.

I had the same problem and finally found the solution.
Your Problem lies in an existing "WHEN-NEW-RECORD-INSTANCE" Trigger on Block Level with the Execution Hierarchy Property set to "Override". This will omit the execution of the Form Level Trigger.

In the Form Level "WHEN-NEW-RECORD-INSTANCE" Trigger, the following Call is turning the fields to blue:
APP_STANDARD.EVENT('WHEN-NEW-RECORD-INSTANCE');

To solve the Issue, you have two choices:
1. Set the Execution Hierarchy Property to "Before" or "After"
2. Add the Call APP_STANDARD.EVENT('WHEN-NEW-RECORD-INSTANCE'); to your block level Trigger.

Hope that helped, even if a year has passed since your question was submitted.

Kind Regards,
Gordon Heimann
Re: When Pressed F-11 & Ctrl F11 Buttons ,screen doesnt turn blue [message #479921 is a reply to message #479754] Wed, 20 October 2010 04:04 Go to previous message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Gordon
no eBusiness Suite Developer has come to your topic yet

If you're the one, then you are WELCOME here! OraFAQ Forum lacks in that kind of experts. I hope you'll enjoy your stay here and help people who need assistance.
Previous Topic: Avoid the user to select twice the same value from LOV (merged)
Next Topic: Post-change vs Validate Item
Goto Forum:
  


Current Time: Fri Sep 20 04:50:42 CDT 2024