CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 Navigator Class

Print topic Send  topic

Author Message
Thomas S.
Posted: 05/22/2004, 6:24 AM

Hallo out there,
Does anyone know how to handle the navigator class for synchronizing more than one grid and/or an editable grid?

For detail:

I developed a page that contains a grid and an editable grid.
It does work correctly. At the bottom of each grid there are navigation areas. Since navigating thru the grid the editable grid will not be synchronized and vice versa.
The reason is easily be found. The navigation parameters are different and will hold the wrong parameter values.

Does anyone have have a solution for this problem?
peterr


Posts: 5971
Posted: 05/24/2004, 3:50 AM

Based on information I was given, something like this should work in the "After Initialize" event of your page:
        global $ages1, $ages;   
        $ages1->PageNumber = $ages->PageNumber;   
        $ages1->ds->AbsolutePage = $ages1->PageNumber; 
The above code example is based on 2 grids named "ages" and "ages1", with the "ages1" grid not having a navigator.
I do not guarantee desired results as I do not program in PHP. Please contact our support if you need further help.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.