网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 论文资料|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 免费论文 -> 计算机论文 -> 计算机公司销售业务管理系统(二)
计算机论文资料| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

计算机公司销售业务管理系统(二)

最新活动:微信集50个赞就可获取任意一篇钻石会员文档。详情见微信集赞换文档
计算机公司销售业务管理系统(二) sp; Form1: TForm1;
  a:string;
  b:string;
var c:string;
     d:string;
     e:string;
implementation
uses Unit2, Unit3, Unit4, Unit5;

{$R *.dfm}
procedure TForm1.ComboBox1Change(Sender: TObject);
begin
Edit1.Enabled:=false;
BitBtn5.Enabled:=false;
with form2.Query1 do
  begin
    close;
    SQL.Clear;
    SQL.Add('select Ename,Esex,Eage,Edepar,Epos from HR where Edepar='''+ComboBox1.Text+''' ');
    open;
  end;
end;
procedure TForm1.Edit1Change(Sender: TObject);
begin
ComboBox1.Enabled:=true;
BitBtn9.Enabled:=false;
end;
procedure TForm1.BitBtn5Click(Sender: TObject);
var l:string;
begin
form2.show;
with form2.Query1 do
  begin
    close;
    SQL.Clear;
    SQL.Add('select Ename,Esex,Eage,Edepar,Epos from HR where Ename='''+edit1.Text+''' ');
    open;
  end;
l:=form2.Query1.Fields[2].asstring;
if l='' then showmessage('没有此员工');
end;
procedure TForm1.FormActivate(Sender: TObject);
begin
edit1.SetFocus;
end;
procedure TForm1.ComboBox2Change(Sender: TObject);
begin
ComboBox4.Enabled:=false;
BitBtn8.Enabled:=false;
end;
procedure TForm1.BitBtn6Click(Sender: TObject);
begin
form3.show;
with form3.Query1 do
  begin
    close;
    SQL.Clear;
    SQL.Add('select stype,spalce,samount from storage where spalce='''+ComboBox2.Text+''' and stype='''+ComboBox3.Text+''' ');
    open;
  end;
end;
procedure TForm1.BitBtn8Click(Sender: TObject);
begin
form3.show;
with form3.Query1 do
  begin
    close;
    SQL.Clear;
    SQL.Add('select stype,spalce,samount from storage where stype='''+ComboBox4.Text+''' ');
    open;
  end;
end;
procedure TForm1.ComboBox4Change(Sender: TObject);
begin
ComboBox3.Enabled:=false;
ComboBox2.Enabled:=false;
BitBtn6.Enabled:=false;
end;
procedure TForm1.BitBtn4Click(Sender: TObject);
begin
a:=ComboBox7.Text+'-'+ComboBox8.Text+'-'+ComboBox9.Text;
b:=ComboBox12.Text+'-'+ComboBox11.Text+'-'+ComboBox10.Text;
form4.show;
with form4.Query1 do
  begin
    close;
    SQL.Clear;
    SQL.Add('select stype,splace,sby,stime,samount,scus,smoney from sale where stype='''+ComboBox6.Text+''' and stime>'''+a+''' and stime<'''+b+''' and splace='''+ComboBox5.Text+'''  ');
    open;
  end;
end;
procedure TForm1.BitBtn9Click(Sender: TObject);
begin
 with form2.Query1 do
  begin
    close;
    SQL.Clear;
    SQL.Add('select Ename,Esex,Eage,Edepar,Epos from HR where Edepar='''+ComboBox1.Text+''' ');
    open;
  end;
form2.Show;
end;
procedure TForm1.BitBtn1Click(Sender: TObject);
begin
form5.Caption:='武昌武珞路销售部';
c:='武昌武珞路';
form5.show;
end;
procedure TForm1.BitBtn2Click(Sender: TObject);
begin
form5.C

首页 上一页 1 2 3 4 下一页 尾页 2/4/4

计算机公司销售业务管理系统(二)由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:基于C++的读者与写者问题read—wr.. 下一篇:基于jsp实现-图书馆信息管理系统.
推荐论文 本专业最新论文
Tags:计算机 公司 销售业务 管理系统 2010-04-12 09:48:11【返回顶部】
精彩推荐
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有