Bonsoir Yves,

Désolé, il s'agit d'une erreur de frappe. Le résultat est bien 20100708 ( enfin 09 aujourd'hui).

Print oProjectDialogFacture.getcontrol("DateFacture").date

me donne : 20100709

et

Date_Facture = oProjectDialogFacture.getcontrol("DateFacture").date
Print Date_Facture

me donne : 13/11/-8603

et

SQL = "INSERT INTO"& chr(34) &"Factures"& chr(34) & " " &"("& chr(34) &"RéfFacture"& Chr(34)&"," & chr(34) &_ "RéfClient"& Chr(34)&"," & chr(34) &"DateFacture"& Chr(34)&") VALUES("& Quote(new_numero) &",'"& RefClientSelect &_
"',"& Quote(oProjectDialogFacture.getcontrol("DateFacture").date) &")"
Print SQL

me donne

INSERT INTO"Factures" ("RéfFacture","RéfClient","DateFacture","RéfClient","DateFacture")
Values('201007065','1','20100709')


d'avance merci,


Martin



---------------------------------------------------------------------
To unsubscribe, e-mail: prog-unsubscr...@fr.openoffice.org
For additional commands, e-mail: prog-h...@fr.openoffice.org

Répondre à