vault backup: 2025-07-10 10:51:30

This commit is contained in:
SeedList
2025-07-10 10:51:30 +08:00
parent 6890c3c3d4
commit 9759710584
2 changed files with 6 additions and 2 deletions

View File

@ -89,9 +89,13 @@ end.
案例如下
```delphi
chiGetFieldValueBySql('select top 1 usr_sqlmj from pdmitem where usr_sqlmj like ''%' + str + '%''')
```
```
#### 执行sql填充下拉框
此函数作用为执行sql语句将获取到的结果作为下拉选项提供给下拉框需要写入
### 错误提示区

View File

@ -649,7 +649,7 @@ end.
### 前置要求
接收下拉选择的控件的 **按钮类型** 必须是 **下拉** 才行
接收下拉选择的控件的 **按钮类型** 必须是 **下拉** 才行(属性的类型可以是文本,也可以是枚举,枚举要求枚举来源为空)
![](assets/Pasted%20image%2020250710104426.png)