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 » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » SqlArray::ReQuery
SqlArray::ReQuery [message #10822] Tue, 31 July 2007 17:55
mirek is currently offline  mirek
Messages: 14265
Registered: November 2005
Ultimate Member
void SqlArray::ReQuery()
{
	int sc = GetScroll();
	int key = GetKey();
	Query();
	ScrollTo(sc);
	FindSetCursor(key);
}


Useful when you update SQL table and want to reflect changes in SqlArray, but want not to move the cursor...
Previous Topic: FileSel preview
Next Topic: CPU_Cores
Goto Forum:
  


Current Time: Sat Jul 05 16:57:32 CEST 2025

Total time taken to generate the page: 0.03507 seconds