CodeCharge Studio
search Register Login  

Visual Web Reporting

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

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 Split a form up into multi pages?

Print topic Send  topic

Author Message
Frank Rocco
Posted: 05/25/2001, 10:41 AM

Hello,

I have a database record that (because of its size), I want to split into
multi pages before allowing a user to save it. The user would press a link
button to go to the next or previous page.

How can this be done in Codecharge?

Thanks
Frank



CodeCharge
Posted: 05/25/2001, 3:41 PM

Currently CodeCharge doesn't support this directly (it is on our wishlist),
but you may try implementing this as follows:
In the 1st page, add AfterInsert Event that will add the key to the
parameters, like:
sParams += "?my_key=" + toURL(fldmy_key)+"&";
Then in the 2nd page, specify in the Input section that "my_key" variable
will be received.
If this doesn't work, please submit your question to
http://support.codecharge.com as there are several people that will see it
and may have an answer.


"Frank Rocco" <farocco@hotmail.com> wrote in message
news:9em5g5$kai$1@mail.tankhill.com...
> Hello,
>
> I have a database record that (because of its size), I want to split into
> multi pages before allowing a user to save it. The user would press a link
> button to go to the next or previous page.
>
> How can this be done in Codecharge?
>
> Thanks
> Frank
>
>
>
>


   


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.