On 19/12/01 8:35 pm, Andre Rombauts <[EMAIL PROTECTED]> wrote:

> I don't see any easy (quick) way to filter user input in fields (numeric,
> formated number, dates, limited length). I guess all this has to be trapped
> through a 'on KeyinField' scripting. Right?

on keyDown pWhich
  if pWhich is not a number then exit keyDown
  pass keyDown
end keydown

Kevin

Kevin Miller <[EMAIL PROTECTED]> <http://www.runrev.com/>
Runtime Revolution Limited - Power to the Developer!
Tel: +44 (0) 870 747 1165.  Fax: +44 (0)1639 830 707.

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to