CodeCharge Studio
search Register Login  

Web Reports

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

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 previous <> next

Print topic Send  topic

Author Message
Paul Groenendaal
Posted: 07/15/2001, 3:24 AM

Just updated BUT the option which i can
set in the results pages doesn't result in the results page.
The previous [1] Next stay the same.

I think this is an but in the 3.1 patch ??


Ken Hardwick
Posted: 07/15/2001, 6:03 AM


Paul,
I updated to the most recent version yesterday.
And, using it to generate ASP/HTML pages.

Below is results of a grid pages with 2 pages of results...
I believe this is what should be generated.

(below is what is shown at bottom of my form)
Insert Previous [ 1 2 of 2 ] Next

Of course, you may not be generating ASP pages. If you are, you might try
again (note I am showing Total Pages also).

KenHardwick@visto.com

Paul Groenendaal wrote in message <9irr1c$e0o$1@news.codecharge.com>...
>Just updated BUT the option which i can
>set in the results pages doesn't result in the results page.
>The previous [1] Next stay the same.
>
>I think this is an but in the 3.1 patch ??
>
>
>

Paul Groenendaal
Posted: 07/15/2001, 12:27 PM

I'm using PHP , so i think that is the trick , i did also try show all pages
no result.. Have to wait for the next version i suppose.

Thanks

"Ken Hardwick" <kenhardwick@visto.com> wrote in message
news:9is4a9$uup$1@news.codecharge.com...
>
> Paul,
> I updated to the most recent version yesterday.
> And, using it to generate ASP/HTML pages.
>
> Below is results of a grid pages with 2 pages of results...
> I believe this is what should be generated.
>
> (below is what is shown at bottom of my form)
> Insert Previous [ 1 2 of 2 ] Next
>
> Of course, you may not be generating ASP pages. If you are, you might try
> again (note I am showing Total Pages also).
>
>KenHardwick@visto.com
>
> Paul Groenendaal wrote in message <9irr1c$e0o$1@news.codecharge.com>...
> >Just updated BUT the option which i can
> >set in the results pages doesn't result in the results page.
> >The previous [1] Next stay the same.
> >
> >I think this is an but in the 3.1 patch ??
> >
> >
> >
>
>

CodeCharge
Posted: 07/15/2001, 1:56 PM

Paul,

Waiting will not do you much good if we don't know about such problems.
Beta 2 Rel 4 may work OK in our test environment but not OK in yours.
Please, please tell our support about your case at
http://support.codecharge.com
The reason for the Beta is not to show you how great is the upcoming v. 2.0
but to get your feedback and issues reported :-)

Sorry I haven't mentioned http://support.codecharge.com in the latest
announcements. I believe I did previously and would like to emphasize
importance of this process again.

Regards,

Adam S.
YS/CC



"Paul Groenendaal" <hc@nobleair.tmfweb.nl> wrote in message
news:9isqqr$8h5$1@news.codecharge.com...
> I'm using PHP , so i think that is the trick , i did also try show all
pages
> no result.. Have to wait for the next version i suppose.
>
> Thanks
>
> "Ken Hardwick" <kenhardwick@visto.com> wrote in message
>news:9is4a9$uup$1@news.codecharge.com...
> >
> > Paul,
> > I updated to the most recent version yesterday.
> > And, using it to generate ASP/HTML pages.
> >
> > Below is results of a grid pages with 2 pages of results...
> > I believe this is what should be generated.
> >
> > (below is what is shown at bottom of my form)
> > Insert Previous [ 1 2 of 2 ] Next
> >
> > Of course, you may not be generating ASP pages. If you are, you might
try
> > again (note I am showing Total Pages also).
> >
> >KenHardwick@visto.com
> >
> > Paul Groenendaal wrote in message <9irr1c$e0o$1@news.codecharge.com>...
> > >Just updated BUT the option which i can
> > >set in the results pages doesn't result in the results page.
> > >The previous [1] Next stay the same.
> > >
> > >I think this is an but in the 3.1 patch ??
> > >
> > >
> > >
> >
> >
>
>

Richi Novello
Posted: 07/19/2001, 10:36 AM


Paul Groenendaal <hc@nobleair.tmfweb.nl> wrote in message
9irr1c$e0o$1@news.codecharge.com...
> Just updated BUT the option which i can
> set in the results pages doesn't result in the results page.
> The previous [1] Next stay the same.
>
> I think this is an but in the 3.1 patch ??
>
>
>
I hope this help,
I've found this trick: (PHP4 + MySQL)

If your grid form is named gridformname, try this
in the Before Show event.

$tpl->set_var("gridformnamePageCount", "of ".$iPageCount);

maybe they didn't insert it because it's not language-independent.
( I use "di " instead of "of " for the Italian version).

P.S. I have also noticed a better translation in translations\Italian.xml.

Before:
<Msg name="RecordPKIncorrect" value="Il valore in {Name} (tasto primario) è
errato."/>
(the meaning was: "Value in {Name} (primary keyboard key) is not correct)

Now the correct message use the word chiave = table/door key.






Paul Groenendaal
Posted: 07/20/2001, 3:15 AM

I got it working (with Codecharge support) set the PHP to PHP with templates
and it works.
"Richi Novello" <novello.r@libero.it> wrote in message
news:9j75rf$prb$1@news.codecharge.com...
>
> Paul Groenendaal <hc@nobleair.tmfweb.nl> wrote in message
> 9irr1c$e0o$1@news.codecharge.com...
> > Just updated BUT the option which i can
> > set in the results pages doesn't result in the results page.
> > The previous [1] Next stay the same.
> >
> > I think this is an but in the 3.1 patch ??
> >
> >
> >
> I hope this help,
> I've found this trick: (PHP4 + MySQL)
>
> If your grid form is named gridformname, try this
> in the Before Show event.
>
> $tpl->set_var("gridformnamePageCount", "of ".$iPageCount);
>
> maybe they didn't insert it because it's not language-independent.
> ( I use "di " instead of "of " for the Italian version).
>
> P.S. I have also noticed a better translation in translations\Italian.xml.
>
> Before:
> <Msg name="RecordPKIncorrect" value="Il valore in {Name} (tasto primario)
è
> errato."/>
> (the meaning was: "Value in {Name} (primary keyboard key) is not correct)
>
> Now the correct message use the word chiave = table/door key.
>
>
>
>
>
>
>


   


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

PHP Reports

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

Home   |    Search   |    Members   |    Register   |    Login


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