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 » Community » Newbie corner » Report / navigation to page number
Re: Report / navigation to page number [message #55898 is a reply to message #55895] Mon, 28 December 2020 13:52 Go to previous messageGo to previous message
BetoValle is currently offline  BetoValle
Messages: 203
Registered: September 2020
Location: Brasil Valinhos SP
Experienced Member
index.php?t=getfile&id=6320&private=0Hi,

Ok! this worked within the ReportWindow class:

void ReportWindow::edgotoPage(){
        String s = edP.GetData();//edP * numeric field 
 	int np; // number of page
 	np=StrInt(s);
 	pg.ScrollInto(np-1,np-1,np,np);
}



note: see the image attached considerations about above routine







 
Read Message
Read Message
Read Message
Read Message
Previous Topic: read argument count/vector in GUI
Next Topic: Modal DropList
Goto Forum:
  


Current Time: Fri May 10 13:20:59 CEST 2024

Total time taken to generate the page: 0.02378 seconds