Home » U++ Library support » LineEdit, EditFields, DocEdit » NotNull not working with custom SetConvert [CLOSED]
NotNull not working with custom SetConvert [CLOSED] [message #54757] |
Mon, 07 September 2020 20:40  |
 |
Pradip
Messages: 109 Registered: February 2019 Location: India
|
Experienced Member |
|
|
Hi there,
Trying to have an EditDate with custom setconvert with the following struct:
struct ConvWorkDay : ConvertDate {
ConvWorkDay() {NotNull();};
virtual Value Scan(const Value& text) const;
};
Hoping that the EditDate won't allow null value. This worked in previous version, but not now.
Any help please?
Regards,
Pradip
[Updated on: Tue, 08 September 2020 07:43] Report message to a moderator
|
|
|
|
|
 |
Goto Forum:
Current Time: Sat May 10 00:44:04 CEST 2025
Total time taken to generate the page: 0.03673 seconds
|