Hello,
(I've tried a number of different search strings on this forum, no idea what the words are to search for what I believe is some sort of bug), so I'll explain what the problem is, and hopefully this was solved/talked about somewhere.
I've got a fully functional A5W website, and things seem to be working perfectly fine when running from the LOCAL platinum server. I am using a grid with detail view, and the detail has a variety of "numeric" fields that can be updated.
I can update the fields easily, along with text boxes etc... everything works fine.
However, when I publish the files to the remote server, and run the same files, and the same data, (I copied them back and forth to make sure), after I click SUBMIT, (and the record gets posted back, even WITHOUT CHANGING ANY of the data on the detail view), and when the grid loads again, ALL numeric fields get TRUNCATED... i.e. $24,000 gets converted to $24, $1,300 gets chopped to $1
I've performed a complete publish with ALL files to the remote server, and still the localhost behaves properly, and the remote application server truncates the data.
Seems it only happens with any values over 1,000. (999 doesn't get truncated.)
If it was something I've done, then wouldn't it behave the same on each server?
Obviously this is driving me nuts, as I have no idea why this is happening, or how to debug it! Could this be a bug? OR is there something I could have done?
Thanks!
(I've tried a number of different search strings on this forum, no idea what the words are to search for what I believe is some sort of bug), so I'll explain what the problem is, and hopefully this was solved/talked about somewhere.
I've got a fully functional A5W website, and things seem to be working perfectly fine when running from the LOCAL platinum server. I am using a grid with detail view, and the detail has a variety of "numeric" fields that can be updated.
I can update the fields easily, along with text boxes etc... everything works fine.
However, when I publish the files to the remote server, and run the same files, and the same data, (I copied them back and forth to make sure), after I click SUBMIT, (and the record gets posted back, even WITHOUT CHANGING ANY of the data on the detail view), and when the grid loads again, ALL numeric fields get TRUNCATED... i.e. $24,000 gets converted to $24, $1,300 gets chopped to $1
I've performed a complete publish with ALL files to the remote server, and still the localhost behaves properly, and the remote application server truncates the data.
Seems it only happens with any values over 1,000. (999 doesn't get truncated.)
If it was something I've done, then wouldn't it behave the same on each server?
Obviously this is driving me nuts, as I have no idea why this is happening, or how to debug it! Could this be a bug? OR is there something I could have done?
Thanks!
Comment