PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → PopUp problem
PopUp problem
Iniciado por Rui cinta, 28,abr. 2004 21:24 - No hay respuesta
Publicado el 28,abril 2004 - 21:24
Hello!!

we have a problem with the POPUP.

we have one popup (calendar) that return the date selected by the user, but
in the initial page we can't get that value.
we call the popup using this function on the event onclick in the navigateur

NavigateurOuvre("","Pagina_Calendario","", 450, 420)
ChangeDestination("Pagina_Calendario")

and in the event clic on the server we make

PageAffiche(Pagina_Calendario).



we have another problem with another Popup.
in other page, we have another call to one popup. This Popup will insert
a row in one table of de DataBase. When we return to the initial page there
is one Combo associated to that table in the Database, but the record created
don't exist in the combo.
in the button that will close the popup and return to the initial page we
make this code:

ExécuteTraitement(Pagina_Lista_Graficos_servicos.cmbTitulo,trtInit)


can you help us . . .

thank for your time

Rui Cinta