Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I display a negative number in a numeric field widget?

0
Posted

How do I display a negative number in a numeric field widget?

0

Use a negative number for the “minFld” value parameter. Note that the range of maxFld-minFld has to be equal to or less than the range of the data structure (256 for a byte, 65536 for a word) Example: minFld = -128 maxFld = 127, a byte in this numeric field with value of 0 will display -128, and a value of 255 will display 127.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123