update 20241011
This commit is contained in:
@@ -32,6 +32,7 @@ namespace OnDoc.UIControls
|
||||
|
||||
private void Form1_Load(object sender, EventArgs e)
|
||||
{
|
||||
this.SetDesktopLocation(Cursor.Position.X, Cursor.Position.Y);
|
||||
trefferlistedata.DataSource = clsPartner.get_partnerliste();
|
||||
try
|
||||
{
|
||||
@@ -69,6 +70,12 @@ namespace OnDoc.UIControls
|
||||
catch { }
|
||||
}
|
||||
catch { }
|
||||
try
|
||||
{
|
||||
if (trefferlistedata.View.Records.Count > 0) sfButton1.Enabled = true; else sfButton1.Enabled = false;
|
||||
|
||||
}
|
||||
catch { sfButton1.Enabled=false; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user