CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> Español

 Enviar parametros por Get, Post

Print topic Send  topic

Author Message
Inquisidor
Posted: 03/30/2006, 1:09 PM

hi!!...

tengo dos pantallas, pag1, pag2, la primera es obligatoria un record,.. por tanto, se utiliza un boton insert,...

necesito enviar datos del form pag1 hacia el form pag2, pero no consigo donde anexar estos parametros.. (si fuera un link en vez del boton insert se como hacerlo, pero necesito realizar ese insert,...)..

Hidran
Posted: 05/09/2006, 6:59 AM

Puedes usar el evento afterinsert,
Te lees los datos del form, constryes la url y haces
un redirecionamento:
global $Redirect;
$dato=$nombre_record->dato->GetValue();
$url="pag2?dato=".$dato;
$Redirect=$url;
Serìa una posibilidad,
Hidran
"Inquisidor" <Inquisidor@forum.codecharge> ha scritto nel messaggio
news:30442c48f4ef943@news.codecharge.com...
> hi!!...
>
> tengo dos pantallas, pag1, pag2, la primera es obligatoria un record,..
> por
> tanto, se utiliza un boton insert,...
>
> necesito enviar datos del form pag1 hacia el form pag2, pero no consigo
> donde
> anexar estos parametros.. (si fuera un link en vez del boton insert se
> como
> hacerlo, pero necesito realizar ese insert,...)..
>
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>


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.

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.