Function Keys in forms [message #263147] |
Wed, 29 August 2007 03:54  |
srinivas.k2005
Messages: 404 Registered: August 2006
|
Senior Member |
|
|
Hi,
I have written in forms level trigger in
KEY-f2 the code to call a search screen.
Show_View('CAN_SEARCH');
But when i press f2 its not working.
Please tell me wat else should i set.
Thanks,
Srinivas
|
|
|
|
Re: Function Keys in forms [message #263373 is a reply to message #263147] |
Wed, 29 August 2007 21:15  |
 |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Alternatively, it COULD be firing but the 'Show_View' may not be doing anything. Put a 'message('hi, I am herre');pause;' pair into your trigger and see if that message is displayed.
David
|
|
|