Update 20250306
This commit is contained in:
@@ -28,6 +28,10 @@ using System.IO;
|
||||
using System.Net;
|
||||
using Syncfusion.Windows.Shared;
|
||||
using System.Xml.Linq;
|
||||
using Syncfusion.WinForms.Input;
|
||||
using System.Globalization;
|
||||
using System.Threading;
|
||||
using System.ComponentModel.Design;
|
||||
|
||||
|
||||
namespace OnDoc.UIControls
|
||||
@@ -80,11 +84,14 @@ namespace OnDoc.UIControls
|
||||
{
|
||||
InitializeComponent();
|
||||
docgendata = new clsdocgendata();
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
public void Refresh_Details()
|
||||
{
|
||||
var x = DateDokumentDatum.Culture.DateTimeFormat.FirstDayOfWeek;
|
||||
DB db = new DB(AppParams.connectionstring);
|
||||
db.Get_Tabledata("Select nreintrag, bezeichnung from Postzustellung where aktiv=1 order by bezeichnung", false, true);
|
||||
cbboxpostzustellung.DataSource = db.dsdaten.Tables[0];
|
||||
@@ -1178,6 +1185,14 @@ namespace OnDoc.UIControls
|
||||
|
||||
}
|
||||
|
||||
private void DateDokumentDatum_DropDownOpening(object sender, CancelEventArgs e)
|
||||
{
|
||||
DateDokumentDatum.MonthCalendar.FirstDayOfWeek = DayOfWeek.Monday;
|
||||
}
|
||||
|
||||
private void DateTermin_DropDownOpening(object sender, CancelEventArgs e)
|
||||
{
|
||||
DateTermin.MonthCalendar.FirstDayOfWeek=DayOfWeek.Monday;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user