U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ SQL » SqlArray row validation bug
SqlArray row validation bug [message #4449] Wed, 09 August 2006 12:41 Go to next message
zsolt is currently offline  zsolt
Messages: 702
Registered: December 2005
Location: Budapest, Hungary
Contributor
I tried to use WhenAcceptRow to validate user input, but when returning false, the changes of fields other than last modified fields disappiered from array and database.
I have changed Accept() method to:
bool  SqlArray::Accept() {
	bool b = ArrayCtrl::Accept();
	if(b) Ctrl::ClearModify();
	return b;
}

And now it seems to be working well.
Re: SqlArray row validation bug [message #4450 is a reply to message #4449] Wed, 09 August 2006 12:43 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
Thanks (now in uppsrc).

Mirek
Re: SqlArray row validation bug [message #4451 is a reply to message #4450] Wed, 09 August 2006 12:48 Go to previous message
zsolt is currently offline  zsolt
Messages: 702
Registered: December 2005
Location: Budapest, Hungary
Contributor
Thanks, you are very fast Smile
Previous Topic: 607-Dev3 Errors (worked previously) [SOLVED]
Next Topic: SqlArray Accept() Enables controls
Goto Forum:
  


Current Time: Sun Apr 26 17:29:42 GMT+2 2026

Total time taken to generate the page: 0.00437 seconds