易截截图软件、单文件、免安装、纯绿色、仅160KB

Delphi的关键字问题

为什么我用Delphi做了个界面,然后进行模糊查找,写有如下代码:
procedure Tfrm.BitBtn1Click(Sender: TObject);
var
  tj,tj1,tj2,tj3,tj4,tj5,tj6,tj7:string;
begin
  tj1:='1=1';
  if checkbox1.Checked then
  tj1:='GH like'"+'%'+Edit1.Text+'%'+"'';

  tj2:='1=1';
  if checkbox2.Checked then
  tj2:='XM like'"+'%'+Edit2.Text+'%'+"'';

  tj3:='1=1';
  if CheckBox3.Checked then
  begin
  if RadioGroup1.ItemIndex=0 then
  tj3:='XB like '"+'%男%'+"'';
  if RadioGroup1.ItemIndex=1 then
  tj3:='XB like'"+'%女%'+"'';
  end;

  tj4:='1=1';
  if CheckBox4.Checked then
  tj4:='CSRQ>=#'+DateToStr(DateTimePicker1.Date)+'# and CSRQ<=#'+DateToStr(DateTimePicker2.Date)+'#';

  tj5:='1=1';
  if CheckBox5.Checked then
  if CheckBox8.Checked then
  tj5:='HF=true'
  else
  tj5:='HF=false';

  tj6:='1=1';
  if CheckBox6.Checked then
  tj6:='ZC like '"+combobox1.text+"'';

  tj7:='1=1';
  if CheckBox7.Checked then
  tj7:='GZ>='+Edit3.Text+' and GZ<='+Edit4.Text;

  tj:='select * from zg.db where'+
  t


相关问答:

请教下,用DELPHI做SOHU的 - Delphi / 非技术区

一般都是怎么接活的?
收入怎么样
sohu?soho?

sohu 可能是small office house unit
小办公室,把家变成单位。

去威客网啊,很多个呢,还有外包的网站

学习学习。

现在Delphi做东西不行了,处于淘汰状 ......

VB/delphi 修改text文件 - VB / 基础类

各位好!!
假设我有两个text文件
一个名叫 1.text
内容:
I like PC.... 
另外一是2.text
内容:
function yk as string
endfunction
globals
endglobals
***********************分界线********** ......

delphi dbchart 中SQL语句的问题 150分

sql.Add('select consumetime , count(consumetime) as ID from t_fundsflow where consumedate between '''+datetimetostr(DateTimePicker1.datetime)+''' and '''+datetimetostr(DateTimePicker2.datetime)+''' an ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号