Keydown into Table Fields

2006-11-05 Thread Josep M Yepes
Hello, I need to control thekey pressed into the cell in a Table field. I have this code: on keydown thekey if thekey is F4 then go to card s_itemSelect else pass keydown --asnwer thekey end keydown The objective is when the user press F4 one card with a list of items is showed to

Re: Keydown into Table Fields

2006-11-05 Thread Mark Schonewille
Hi Josep, You need to handle the functionKey message instead of the keydown message. Best, Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Get your store on-line within minutes with Salery Web Store software. Download at

Re: Keydown into Table Fields

2006-11-05 Thread Josep M Yepes
Hi Mark, The message work fine into card script, but into the Table Fields doesn't run. It seems like into (when you are editing one cell) the Table Fields nothing can be intercepted. Cheers, Josep El 05/11/2006, a las 19:00, [EMAIL PROTECTED] escribió: Hi Josep, You need to handle

Re: Keydown into Table Fields

2006-11-05 Thread Mark Schonewille
Josep, It is very well possible that a table object intercepts all messages. You should be able to override this by inserting your script into front: insert script of btn Front Scripts into front This button could contain the following script: on functionKey theKey if theKey is 4 then