usando la macro presente nel forum, che per comodità inserieco qui
REM ----------------------------------------------------------------------
sub stampa_ticket( oEv as variant )
OpenReport( getReportsTC, getConnectionTC, "Stampa disposizione" )
end sub
function getConnectionTC() as variant
getConnectionTC = thisComponent.Drawpage.Forms(0).ActiveConnection
end function
function OpenReport( reportContainer as variant, oConnection as variant, sReportName as string) as variant
Dim aProp(1) As New com.sun.star.beans.PropertyValue
aProp(0).Name = "ActiveConnection"
aProp(0).Value = oConnection
aProp(1).Name = "OpenMode"
aProp(1).Value = "open"
OpenReport=reportContainer.loadComponentFromURL(sReportName,"_blank",0,aProp())
end function
function getReportsTC() as variant
getReportsTC = thisComponent.Parent.getReportDocuments
end function
mi succede che quando chiudo la finestra del report mi chiude TUTTE le finestre aperte.
qualche soluzione?????
report e finestre
report e finestre
windows XP a casa
windows Vista in ufficio
opn office 3.3.0
windows Vista in ufficio
opn office 3.3.0
Re: report e finestre
non c'è nessuno che mi aiuta??
windows XP a casa
windows Vista in ufficio
opn office 3.3.0
windows Vista in ufficio
opn office 3.3.0
Re: report e finestre
Mi accodo a quanto scritto da TMY visto che anch'io mi sto scontrando con questo problema, ovvero chiudendo il rapporto da stampare non si chiude solo il rapporto ma tutto Base.
C'è una possibile soluzione a ciò?
Grazie,
Ruggero
C'è una possibile soluzione a ciò?
Grazie,
Ruggero
OpenOffice 3.3.0 su Windows 7