NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: spot1701 on December 01, 2009, 05:50:00 AM
-
Nettalk 4.40
Clarion 6.3.9095
Run example 1. Enter the form and enter a number into the size limit field. The number will get following zeros added to it.
This only seems to happen when the field is a dictionary field and is a long/real.
A show stopper for me, so will be reverting unless there is a quick fix?
-
Thanks for the report Bryan - fixed in 4.41 which I've already uploaded.
cheers
Bruce
-
No it isn't fixed in 4.41.
Downloaded it this morning, and the bug is still there.
-
Hi Bryan,
Seems I can't get the build right - my fault sorry.
In the mean time make the fix in your netweb.clw file
search for
ans = choose(instring('.',loc:pic,1,1)>0,deformat(loc:value),deformat(loc:value,loc:pic))
and replace with
ans = choose(instring('`',loc:pic,1,1)=0,deformat(loc:value),deformat(loc:value,loc:pic))
Sorry again.
cheers
Bruce