ich habe verschiedene Selektionen erstellt u.a. für Geburtstage und Jubilare, und möchte diese Ausgeben.
Aber egal welche Liste ich verwende, erscheint bei mir immer die Fehlermeldung:
unhandled exeception has occured in your application... Cannot find column 5
Details:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IndexOutOfRangeException: Cannot find column 5.
at System.Data.DataColumnCollection.get_Item(Int32 index)
at bmpToolbox.ll_computerbriefe.druckschleife(XtraForm Uebergabe_form, String strFilename, computerbriefOptionen compOption, String strTyp, Boolean booLayout, String strFilter, Int32 selektionID, Int32 sortierung, Int32 gruppierung, String abteilung, Int32 selectID, Boolean dummyValues)
at bmpToolbox.listlabel.xfrm_DialogComputerbriefe.cmdOK_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at DevExpress.XtraEditors.BaseButton.OnClick(EventArgs e)
at DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at DevExpress.Utils.Controls.ControlBase.BaseWndProc(Message& m)
at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
at DevExpress.XtraEditors.BaseControl.WndProc(Message& msg)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
Wenn ich anstelle einer Selektion,den Gesamtbestand ausgeben, dann funktioniert es!