RhoMobile LOV(值列表)
有谁知道如何在 RhoMobile 应用程序中实现 LOV(值列表)搜索?
我需要放置一个包含客户代码的字段,用户可以在其中输入客户的姓名(这是一千多个可能值之一)来找到代码。
提前致谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有谁知道如何在 RhoMobile 应用程序中实现 LOV(值列表)搜索?
我需要放置一个包含客户代码的字段,用户可以在其中输入客户的姓名(这是一千多个可能值之一)来找到代码。
提前致谢。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
如果您的意思是搜索设备上的本地数据库,请参阅此处的 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