摘要:
一、在主界面窗体中调用已经隐藏的主线程登录窗体,输入用户名与密码时如果正确,虽然代码中写的是再次隐藏 登录窗体,但主线程仍会关闭,debug时可跟踪到调用了dipose方法关闭登录窗体; 二、如点取消按钮,登录窗体也会关闭,debug时可跟踪到调用了dipose方法关闭登录窗体。 if (new U 阅读全文
摘要:
一、原理:一打开采购订单,则会自动检查【显示模板】是否需要更新,使用代码如下:select convert(money,pubufts) as pubufts from vouchertemplates_base where vt_cardnumber='88' and vt_id='8173'二、 阅读全文