2 messages in org.openoffice.fr.progRe: [prog] Sensibilité à la casse de ...
FromSent OnAttachments
philippe LAug 20, 2007 5:49 am 
Laurent GodardAug 20, 2007 6:01 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] Sensibilité à la casse de BasicActions...
From:Laurent Godard (lgod@indesko.com)
Date:Aug 20, 2007 6:01:25 am
List:org.openoffice.fr.prog

Bonjour

oDescriptor = oDoc.createReplaceDescriptor oDescriptor.SearchRegularExpression = true

essaye

oDescriptor.searchCaseSensitive = True

voir livre Programmation OpenOffice.org p 211 (ed1.) ou p 242 (ed2.)

Laurent