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
    -- your script here
  else
    pass functionKey
  end if
end functionKey

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 http://www.salery.biz

Op 5-nov-2006, om 21:31 heeft Josep M Yepes het volgende geschreven:

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

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to