Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Jun 22 16:03:50 CEST 2025

Total time taken to generate the page: 0.04094 seconds