update 20241202
This commit is contained in:
@@ -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 ""; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user