

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
31 messages in org.openoffice.fr.progRe: [prog] Probleme concernant le dat...| From | Sent On | Attachments |
|---|---|---|
| thom...@free.fr | Apr 15, 2005 5:51 am | |
| Laurent Godard | Apr 15, 2005 6:04 am | |
| thom...@free.fr | Apr 15, 2005 6:22 am | |
| thom...@free.fr | Apr 15, 2005 7:23 am | |
| Bernard Marcelly | Apr 15, 2005 7:43 am | |
| thom...@free.fr | Apr 15, 2005 7:59 am | |
| thom...@free.fr | Apr 18, 2005 12:05 am | |
| Bernard Marcelly | Apr 18, 2005 1:53 am | |
| thom...@free.fr | Apr 18, 2005 3:03 am | |
| thom...@free.fr | Apr 18, 2005 5:50 am | |
| thom...@free.fr | Apr 18, 2005 7:35 am | |
| Bernard Marcelly | Apr 18, 2005 9:40 am | |
| Thomas Coquery | Apr 20, 2005 5:48 am | |
| Thomas Coquery | Apr 20, 2005 6:35 am | |
| Thomas Coquery | Apr 20, 2005 7:55 am | |
| Laurent Godard | Apr 20, 2005 8:10 am | |
| Thomas Coquery | Apr 20, 2005 11:11 pm | |
| Josianne SAUVAGE | Apr 21, 2005 1:51 am | |
| will...@free.fr | Apr 21, 2005 2:07 am | |
| Thomas Coquery | Apr 21, 2005 2:08 am | |
| will...@free.fr | Apr 21, 2005 2:22 am | |
| Alain Nowak | Apr 21, 2005 7:30 am | |
| Josianne SAUVAGE | Apr 21, 2005 9:01 am | |
| Jean-Michel | Apr 21, 2005 9:06 am | |
| GV | Apr 21, 2005 10:20 am | |
| Josianne SAUVAGE | Apr 22, 2005 2:15 am | |
| Thomas Coquery | Apr 22, 2005 2:27 am | |
| Thomas Coquery | Apr 27, 2005 6:50 am | |
| Thomas Coquery | Apr 29, 2005 2:47 am | |
| Laurent Godard | Apr 29, 2005 3:06 am | |
| Thomas Coquery | Apr 29, 2005 6:15 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | Re: [prog] Probleme concernant le datasource dans un publipostage (ma table n'existe pas) | Actions... |
|---|---|---|
| From: | thom...@free.fr (thom...@free.fr) | |
| Date: | Apr 15, 2005 7:23:48 am | |
| List: | org.openoffice.fr.prog | |
Je vais donner quelques précisions en même temps que mon code pour le publipostage à partir d'un fichier .txt
procedure TTest.But_LienClick(Sender: TObject); var publipostage:variant;
begin publipostage:=OpenOffice.createInstance('com.sun.star.text.MailMerge'); publipostage.DataSourceName:= 'src1' ; publipostage.DocumentURL:= document.getUrl; publipostage.OutputType:=1; publipostage.Command:= 'essai'; publipostage.CommandType:=0; publipostage.ActiveConnection:=connection; publipostage.execute(VarArrayCreate([0, -1],varVariant)); end;
le "plantage" se produit à la derniére ligne le .execute... (rem le VarArrayCreate([0, -1],varVariant) indique que je ne passe aucun parametre à execute... il me dit: provoqué une classe d'exception EOLE Exception 'com.sun.star.sdb.SQLException' ,il n'existe aucune table nommée essai... (malgré la présence d'un fichier essai.txt dans le dossier correspondant à l'URL de la source de donnée...
je penche toujours pour l'explication du tablefilter (dans la definition duquel on me dit que si la valeur est vide, on ne peut voir aucune table)... mais je ne sais pas ce que je dois assigner à TableFilter: une chaine ne passe pas, un tableau non plus, je n'ai pas de méthode pour y rajouter quoi que ce soit...
La galère... Même dans les forums en anglais personne ne semble avoir rencontré ce problème (ou si plutôt un mais il n'a pas indiqué la solution... (un certain jbotte)







