Page 1 of 2
Number formatting
Posted: Mon Feb 26, 2018 7:15 pm
by KEE
Two questions on the Reports.
I create button in Edit form to running a report. Why can't use the Hash Cookie record_id when using the procedure to create a temporary table? I run nuHash() inside code, record_id is empty.
Strangely behaves number formatting (see below).
Thank you!
Konstantin
Re: Number formatting
Posted: Wed Feb 28, 2018 3:27 am
by admin
KEE,
1.- I have fixed that now (on Github), #RECORD_ID# should work for Reports. Let me know if it works for you.
2. Can you give me just 1 example of a format and a value I can test? - I don't quite understand your examples.
Steven
Re: Number formatting
Posted: Wed Feb 28, 2018 7:14 am
by KEE
Thanks Steven!
Here is the database with an example of a formatting error.
Konstantin
Re: Number formatting
Posted: Wed Feb 28, 2018 7:29 am
by toms
KEE,
I think it'd be easier for us if you could post just 3 screenshots. Like...
- showing the number format you set
- what is displayed
- what you expect to be shown
Re: Number formatting
Posted: Wed Feb 28, 2018 10:52 am
by KEE
toms,
here's how it looks:
Re: Number formatting
Posted: Wed Feb 28, 2018 10:55 am
by KEE
Steven, #RECORD_ID# works for Reports fine, thanks!
Re: Number formatting
Posted: Wed Feb 28, 2018 11:21 am
by KEE
Another problem. Date format dd.mm.yyyy shows one digit of the month, and I need two ...
Re: Number formatting
Posted: Wed Feb 28, 2018 11:33 am
by admin
KEE,
I have put the fix on Github.
Let me know if it works for you.
Steven
Re: Number formatting
Posted: Wed Feb 28, 2018 11:52 am
by admin
KEE,
I have put the fix on Github - (both number and date).
Let me know if it works for you.
Steven
Re: Number formatting
Posted: Fri Mar 02, 2018 11:18 am
by KEE
Date format and number format works fine.
Thanks for the quick fix!