I have a dialog activate with NOWAIT clausole
I wish open on END another function with another dialog but only when the first dialog is closed
it's possible ?
Itried also in this mode
I have a vistamenu where I call the first dialog ( Proveedores() ) and then the second (Pstart())
but it call only the second Pstart()
oItem[3]:AddItem("Totale fornitori in archivio:"+ tran(nfornitori,'@E 999,999') ,, { ||(Proveedores() ,Pstart() ) } )