Skip to main content

[archive] Numeric fields - Number required

  • March 12, 2010
  • 1 reply
  • 0 views

[Migrated content. Thread originally posted on 10 March 2010]

Hello,

I want to be able to enter a charater in a numeric field.
The runtime gives the message 'Number required' but I want to be able to get an exception on that field and be able to continue my program.
Is there a way to do this?

Andre

1 reply

[Migrated content. Thread originally posted on 10 March 2010]

Hello,

I want to be able to enter a charater in a numeric field.
The runtime gives the message 'Number required' but I want to be able to get an exception on that field and be able to continue my program.
Is there a way to do this?

Andre
No, unless you change the field. The "number required" is coming from the Windows API or from Acu controls on Unix, no exception is raised. You'll need to remove the numeric property from the field and then parse it on your own looking for numerics or alphanumerics.