Skip to main content

[archive] Entry Fields (Numeric Property)

  • April 14, 2004
  • 1 reply
  • 0 views

[Migrated content. Thread originally posted on 13 April 2004]

Is there a way to dynamically disable the numeric property of an entry field? If the numeric property isn?t set for the entry field in the screen section I can enable it with a simple modify statement. However, I?m having trouble figuring out how I can then disable the numeric property via another modify statement later on in my program. Your time is appreciated. Thanks.

1 reply

[Migrated content. Thread originally posted on 13 April 2004]

Is there a way to dynamically disable the numeric property of an entry field? If the numeric property isn?t set for the entry field in the screen section I can enable it with a simple modify statement. However, I?m having trouble figuring out how I can then disable the numeric property via another modify statement later on in my program. Your time is appreciated. Thanks.
Thanks Davide! I had tried =0, =false, etc... but didn't think to try sticking a 'not' in there. Worked like a charm! Thanks again.