WASH

所属分类:其他行业
开发工具:PowerBuilder
文件大小:3795KB
下载次数:25
上传日期:2008-06-29 07:09:15
上 传 者zhangjian899
说明:  关于 ZFC 框架的自述文件 2003.6.18 ====================================================================== 如何在PowerBuilder 开发环境中运行ZFC 框架。 1、文件 app.pbl 常用应用库; controls.pbl zfc 控件库; main.pbl 主要对象库; demo.pbl 演示程序库; 2、目录 DB 演示数据库; PSR 演示PB报表; 3、基于 ZFC 框架编写程序需要哪些文件和表: 引用main.pbl、controls.pbl、app.pbl 三个库 演示数据库中的Employee,EmployeeToFunction,Function,Profile 四个表; 演示数据库中的usp_DateGet,usp_EmployeeGet,usp_FunctionGet,usp_ProfileGet,usp_ProfileSet 五个存储过程; 如果您使用其他数据库,请移植表和存储过程。 4、PowerBuilder 9.0,Adaptive Server Anywhere 7 必须;
(ZFC framework on the readme file 2003.6.18 ========================================= ============================= How to run the PowerBuilder development environment ZFC framework. 1, document library app.pbl commonly used applications controls.pbl zfc Component Library main.pbl the main target of the Treasury demo.pbl presentation library 2, Demo DB database directory PSR demo PB statements 3, based on the framework of the preparation procedures ZFC What are the documents and forms: invoked main.pbl, controls.pbl, app.pbl three library demo database Employee, EmployeeToFunction, Function, Profile four tables demo database usp_DateGet, usp_EmployeeGet, usp_FunctionGet, usp_ProfileGet, usp_ProfileSet five storage process If you use other databases, please transplantation tables and stored procedures. 4, PowerBuilder 9.0, Adaptive Server Anywhere 7 must )

文件列表:
2006438462023\干洗店\app.pbl (201728, 2005-08-16)
2006438462023\干洗店\AppIco.ico (4150, 2003-01-21)
2006438462023\干洗店\backup (0, 2005-07-23)
2006438462023\干洗店\backup.pbl (9728, 2005-08-16)
2006438462023\干洗店\basecode.pbl (3556352, 2005-08-16)
2006438462023\干洗店\box.ico (766, 1995-01-11)
2006438462023\干洗店\config.ini (634, 2005-08-12)
2006438462023\干洗店\controls.pbl (929792, 2005-08-31)
2006438462023\干洗店\DB\CREBAS.SQL (8220, 2004-10-24)
2006438462023\干洗店\DB\demo.db (8175616, 2005-08-31)
2006438462023\干洗店\DB (0, 2006-04-02)
2006438462023\干洗店\dbeng8.exe (77870, 2002-05-15)
2006438462023\干洗店\DBError.log (22138, 2005-07-29)
2006438462023\干洗店\demo.pbl (540672, 2005-08-31)
2006438462023\干洗店\demo.pbt (194, 2005-08-16)
2006438462023\干洗店\df.dat (464384, 2005-07-24)
2006438462023\干洗店\DynamicReport.pbl (1355776, 2005-08-16)
2006438462023\干洗店\emp.ico (766, 2001-05-25)
2006438462023\干洗店\Error.log (10704, 2005-08-16)
2006438462023\干洗店\EXAMPLE.INI (1703, 2004-12-04)
2006438462023\干洗店\iccard.pbl (4096, 2005-07-29)
2006438462023\干洗店\img\38.ico (25214, 2001-06-10)
2006438462023\干洗店\img\backup.bmp (1016, 2000-02-09)
2006438462023\干洗店\img\bmp.bmp (3126, 2002-10-23)
2006438462023\干洗店\img\BT.BMP (3126, 2003-06-17)
2006438462023\干洗店\img\BT002.BMP (3128, 2002-12-28)
2006438462023\干洗店\img\BT003.BMP (3126, 2003-06-17)
2006438462023\干洗店\img\BT004.BMP (3126, 2003-06-18)
2006438462023\干洗店\img\cggls.bmp (31254, 2003-03-01)
2006438462023\干洗店\img\COLLECT.BMP (3126, 2002-09-10)
2006438462023\干洗店\img\computer.bmp (3126, 2002-10-23)
2006438462023\干洗店\img\csh.bmp (10674, 2005-01-07)
2006438462023\干洗店\img\deposit.ico (766, 2001-06-05)
2006438462023\干洗店\img\emp.BMP (630, 2004-10-06)
2006438462023\干洗店\img\EXCL.BMP (630, 2003-03-01)
2006438462023\干洗店\img\EXCLS.BMP (230, 2003-03-01)
2006438462023\干洗店\img\FIND.BMP (2230, 2003-03-15)
2006438462023\干洗店\img\GOODS.bmp (3126, 2004-10-06)
2006438462023\干洗店\img\INFO.BMP (630, 2003-03-01)
2006438462023\干洗店\img\INFOS.BMP (230, 2003-02-26)
... ...

