I have a Form (FORM1) running against a database connection (conn1). This form calls another form (FORM2) with OPEN_FORM('FORM2', SESSION). FORM2 makes its own LOGOUT + LOGON because it runs in a different database connection (conn2). ¡But this LOGON changes the FORM1 connection too! Is it possible to have several forms working at the same time against different database connections?
Any idea?
Thanks in advance.
Enrique.
Any idea?
Thanks in advance.
Enrique.