4 messages in org.openoffice.fr.prog[prog] Ouvrir docOO arrière plan ou i...
FromSent OnAttachments
jovialMar 15, 2004 3:14 am 
Bernard MarcellyMar 15, 2004 11:57 am 
Alain NowakMar 16, 2004 8:04 am 
jovialMar 16, 2004 9:30 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[prog] Ouvrir docOO arrière plan ou invisibleActions...
From:jovial (luck@free.fr)
Date:Mar 15, 2004 3:14:22 am
List:org.openoffice.fr.prog

Bonjour :-)

J'ai besoin d'ouvrir ou afficher un document OO.o existant pour y lire et copier des données J'utilise actuellement les instructions suivantes

Dim Document2 as object Dim AdresseDoc As String Dim PropFich() AdresseDoc = convertToURL("C:\Mes documents\document à ouvrir.sxc") Document2 = StarDesktop.LoadComponentFromURL(AdresseDoc,"_default",0, PropFich)

1 - Je voudrai aussi ouvrir le document en invisible et si j'utilise le code suivant j'ai une erreur Document2 = StarDesktop.LoadComponentFromURL(AdresseDoc,"_hidden",0, PropFich)

2 - Je voudrai également l'ouvrir en arrière plan

3 - Comment faire pour rendre un document invisible > visible

Comment faire ?

Jluc