Hi Ken, Jim and many others :-)

I was following this thread and I had to pinch myself to make sure I wasn't dreaming: From an ergonomics point of view, don't you think that a well thought app may not tell the user: you made a mistake?
As for me, I think that all this has to be handled upstream.
By allowing to enter only right values in a field, by choosing other ways: lists, calendars, graphics, etc.

Just my two cents ;-)
May be I miss something?

Best Regards from Paris,
Eric Chatonet

Le 3 oct. 06 à 19:23, Ken Ray a écrit :

On 10/3/06 12:11 PM, "Jim Ault" <[EMAIL PROTECTED]> wrote:


if field "MyTextField" is an integer and field "MyTextField" > -0.1

Can't you use just "> 0" ?


  if field "MyTextField" is an integer and field "MyTextField" > 0

or:

  get fld "MyTextField"
  if (it is an integer) and (it > 0)

:-)

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]

------------------------------------------------------------------------ ----------------------
http://www.sosmartsoftware.com/    [EMAIL PROTECTED]/


_______________________________________________
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