由于时间充忙,没来得及做安装程序和打包pb的dll,运行时需要各位自已寻找pb6.5的动态连接库。 如遇到数据窗口导出成Excel表格时执行非法操作,请先用regsrv32.exe注册gif89.dll。 导出进度条显示需要控件,故已屏蔽。 在新工程的使用说明 1。增加DynamicReport.pbl及basecode.pbl两个库文件及其它符件。 2。删除basecode.pbl中的应用examplw. 3.用sql生成必须的表。 //示例数据表 可选 CREATE TABLE "dba"."gz_wage" ("empid" integer NOT NULL DEFAULT NULL, "month" char(6) NOT NULL DEFAULT NULL, "jbgz" decimal(12,2) DEFAULT NULL, "gwgz" decimal(12,2) DEFAULT NULL, "nggz" decimal(12,2) DEFAULT NULL, "wcf" decimal(12,2) DEFAULT NULL, "ht" decimal(12,2) DEFAULT NULL, "zt" decimal(12,2) DEFAULT NULL, "jsjt" decimal(12,2) DEFAULT NULL, "jnjt" decimal(12,2) DEFAULT NULL, "jj" decimal(12,2) DEFAULT NULL, "gwjj" decimal(12,2) DEFAULT NULL, "ldsgj" decimal(12,2) DEFAULT NULL, "jtf" decimal(12,2) DEFAULT NULL, "sdt" decimal(12,2) DEFAULT NULL, "gjj1" decimal(12,2) DEFAULT NULL, "gjj2" decimal(12,2) DEFAULT NULL, "dhf" decimal(12,2) DEFAULT NULL, "bj" decimal(12,2) DEFAULT NULL, "qynj" decimal(12,2) DEFAULT NULL, "sds" decimal(12,2) DEFAULT NULL, "cxyl" decimal(12,2) DEFAULT NULL, "ylj" decimal(12,2) DEFAULT NULL, "ghhf" decimal(12,2) DEFAULT NULL, "sybx" decimal(12,2) DEFAULT NULL, "ylbx" decimal(12,2) DEFAULT NULL, "ff" decimal(12,2) DEFAULT NULL, "byys" decimal(12,2) DEFAULT NULL, "qt1+" decimal(12,2) DEFAULT NULL, "qt2+" decimal(12,2) DEFAULT NULL, "qt1-" decimal(12,2) DEFAULT NULL, "qt2-" decimal(12,2) DEFAULT NULL , PRIMARY KEY ("empid", "month")) ; //自定义表报可用表列信息 CREATE TABLE "dba"."report_columnname" ("tablename" varchar(30) NOT NULL DEFAULT NULL, "columnname_en" varchar(30) NOT NULL DEFAULT NULL, "columnname_cn" varchar(30) DEFAULT NULL , PRIMARY KEY ("tablename", "columnname_en")) ; //自定义表报可用表信息 CREATE TABLE "dba"."report_tablename" ("appname_en" varchar(30) NOT NULL DEFAULT NULL, "appname_cn" varchar(30) DEFAULT NULL, "tablename_en" varchar(30) NOT NULL DEFAULT NULL, "tablename_cn" varchar(30) DEFAULT NULL , PRIMARY KEY ("appname_en", "tablename_en")) ; //当前已建的可用报表 CREATE TABLE "dba"."report_master" ("report_id" integer NOT NULL DEFAULT NULL, "report_name" varchar(50) NOT NULL DEFAULT NULL, "app_id" integer DEFAULT NULL, "app_name" varchar(50) DEFAULT NULL, "subapp_id" integer DEFAULT NULL, "subapp_name" varchar(50) DEFAULT NULL, "model_name" varchar(50) DEFAULT NULL, "locksql" integer DEFAULT NULL, "normal_syntax" long binary DEFAULT NULL, "design_syntax" long binary DEFAULT NULL , PRIMARY KEY ("report_id")) ; CREATE TABLE "dba"."report_tablesrelation" ("id" integer NOT NULL DEFAULT NULL, "tablename1" varchar(30) NOT NULL DEFAULT NULL, "tablename2" varchar(30) NOT NULL DEFAULT NULL, "columnname1" varchar(30) NOT NULL DEFAULT NULL, "columnname2" varchar(30) NOT NULL DEFAULT NULL, "operators" varchar(30) NOT NULL DEFAULT NULL, "joinoperators" varchar(30) DEFAULT NULL, "leftparenthises" varchar(30) DEFAULT NULL, "rightparenthises" varchar(30) DEFAULT NULL , PRIMARY KEY ("id")) ; 4。在表report_columnname及report_tablename中添加所需的报表信息。 //

近期下载者

相关文件


收藏者