Hi all,
we are having the following issues in Universal:
- where the data is not displaying properly.
- and Universal is changing the data.
See attachments
Anyone know what causes these issues?
Datatype is bigint
Hi all,
we are having the following issues in Universal:
See attachments
Anyone know what causes these issues?
Datatype is bigint
Best answer by Mark Jongeling
Hi Zachery,
I asked a Universal GUI developer about this, and this sadly is a limitation of JavaScript and also browsers. JavaScript supports 16 digits as number whilst SQL Server can support up to 19 digits. This causes the last 3 digits to not show properly.
In the far distant future (soon™), this may be fixed but this is certainly not easy to be implemented.
Only workaround is to not show more than 16 digits, or to make it a text field and double check its input/value to be numeric. In our upcoming 2023.1 release, you'll be able to create an Input constraint on it that can check the value automatically.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.