Unbehandelte Ausnahme #5ED9A0E8397A76A6 vom Typ combit.ListLabel19.LL_Expression_Exce

thschu

Aktives Mitglied
15. Oktober 2014
70
0
Hallo zusammen,

leider bekomme ich seid dem Update auf die 59 immer einen Fehler beim Rechnungsdruck:
Anbei das Log vom WawiPrintLog.

Code:
Ausnahme #2: Unbehandelte Ausnahme #5ED9A0E8397A76A6 vom Typ combit.ListLabel19.LL_Expression_Exception in Int32 CheckReturn(Int32)
combit.ListLabel19.LL_Expression_Exception: Einer der verwendeten Ausdrücke hat einen Fehler. Beim Designstart werden die Fehler interaktiv angezeigt. In anderen Fällen benutzen Sie den Debug-Modus zur Bestimmung des Fehlers.
   bei combit.ListLabel19.LLException.CheckReturn(Int32 returnValue)
   bei combit.ListLabel19.LlCore.LlPrintWithBoxStart(LlProject projectType, String projectFile, LlPrintMode printMode, LlBoxType boxType, IntPtr windowHandle, String title)
   bei combit.ListLabel19.ListLabel.PrintReportFromRelationalDataSource(IDataProvider dataSource, String projectFile, Boolean showFileSelect, LlPrintMode printMode, LlBoxType boxType, IntPtr windowHandle, String dialogTitle, Boolean showPrintOptions, String tempPath)
   bei combit.ListLabel19.ListLabel.AutoPrint(LlProject projectType, String projectFile, Boolean showFileSelect, LlPrintMode printMode, LlBoxType boxType, IntPtr windowHandle, String dialogTitle, Boolean showPrintOptions, String tempPath)
   bei combit.ListLabel19.ListLabel.Print(Object userData, LlProject projectType, String projectFile, Boolean showFileSelect, LlPrintMode printMode, LlBoxType boxType, IntPtr windowHandle, String dialogTitle, Boolean showPrintOptions, String tempPath)
   bei combit.ListLabel19.ListLabel.Print(LlProject projectType, String projectFile, Boolean showFileSelect, LlPrintMode printMode)
   bei combit.ListLabel19.ListLabel.Print(LlProject projectType, String projectFile, Boolean showFileSelect)
   bei combit.ListLabel19.ListLabel.Print(LlProject projectType)
   bei combit.ListLabel19.ListLabel.Export(ExportConfiguration exportConfiguration)
   bei JTLObjectPrinter.LL.ListLabelEngine.Export(IExportSettings settings)
   bei jtlCore.Classes.Ausgabe.ListLabel.ListLabelEngine.<>c__DisplayClass9.<Speichern>b__8()
   bei jtlCore.Classes.Ausgabe.ListLabel.ListLabelEngine.ExecuteAndDebugOnDemand(Action action)

Ich muss bei jeder Rechnung den Umweg gehen und die als PDF exportieren und dann wiederrum von der PDF ausdrucken.

Einer ne Idee ?


Den Anhang WawiPrintLog_20150606124822.zip betrachten
 

Anhänge

  • WawiPrintLog_20150606124822.zip
    184,3 KB · Aufrufe: 5

thschu

Aktives Mitglied
15. Oktober 2014
70
0
AW: Unbehandelte Ausnahme #5ED9A0E8397A76A6 vom Typ combit.ListLabel19.LL_Expression_

Achso und es ist die Standard Vorlage und keine selbst gebaute :)
 

Manuel Pietzsch

JTL-Wawi
Mitarbeiter
2. Januar 2012
2.869
1.039
Hückelhoven
AW: Unbehandelte Ausnahme #5ED9A0E8397A76A6 vom Typ combit.ListLabel19.LL_Expression_

Hi,

kleiner Tipp fürs nächste mal:

Im Errorlog einfach mal mit STRG + F nach "error" suchen. Mach ich auch nicht anders :)

Da steht folgendes: "CMLL19 : 12:48:42.929 00000ef8/01 0 [] [formula was 'Vorgang.ZahlungszielText']
CMLL19 : 12:48:42.929 00000ef8/01 1 [] error parsing formula: 'Vorgang.ZahlungszielText': Syntaxfehler: 'Vorgang.ZahlungszielText' kann nicht interpretiert werden"

Also schau dir mal die Variable Vorgang.ZahlungszielText an bzw. schmeiß die aus dem Formular raus.

Gruß

Manuel