update 20241202

This commit is contained in:
Stefan Hutter
2024-12-02 18:54:27 +01:00
parent fcc74b25cb
commit f36b514063
129 changed files with 1043 additions and 511 deletions

View File

@@ -508,6 +508,7 @@ namespace OnDoc.UIControls
private string data_select(string datenherkunft, string feldtyp)
{
try {
if (datenherkunft=="" || datenherkunft=="&Freitext&") { return ""; }
switch (feldtyp.ToUpper())
{
@@ -608,6 +609,8 @@ namespace OnDoc.UIControls
break;
}
return "";
}
catch { return ""; }
}