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 previous 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.
 
Read Message
Read Message
Read Message
Previous Topic: 607-Dev3 Errors (worked previously) [SOLVED]
Next Topic: SqlArray Accept() Enables controls
Goto Forum:
  


Current Time: Sun Apr 26 21:59:35 GMT+2 2026

Total time taken to generate the page: 0.00460 seconds