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: 14285
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: Thu Jan 22 19:02:05 CET 2026

Total time taken to generate the page: 0.14343 seconds