var record = dataset.find(["status"],[curstatus]); //status指的是dataset中的某个字段,curstatus指的是指定的字段的值
datasetChoose.setCurrent(record); //设置查找到的记录为当前记录
---------------------
作者:巴克
来源:CSDN
原文:https://blog.csdn.net/lbake/article/details/6121778
版权声明:本文为博主原创文章,转载请附上博文链接!

相关文章:

  • 2021-06-21
  • 2022-12-23
  • 2021-07-09
  • 2021-12-15
  • 2021-10-12
  • 2021-11-12
  • 2021-08-23
猜你喜欢
  • 2021-11-28
  • 2021-06-14
  • 2021-10-02
  • 2022-12-23
  • 2022-01-21
  • 2021-12-22
  • 2021-11-20
相关资源
相似解决方案