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

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: 14290
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: Mon Apr 27 21:04:55 GMT+2 2026

Total time taken to generate the page: 0.00431 seconds