毕业论文论文范文课程设计实践报告法律论文英语论文教学论文医学论文农学论文艺术论文行政论文管理论文计算机安全
您现在的位置: 毕业论文 >> 论文 >> 正文

路产管理系统 第21页

更新时间:2007-10-5:  来源:毕业论文

 

if trim(edtWidthE.Text) <> '' then

  begin

   strWhere := ifthen(strwhere = '', '', strWhere + ' and ') + ' Cint(桥面总宽)<='+uppercase(trim(edtWidthE.Text));

  end;

 

  if trim(edtLenB.Text) <> '' then

  begin

   strWhere := ifthen(strwhere = '', '', strWhere + ' and ') + ' Cint(桥长)>='+uppercase(trim(edtLenB.Text));

  end;

 

  if trim(edtLenE.Text) <> '' then

  begin

   strWhere := ifthen(strwhere = '', '', strWhere + ' and ') + ' Cint(桥长)<='+uppercase(trim(edtLenE.Text));

  end;

 

  if  strWhere='' then

  begin

    strWhere := '编号 = ''0''';

  end;

 

  strWhere := ifthen(strwhere = '', '', ' where ' + strWhere);

 

  self.QryMaster.Close;

  self.QryMaster.SQL.Clear;

  self.QryMaster.SQL.Add('select * from桥梁 ' + strWhere+' order by ±编号 ');

  try

    self.QryMaster.Open;

    DM.SqlString:='select * from 桥梁 ' + strWhere+' order by ±编号 ';

  except

  end;

end;

这段是卡片文护中重要的功能,它实现了多条件查询,首先这段代码的开始定义了一个变量并且付给它了空。后面用了if then语句来完成条件查询。

多条件查询功能实现流程图以其中两个条件为例:

 << 上一页  [21] [22] [23] [24] [25] [26] [27] [28] [29] 下一页

路产管理系统 第21页下载如图片无法显示或论文不完整,请联系qq752018766
设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©751com.cn 辣文论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。