Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过使用 Centura SQLWindows/32 从数据库中获取数据来填充组合框标准,有什么功能可以做到这一点吗?
您也可以使用SalListPopulate( )函数。
bOk = SalListPopulate (hWndList, hSql, strSelect)
参数
hWndList 窗口句柄。要填充的列表框或组合框的句柄(或名称)。
hSql Sql 句柄。SELECT 语句的句柄。
str选择字符串。SELECT 语句。
如需更多帮助/手册,请访问此处并下载相应版本:
Gupta / Centura SQLWindows TeamDeveloper Manuals