RE: Genero & fgl_window_current()

"Jenny Archundia " <[email protected]> Tue, 4 Apr 2006 13:30:57 +0200
Newsgroups gmane.comp.lang.4gl.fourjs.user
Message-ID <[email protected]>
Hi Nuno¡¡

Genero provides a Window Class that can help you:
http://www1.4js.com/html/supp/documentation/olgenerodoc/fjs-fgl-1.33.1g-manu
al-html/User/ClassWindow.html

Could you please send to [email protected] what you need exactly in
order to send a complete example?

Best Regards

----------------------------------------------------------------------------
Jenny Archundia Camacho          Iberica Support Team
 [email protected]            Tel : +34 91 578 17 08
                           http://www.4js.com
         FourJ's Iberica  -  Genero speaks your language 
----------------------------------------------------------------------------

 

 

-----Mensaje original-----
De: [email protected] [mailto:[email protected]] En nombre
de Nuno Godinho
Enviado el: martes, 04 de abril de 2006 12:47
Para: 4Js (Correio electrónico)
Asunto: [fourjs-users] Genero & fgl_window_current()

Hi!
	I would appreciate if someone could tell me how to replace the call
to fgl_window_current() on Genero. "current window is " does not solve my
problem since sometimes I need to call generic functions where I reaaly
don't know wich was the original window. 

	let w_name = fgl_window_getoption('name')
 	( some code )
	call fgl_window_cuurent(w_name)

	TIA 
	Nuno