--- Charles Szasz <[EMAIL PROTECTED]> wrote: > I came across in Rev. 2.1 a recipe for a numbers > only field but it only > allows numerals up to nine. How can I include > decimals, e.g. such as > .65 and 10.5 as numbers? > > > Charles >
Hi Charles, Have a look at the following script I posted last year for this purpose : <http://lists.runrev.com/pipermail/use-revolution/2002-October/008389.html> However, I wrote it before version 2 came along with drag-and-drop support so you'll have to add a dragDrop handler as well to cover all bases : -- on dragDrop put the text of me into sBeforePaste send "checkAfterPaste" to me in 5 milliseconds pass dragDrop end dragDrop -- Hope this helped, Jan Schenkel. ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
