5 messages in org.openoffice.fr.progRe: [prog] Renvoi de valeur dans form...
FromSent OnAttachments
Arnaud POUSSIERNov 24, 2005 1:46 am 
JovialNov 25, 2005 2:07 am 
Arnaud POUSSIERNov 29, 2005 1:38 am 
JovialNov 29, 2005 2:09 am 
Arnaud POUSSIERNov 29, 2005 9:07 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:Re: [prog] Renvoi de valeur dans formulaireActions...
From:Jovial (o.jo@free.fr)
Date:Nov 29, 2005 2:09:38 am
List:org.openoffice.fr.prog

Arnaud POUSSIER a écrit :

Bonjour,

J'ai testé le code envoyé et cela me renvoi une runtime error basic : Propriété
ou méthode introuvable au niveau de la premiére ligne.

Oui désolé c'est du code pour un doc calc essaye cela sous writer

sub AllerFin DrawPage = ThisComponent.DrawPage 'sélectionne la partie graphique de la feuille Form = DrawPage.Forms.GetByIndex(0)'sélectionne le 1er formulaire If Form.IsModified = true then Form.UpdateRow Form.last end sub

Jean-luc