Genero & fgl_window_current()

"Nuno Godinho" <[email protected]> Tue, 4 Apr 2006 11:46:53 +0100
Newsgroups gmane.comp.lang.4gl.fourjs.user
Message-ID <[email protected]>
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