Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Il 19/05/2012 18:43, Roberto Crosio ha scritto:

[...]

Ciao a tutti,

Forse ho risolto, ma ditemelo voi, per favore...
Nella Sub EsciDaBase ho provato a commentare le righe relative alle variabili oForms e oForm, come si può vedere di seguito.

REM ----------------------------------------------------------------------
Sub EsciDaBase
Dim oForms as Object, oForm as Object
Dim oCtrl as Object
oForms = ThisComponent.DrawPage.Forms
oForm = oForms.GetByName("Uscita")
'Xray oForm
oForm.ActiveConnection.flush()
StarDesktop.terminate
End sub
REM ----------------------------------------------------------------------


rem oForms = ThisComponent.DrawPage.Forms
rem oForm = oForms.GetByName("Uscita")
'Xray oForm
rem oForm.ActiveConnection.flush()
StarDesktop.terminate

A questo punto si chiude il db ed anche LibO, apparentemente senza problemi.
Ho solo un dubbio: il comando "oForm.ActiveConnection.flush()" è inutile, oppure è importante?
Ed a cosa servirebbe?
Con solo il comando "StarDesktop.terminate" sembrerebbe tutto a posto....

Che ne dite?
Grazie a tutti in anticipo.

--
Distinti saluti
Roberto Crosio

--
Come cancellarsi: E-mail users+help@it.libreoffice.org
Problemi? http://it.libreoffice.org/supporto/mailing-lists/come-cancellarsi/
Linee guida per postare + altro: http://wiki.documentfoundation.org/Local_Mailing_Lists/it
Archivio della lista: http://listarchives.libreoffice.org/it/users/
Tutti i messaggi inviati a questa lista vengono archiviati pubblicamente e non sono eliminabili

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.