PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WX20] Question to component
[WX20] Question to component
Iniciado por guest, 01,dic. 2015 16:06 - No hay respuesta
Publicado el 01,diciembre 2015 - 16:06
Hi,
I try to develop an application which is using a external component as the main program.
I know that at componentload() windev runs the project initialisation code of the component.
There are my declarations of structures.
My Main Window in the component is "Main_Window"
I built a Container Window and load the component. In the Container Window I call the new tabopen function with
tabopen("Myproject1",MyComponent_Main_window....")
tabopen("Myproject2",MyComponent Main_window....")
Are every TAB works independently in relation of variables and structures ? (I don´t use HFSQL-Context, its all webservice based)