Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » SqlArray::ReQuery
SqlArray::ReQuery [message #10822] |
Tue, 31 July 2007 17:55 |
 |
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...
|
|
|
Goto Forum:
Current Time: Sat Jul 05 16:57:32 CEST 2025
Total time taken to generate the page: 0.03507 seconds
|