RhoMobile LOV(值列表)

发布于 2024-09-14 10:19:09 字数 113 浏览 4 评论 0 原文

有谁知道如何在 RhoMobile 应用程序中实现 LOV(值列表)搜索?
我需要放置一个包含客户代码的字段,用户可以在其中输入客户的姓名(这是一千多个可能值之一)来找到代码。

提前致谢。

Does anyone know how to implement a LOV (List Of Values) search in an RhoMobile Application?
I need to put a field with the customer's code, where the user can find the code by typing the name of the customer, that is one of more than a thousand of possible values.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

2024-09-21 10:19:09

如果您的意思是搜索设备上的本地数据库,请参阅此处的 Rhom(Rhodes 的 ORM)参考:http://wiki.rhomobile.com/index.php/Rhom#find.28.2Aargs.29

如果您的意思是直接从您的 Rhode 搜索依赖于网络的后端 Web 服务您连接到的服务。

如果您的意思是根据多个条件与 RhoSync 同步来自后端 Web 服务的信息子集(同步数据子集),即异步搜索调用:http://wiki.rhomobile.com/index.php/RhodesConnectToWebServices#Asynchronous_search_call

If you mean searching the local database on the device, see the Rhom (Rhodes' ORM) reference here: http://wiki.rhomobile.com/index.php/Rhom#find.28.2Aargs.29

If you mean searching some backend web service directly from your Rhodes that depends on the web service that you connect to.

If you mean syncing a subset of information from a backend web service based on multiple criteria with RhoSync (syncing a subset of data) that is the async search call: http://wiki.rhomobile.com/index.php/RhodesConnectToWebServices#Asynchronous_search_call

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文