Date: prev next · Thread: first prev next last
2017 Archives by date, by thread · List index


bonjour,

je debute avec les macros sous calc et de ce fait, je reprends des exemples
que je trouve sur le net.
a partir de ce site entre autre:
http://christianwtd.free.fr/index.php?rubrique=BasDialog02

j'execute dialogue003 ds mon calc, Version: 5.3.1.2 sous xenial, 
j'ai l'erreur suivante:

/Erreur d'exécution BASIC.
Variable d'objet non définie./

sur la ligne: /oTxt.Text = "Voulez-vous être augmenté ?"/

de

    Sub QuestionAugmentation
      Dim oDialog As Object, oPDialog As Object
      Dim oRetourOui As Object, oRetourNon As Object
      Dim oTxt As object
     
      DialogLibraries.LoadLibrary("Standard")
      oDialog = DialogLibraries.Standard.Dialog1
      oPDialog = CreateUnoDialog(oDialog)
      '
      oTxt = oPDialog.getControl("Label1")
      oTxt.Text = "Voulez-vous être augmenté ?"
      oRetourOui = oPDialog.getControl("CommandButton1")
      oRetourOui.Label = "OUI"
      '
      oRetourNon = oPDialog.getControl("CommandButton2")
      oRetourNon.Label = "NON"
      '
      oPDialog.setTitle("Petit test")
      '
      iDialogResult = oPDialog.Execute()
      '
      If iDialogResult = com.sun.star.ui.dialogs.ExecutableDialogResults.OK
Then
        MsgBox("Va donc bosser !")
      Else
        MsgBox("Félicitations")
      Endif
    End Sub

quelqu'un aurait l'amabilite de m'expliquer le pourquoi. merci



--
View this message in context: 
http://nabble.documentfoundation.org/macro-sous-calc-erreur-que-je-ne-comprends-pas-tp4210469.html
Sent from the Users mailing list archive at Nabble.com.

-- 
Envoyez un mail à users+unsubscribe@fr.libreoffice.org pour savoir comment vous désinscrire
Les archives de la liste sont disponibles à http://listarchives.libreoffice.org/fr/users/
Tous les messages envoyés sur cette liste seront archivés publiquement et ne pourront pas être 
supprimés

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.