魔兽世界吧 关注:14,187,912贴子:460,691,210
  • 2回复贴,共1

本人正在做VF的课程设计。求VF高手。帮忙解决一下难题。

只看楼主收藏回复

帮忙编写一下“查询”命令按钮的代码!!
要求下面的表格中符合“房间类型”中的条件。


1楼2011-06-05 02:47回复
    没有人理会!!晕


    2楼2011-06-05 02:52
    回复
      use 住宿登记表
      if thisform.text1.value = 住宿登记表.旅客姓名
          thisform.grid1.recordsource = "select * from 住宿登记表 where 住宿登记表.旅客姓名 = thisform.text1.value into cursor a1"
      else
      if thisform.text2.value = 住宿登记表.入住日期
      thisform.grid1.recordsource = "select * from 住宿登记表 where 住宿登记表.入住日期 = thisform.text2.value into cursor a2"
      else
      wait "不存在的旅客姓名或住宿日期,请重新输入" window timeout 3
      endif
      endif
      你自己参考修改下就OK了


      3楼2011-06-05 02:55
      回复