Jonvy

导航

12 2023 档案

参数修改记录查询
摘要:1.select * from t_nomen where et_refakf_se in('665930800A','650626300-1','655278300A') and et_typtra='U' and et_refakf_comp is null //查询出id_nomen:3494 阅读全文

posted @ 2023-12-12 17:11 不亮 阅读(22) 评论(0) 推荐(0)

创建视图
摘要:线体6005 创建客户号是3位数字开头,第4位是空格的视图 CREATE VIEW v_VW asselect id_stocpf,et_refcmp,et_qualpf,stocpf_no_cli,datemodif from t_stocpf where stocpf_no_cli ~'^\d{ 阅读全文

posted @ 2023-12-11 15:42 不亮 阅读(16) 评论(0) 推荐(0)

FastReport使用
摘要:1.在添加了Datamatrix二维码后,报Class "TfrxBarcode2DView" not found,需要在Use中添加frxBarcode单元 或者在form中添加TfrxBarCodeObject控件 2.FastReprot中使用变量 2.1在FastReprot中创建 Step 阅读全文

posted @ 2023-12-08 10:23 不亮 阅读(304) 评论(0) 推荐(0)