Home » Developer & Programmer » Forms » Forms 4.5 - Duplicate Keystroke
icon13.gif  Forms 4.5 - Duplicate Keystroke [message #238567] Fri, 18 May 2007 09:38 Go to next message
NizamUlMulk
Messages: 11
Registered: May 2007
Location: Paraguay
Junior Member
You must be see attachment!.

I define various keys for something actions for each block of my application.

When current form calls another form, the new form called redefines one, some, or all keystrokes already defined by caller.

When press Ctrl+K for list of keys, there are duplicate keys and labels.

When returns to caller form, and press Ctrl+K, there are more duplicate keys y/or labels (some from the closed form!!).

How can I repare this problem?.
Re: Forms 4.5 - Duplicate Keystroke [message #238965 is a reply to message #238567] Mon, 21 May 2007 01:32 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
What command are you using to create these entries? What parameters are you using when you 'call' the next form? Have you read the documentation in the reference manual concerning this 'call'?

David
Re: Forms 4.5 - Duplicate Keystroke [message #239092 is a reply to message #238965] Mon, 21 May 2007 08:15 Go to previous messageGo to next message
NizamUlMulk
Messages: 11
Registered: May 2007
Location: Paraguay
Junior Member
Only change properties for: Key-Nxtblk, Key-F0 ..Key-F9, etc.
as:
Trigger Type: Built-in
Trigger Style: PL/SQL
Fire in Enter QueryMode: False
Show Keys: True
Execution Style: Override

My calls for froms are:
1) GO_BLOCK('xxx');
2) CALL_FORM('yyy', NO_HIDE, NO_REPLACE, NO_QUERY_ONLY, params);
3) CALL('zzz');
Re: Forms 4.5 - Duplicate Keystroke [message #239657 is a reply to message #239092] Wed, 23 May 2007 00:14 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
What behaviour changes do you get if you use 'replace' instead of 'no_replace'?

David
icon8.gif  Re: Forms 4.5 - Duplicate Keystroke [message #239840 is a reply to message #239657] Wed, 23 May 2007 07:34 Go to previous messageGo to next message
NizamUlMulk
Messages: 11
Registered: May 2007
Location: Paraguay
Junior Member
I made the changes to prove. It behaves in the same way, continues duplicating.
I don´t find the solution ..... Embarassed
Re: Forms 4.5 - Duplicate Keystroke [message #243569 is a reply to message #238567] Thu, 07 June 2007 15:03 Go to previous messageGo to next message
NizamUlMulk
Messages: 11
Registered: May 2007
Location: Paraguay
Junior Member
Anybody knows how resolve this?.
Where can I find an answer?
Re: Forms 4.5 - Duplicate Keystroke [message #244797 is a reply to message #243569] Thu, 14 June 2007 02:42 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Which version of forms are you running? Have you tried creating two new forms from scratch and seeing if you get the same problem?

David
Re: Forms 4.5 - Duplicate Keystroke [message #244892 is a reply to message #244797] Thu, 14 June 2007 08:53 Go to previous messageGo to next message
NizamUlMulk
Messages: 11
Registered: May 2007
Location: Paraguay
Junior Member
Forms 4.5

I have this problem over all my forms, it isn´t only between 2.
When I call another form with call_form, or call, or open_form the new form doesn´t override the keystrokes that the previous form (the caller) was defined, the new form duplicates the keystrokes and when return to caller, the caller shows duplicates its owner keystrokes ......

I created new forms for replace them, but ..... the problem continues
Re: Forms 4.5 - Duplicate Keystroke [message #245043 is a reply to message #244892] Fri, 15 June 2007 01:18 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Would you please attach a pair of test forms (that don't need a base table - other than 'dual' maybe) and I will run them on my machine and see if I get the same error.

David
Re: Forms 4.5 - Duplicate Keystroke [message #625767 is a reply to message #243569] Tue, 14 October 2014 02:07 Go to previous messageGo to next message
faizalrahuman
Messages: 1
Registered: October 2014
Location: UAE
Junior Member

Kindly check the lock for the user session.

select * from v$session where action like '%<username>%'

and then kill it. it will resolve your issue..
Re: Forms 4.5 - Duplicate Keystroke [message #625770 is a reply to message #625767] Tue, 14 October 2014 02:15 Go to previous message
Littlefoot
Messages: 21808
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
The "issue" was actual 7 years ago, so - maybe you should pay attention to more recent problems.

Besides, what makes you think that killing a session will resolve duplicate keys defined in key mappings (as the result of <Ctrl + K> shows)?

Did you, by any chance, meant to answer another question? If so, post a link to it and we'll move your answer over there.
Previous Topic: d2kwutil.pll with Win_API_File.File_Size
Next Topic: FRM-91116:Internal Error:Oracle*Image startup failure
Goto Forum:
  


Current Time: Thu Apr 25 04:54:38 CDT 2024