Home » U++ Library support » U++ Core » Xmlize problem with Nulls
Xmlize problem with Nulls [message #44455] |
Fri, 13 March 2015 13:25  |
 |
koldo
Messages: 3435 Registered: August 2008
|
Senior Veteran |
|
|
Now when a Null EditNotNull field is Xmlized, an error is set in the xml file, so when the xml file is opened a "invalid Value type" error is thrown so xml file is not opened.
The reason is that EditFields get data from Scan(), and it returns "error" type and an error message ("Null value not allowed.") when field is Null (or out of max/min limits, with "Number must be between %d and %d." message).
IMHO if an EditMinMaxNotNull or EditNotNull field is saved in a xml, the original data should be saved instead of an error. Other way could be to ignore ERROR type values when opening a xml file, instead of throwing an error.
What do you think?
Best regards
IƱaki
[Updated on: Fri, 13 March 2015 13:31] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Wed May 14 20:25:41 CEST 2025
Total time taken to generate the page: 0.01933 seconds
|