联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All PowerBuilder(228) 

[打印编程] PrintCtrl

纯PB程序,对打印机的控制方案 取打印机列表(已有) 取纸张列表(已有) 设置默认打印机(已有) 设置默认纸张(已有) 自定义纸张(已有) 取打印机自定义纸张的最大值(已有,但有问题) 取、设置页边距 打印机走纸 取送纸器列表(已有) 打印机是否连机 打印机是否缺纸(还有其他状态) 要自行判断98/2000,分别处理
Pure Pb program, control scheme for printer Get printer list (existing) Paper pick up list (existing) Set default printer (existing) Set default paper (existing) Custom paper (existing) Maximum value of printer custom paper (existing, but problematic) Take and set margins Printer paper List of paper feeder (existing) Whether the printer is connected Whether the printer is out of paper (other states) We should judge 98/2000 by ourselves and deal with them separately (2021-04-01, PowerBuilder, 158KB, 下载1次)

http://www.pudn.com/Download/item/id/1617246642981320.html

[Windows编程] 200612716153802

PB9.0版本 这个是取自于 Kingfriend 发布的《PB-ORACLE通用框架2.0》中的数据窗口右键功能 图表分析 和 ABC 分析功能的反编译不完整版,作者是在销售这部分的代码,好象整套是 3000块。 其中目录“待反编译”下的GRAPH.PBD 就是他的编译版,我从其中反编了部分代码 见 graph.pbl ,哪位手头上有 Kivens 的正式反PB编译器的请继续完整编译。
PB9.0 version This is the right key function of the data window from the PB-ORACLE generic framework 2 released by Kingfriend. Chart analysis and ABC analysis function decompile incomplete version, the author is in the sale of this part of the code, as if the whole set is 3000 pieces. The directory "decompiling" GRAPH.PBD is his compiled version, and I have compiled some code from it. See graph.pbl, who has Kivens's official anti PB compiler on hand, please complete the compilation. (2018-05-23, PowerBuilder, 4260KB, 下载1次)

http://www.pudn.com/Download/item/id/1527054656221777.html

[界面编程] pb_lx

功能:w_1向w_2传参(累加次数)并触发w_2控件cb_1(累加器);w_2控件cb_1计算从1至所接收累加次数的累加值并返回w_1。 目的:说明窗口间相互触发控件及传参、传值的技术细节。
Function: w_1 passes to w_2 (accumulating times) and triggers w_2 control cb_1 (accumulator); w_2 control cb_1 calculates accumulative value from 1 to receive accumulative times and returns w_1. Objective: to illustrate the technical details of triggering control and parameter passing between windows. (2018-04-12, PowerBuilder, 7KB, 下载2次)

http://www.pudn.com/Download/item/id/1523498059337662.html

[Windows编程] jisuanqi

(1).本程序是用powerbuilder语言编写的,运行环境是powerbuilder9.0。 (2).本程序能实现基本的四则运算,平方运算,阶乘运算,开方运算,自然对数运算, 求正弦、余弦,N与∏的乘积运,本程序能显示17位整数,超过17位则自动转换成 科学计数法形式,并保留15位小数。 (3).出现计算器页面后点击on/off后方可运行。 (4).本程序提供键盘和按钮输入两种方法。
(1) This procedure is used powerbuilder language, the operating environment is powerbuilder9.0. (2) This procedure can achieve the four basic arithmetic, squaring, factorial computation, root operation, the natural logarithm operation, sine, cosine, N and Π product shipped, the program can display 17 integer, more than 17 bit is automatically converted to scientific notation form, and retain 15 decimal places. (3) The emergence of the calculator page and click on/before after running off. (4) This program provides two ways to enter the keyboard and buttons. (2014-02-28, PowerBuilder, 328KB, 下载4次)

http://www.pudn.com/Download/item/id/2472234.html

[数据库编程] 20115161721274

PowerBuilder数据库开发关键技术,包括以下8种专业应用: 1.加密狗程序设计 2.条形码扫描仪程序设计 3.价格显示器程序设计 4.标签机程序设计 5.盘点机程序设计 6.钱箱程序设计 7.刷卡机程序设计 8.发票机程序设计
PowerBuilder database development of key technologies, including the following eight kinds of professional applications: 1 programming dongle (2) bar code scanner programming 3 The price display programming 4 Tag Machine Programming 5 inventory of machine programming 6 box programming 7 credit card machine programming 8 Invoice Machine Programming (2011-12-30, PowerBuilder, 209KB, 下载11次)

http://www.pudn.com/Download/item/id/1747523.html

[数据库编程] 201181614483141

关键说明 服务器端 1,SocketServer中,有个uo_Socket_Server类型的数组Connects,实现多个连接管理。 2,uo_Socket_Server实例是通过w_1.tab_1.OpenTab()打开的。 3,SocketNotify为自定义事件pbm_custom01。 4,ue_SocketNotify为自定义事件。
The key note Server-side 1, SocketServer, there are a uo_Socket_Server type of array Connects, multiple connection management. 2, uo_Socket_Server instance is w_1.tab_1.OpenTab () open. 3, SocketNotify custom event pbm_custom01. 4, ue_SocketNotify for custom events. (2011-12-14, PowerBuilder, 1958KB, 下载5次)

http://www.pudn.com/Download/item/id/1730598.html

[数据库编程] backupc

把backup.pbl中的所有对象拷贝到你的应用中,另外要把rar.exe拷贝到当前目录 <数据备份>调用代码:open(w_backup) <数据恢复>调用代码:open(w_restor) 功能: (1)压缩备份和解压恢复,压缩率很高 (2)可选择不同的盘符,包括软盘,硬盘,MO,磁带,CD等 (3)对于软盘(A:盘)备份会自动分割1.44M (4)单机备份和恢复简单方便 (5)Sybase Adaptive Server Anywhere网络数据库可在工作站或服务器上进行数据备份 注意: (1)进度条不太匀速主要是因为要运行外部程序RAR,DBBACKUP,ATTRIB等 (2)在PB下运行时请不要先打开要备份的数据库,否则会出现不能关闭数据库的错误,如果运行exe则不会. (3)连接数据库设置放在ini文件中,同时把w_backup和w_restor中的 ini\free.ini 改成你的ini文件 (4)网络数据库的数据备份要把server\dbbackup.exe拷贝到当前目录 (5)网络数据库的数据恢复必须在服务器上用单机的连接方式,即先关闭Sybase Adaptive Server连接,然后再用Sybase SQL Anywhere连接数据库 (6)一定要把rar.exe和attrib.exe拷贝到当前目录
backup your database with powerbuilder (2011-11-02, PowerBuilder, 110KB, 下载11次)

http://www.pudn.com/Download/item/id/1687199.html

[数据库编程] pb

是面向对象的数据库平台/语言。 PowerBuilder(以下简称PB)是Sybase公司的独资子公司PowerSoft推出的应用于客户机/服务器体系结构下应用程序开发的一种面向对象的图形化交互式开发工具。PB以其简洁高效的集成开发环境、 强大的数据窗口技术、几乎无所不能的数据库访问能力和友好的用户界面,越来越受到编程人员的青睐。
Object-oriented database platform/language. PowerBuilder (hereinafter referred to as PB) is a wholly owned subsidiary of Sybase, used PowerSoft introduced client/server architecture, application development under a graphical interactive object-oriented development tools. PB its simple and efficient integrated development environment, powerful data window technology, almost all-powerful database access capabilities and user-friendly interface, more and more programmers of all ages. (2011-05-02, PowerBuilder, 480KB, 下载5次)

http://www.pudn.com/Download/item/id/1514053.html

[能源行业(电力石油煤炭)] dnbhgq

电能表中查看状态,分类,类型,型式,电压,电流,频率,常数,倍率,新旧,有无阻逆器,等级,接入方式,产权,位数,结构,有功无功,多功能时无功等级这些字段是否合理有效(及是否符合系统代码表的要求,是否存在空和不合要求数据)
Meter in the view state, category, type, type, voltage, current, frequency, constant, rate, new and old, have unimpeded inverse control, class, access, property rights, the median, structure, active and reactive, multi-time non- power level of these fields are rational and effective (and whether they meet the requirements of the system code table, the existence of empty and deficient data) (2011-02-06, PowerBuilder, 27KB, 下载6次)

http://www.pudn.com/Download/item/id/1424648.html

[数据库编程] pb

pb用户自定义报表设计器 本程序无须安装,解压后直接运行可执行程序即可,在第一次运行时需要注册演示数据库。 一般来说,在第一次运行时,系统会自动打开数据库连接界面,通过它,你可以 连接到任何你要连接的关系数据库,下面对本演示数据库的连接做说明如下: 1. 运行可执行程序,系统会自动打开数据库连接界面: 2. 在连接窗口中选择ODBC连接,单击 新建 3. 为本系统自带的Access数据库dwdemo.mdb注册ODBC数据源; 4. 选择你刚建的数据源名称,单击连接完成。
pb custom report designer is no need to install this program, extract the executable can be run directly after the first run need to register demo database. In general, in the first run, the system will automatically open a database connection interface, through which you can connect to any relational database you are connecting to, the following connection to the database on the demo do the following: 1. Run the executable program, The system will automatically open the database connection interface: 2. in the connection window, select the ODBC connection, click ' New' 3. based system comes with the Access database dwdemo.mdb up ODBC data sources 4. Select the data source you just built name, click the connection is completed. (2010-12-07, PowerBuilder, 6824KB, 下载97次)

http://www.pudn.com/Download/item/id/1371772.html

[其他] power_builder_misnormal

本系统已提供MIS系统的基本框架,包括系统登录、打印机设置、修改密码、 重新登录、创建快捷方式等。只要稍做修改并加入自己的模块即可成为一套完善 的系统。 主要特点: 1.显示登录窗口,要求输入帐号、密码。 2.本系统已对密码经过加密,即数据库中存储的密码已经过转换与实际密 码不同,适当改变原程序中加密与解密过程的偏移量将得到不同结果。 3.修改MDI窗口下方的状态条提示信息,自己可再修改。 4.在窗口右下方状态条上有一个类似液晶器LED显示当前日期及时间 5.MDI窗口带有背景图(ycr.wmf) 程序说明: Missys.db ====== 系统数据库文件 Stkit432.dll ====== 为创建快捷方式的动态链接库 demo.dll ====== 为在MDI状态条上创建LED显示当前日期及时间的链接库 ycr.wmf ====== 为MDI窗口的背景图 missys.pbl ====== 系统原程序 初始帐号为:888888 密码:888
power builder develop mis develop struceture (2010-10-17, PowerBuilder, 341KB, 下载15次)

http://www.pudn.com/Download/item/id/1319794.html

[数据库编程] PB9update2.7

1.基于数据库的升级,比FTP、HTTP模式,优点:在一台计算机上,多个不 同版本的程序可以同时使用,互不影响。不用另外配置FTP/HTTP服务器。 2.可自动压缩文件,然后上传,提高上传与下载速度.减轻基于数据库的升级 的速度问题. 3.支持一个数据库中多个模块同时使用. 4.支持一个模块有多个文件.(网上的只能一个文件), 你的软件最好为多个文件, 因为有的文件未改变,下载会跳过. 5.支持文件位置在不同的文件夹. 6.本“自动升级系统”,也可以自动升级(注:仅随新系统升级时升级!!!) 7.新程序上传到服务器为自动的,不需要人工上传。(网上的都得手工一个一个上传.) 8.新程序下载为自动的。(网上的也自动,但不强制下载,本程序强制下载.) 9.支持两个数据库中的该表同步: 可用于连锁系统, 总部升级, 分店都会自动 升级。
1. Based on the database upgrade, than FTP, HTTP mode, advantages: on one computer, many do not The same version of the program can be used independently of each other. Do not also configure FTP/HTTP server. 2. Can automatically compress files, then upload to improve upload and download speed. To reduce the upgrade based on database The speed. 3. To support a database of multiple modules simultaneously. 4. Support a module has more than one file. (Online only a file) Your software is best for multiple files, because some files are not changed, downloaded will be skipped. 5. Support the file location in a different folder. 6. The "automatic upgrade system" can also be automatically upgraded (Note: Only with the new system upgrade upgrade!!!) 7. The new program is uploaded to the server automatically, without manual uploads. (The Internet had to upload one by one by hand.) 8. The new download is automatic. (Also automatically online, but not mandatory download, download t (2010-10-15, PowerBuilder, 528KB, 下载9次)

http://www.pudn.com/Download/item/id/1318623.html

[加密解密] NetBoxDex

NetBoxDex v0.1 (NetBox 解包工具源码) NetBox 是一个全新概念的开发平台,它提供了业界最快速的用于开发 Internet 商业应用的开发和编译工具。NetBox 支持包括 JavaScript、VBScript、Perl 等目前应用最为广泛的脚本语言来构建功能强大和性能稳定的应用服务器、网络服务器以及 HTML-Based 网络多媒体桌面应用。NetBox 支持目前最为流行的 XML 和 Web Service 工业标准和 ASP、COM、.NET 等流行标准,NetBox 对第三方数据库的完美支持使您新构建的商务应用可以容易的将已有的应用系统整合进来,从而充分利用现有的 IT 资源,大大的节约投资。NetBox 提供的 SSL、TLS 安全协议、RSA、DES 等加密算法和独立于应用程序的虚拟机技术使您的数据得到最大限度的保护。NetBox 提供将应用部署到无线设备的能力。NetBox 提供将您的应用编译成独立可执行文件的能力,极大的加快运行速度和代码安全性。使用 NetBox 开发,大大提高了应用系统的可扩展性、稳定性和安全性。NetBox 的出现也首次让应用软件开发商能够如此快速和容易的构建完整的基于 Internet 强大应用。
NetBoxDex v0.1 (NetBox unpack tool source) NetBox is a new concept of development platform, which provides the industry s most rapid development of Internet business applications for the development and build tools. NetBox support including JavaScript, VBScript, Perl, etc. Currently the most widely used scripting language to build powerful and stable performance of application servers, Web servers and HTML-Based Network Multimedia desktop application. NetBox support the current most popular industry-standard XML and Web Service and ASP, COM,. NET and other popular standards, NetBox the perfect support for third-party database to build your new business applications can easily integrate to existing applications in, to make full use of existing IT resources, dramatically reduce investment. NetBox provided by SSL, TLS security protocols, RSA, DES and other encryption algorithms and application-independent virtual machine technology enables you to get maximum protection of data. NetBox w (2010-04-17, PowerBuilder, 301KB, 下载77次)

http://www.pudn.com/Download/item/id/1129784.html

[Ftp客户端] ftp

对大型企业和大型单位而言,其C/S结构下的终端机数量众多,因此,人工软件升级将是一件头痛的事情。采用自动升级模块,将极大的提高软件系统的效率。本模块的功能是,将本地最新软件模块上传到服务器上,以客户机自动检测并下载,实现客户端程序的自动更新。
For large enterprises and large-scale units, its C/S structure of the large number of terminals, therefore, artificial software upgrade will be a headache. The use of automatic upgrade modules, will greatly improve the efficiency of software systems. This module is the latest local software modules uploaded to the server to the client automatically detect and download the client program to achieve the automatic update. (2009-01-17, PowerBuilder, 282KB, 下载22次)

http://www.pudn.com/Download/item/id/632748.html

[Windows编程] update

对大型企业和大型单位而言,其C/S结构下的终端机数量众多,因此,人工软件升级将是一件头痛的事情。采用自动升级模块,将极大的提高软件系统的效率。本模块的功能是,将服务器上的最新软件下载到本机,实现客户端程序的自动更新。
For large enterprises and large-scale units, its C/S structure of the large number of terminals, therefore, artificial software upgrade will be a headache. The use of automatic upgrade modules, will greatly improve the efficiency of software systems. This module is the latest server software downloaded to the machine, to achieve the client s automatic update procedure. (2009-01-17, PowerBuilder, 25KB, 下载40次)

http://www.pudn.com/Download/item/id/632743.html

[企业管理] lab

图书管理 pb+sql library management system 安装说明 1。SQL数据源文件:new_data.mdf,new_log.ldf.第一次使用时需要打开 SQL2000的企业管理器,在‘所有任务’里选择‘附加数据库’。 2。要把test.ini 放到与本程序相同的目录,然后修改该文件里面的服务器名.比如你的数 据库名是ddd,则ServerName = ddd . 3。运行tsglsystem.exe 提示:第一次进入本系统,可以使用如下帐号: 管理者帐号:0002 密码:0002 (只能输入书编号借书) 读者号:从 0001 密码:0001(能借书)
Library management pb+ Sql library management system to install 1. SQL data source file: new_data.mdf, new_log.ldf. The first time need to open the SQL2000 Enterprise Manager, in the All Tasks, choose attach database. 2. Test.ini to put with the same directory, and then modify the file inside the server name. For example, your database name is ddd, while ServerName = ddd .3. Running tsglsystem.exe Tip: the first time to enter the system, you can use the following account: Account Managers: 0002 Password: 0002 (can only enter the book code library) No. reader: From 0001 Password: 0001 (to library) (2008-12-06, PowerBuilder, 1220KB, 下载19次)

http://www.pudn.com/Download/item/id/598000.html

[软件设计/软件工程] 2008.10.4

固定资产信息系统采用下拉式汉化菜单,界面友好,实用性强,设有与设备信息系统的软件接口,主要功能有: 资产增加:包括资产购入、资产增加、资产购入单查询、资产增加单查询。 资产调配:包括资产调配、资产转移、资产调配单查询、资产转移单查询。 资产减少:包括资产报损、资产减少、资产报损单查询、资产减少单查询。 其它处理:包括折旧处理、资产重置、资产封存、封存解除、附件维护、月结处理、重置单查询、折旧明细查询。 综合报表:包括固定资产台账、固定资产分类汇总表、科室折旧汇总月报、科室使用固定资产明细表、科室固定资产变动表、固定资产减少月报、固定资产增加月报等。 数据字典:提供资产字典维护、资产分类维护、制造商维护、供应商维护、减少方式维护、增加方式维护等功能。 系统:提供用户权限的设置、系统初始化、密码修改、计算器等功能。
err (2008-11-19, PowerBuilder, 12862KB, 下载40次)

http://www.pudn.com/Download/item/id/583369.html

[教育系统应用] PbLibraryManageSystem

  本程序是PB8.0+SQL的图书馆管理系统。 1。SQL数据源文件:book_data.mdf,book_log.ldf. 2。将test.ini文件放到C盘根目录,然后修改该文件里面的服务器名. 3。运行BOOKGL。EXE 注意:管理者帐号:aaa 密码:aaa (不能借书) 读者号:从 0001 到 0007 (能借书)
this procedure is POWERBUILDER8.0+ SQL library management system. 1. SQL data source documents : book_data.mdf, book_log.ldf. 2. Test.ini document will be put C deep-rooted directories, and then modifies the file server name. 3. BOOKGL operation. EXE NOTE : Account managers : aaa Password : aaa (not charging) readers : From 0001 to 0007 (to the library) (2007-03-17, PowerBuilder, 351KB, 下载109次)

http://www.pudn.com/Download/item/id/256415.html

[网络编程] WinSock.pbl

说明, 服务器端 1,SocketServer中,有个uo_Socket_Server类型的数组Connects,实现多个连接管理。 2,uo_Socket_Server实例是通过w_1.tab_1.OpenTab()打开的。 3,SocketNotify为自定义事件pbm_custom01。 4,ue_SocketNotify为自定义事件。 客户端 1,很简单,就不说了。
note, a server, SocketServer. a uo_Socket_Server types of array Connects. Implementing Multiple Connection Management. 2. uo_Socket_Server example through w_1.tab_1.OpenTab () open. 3, as defined SocketNotify pbm_custom01 incident. 4, ue_SocketNotify to define an event. A client, a very simple, not that. (2006-12-01, PowerBuilder, 258KB, 下载74次)

http://www.pudn.com/Download/item/id/230220.html

[电子书籍] wince2

一般認為Windows CE是一個適合嵌入式應用的通用作業系統,然而,從系統的角度來看,Windows CE並不只是一個作業系統,它還包括對多種目標處理器以及週邊設備的支援,並提供了系統開發工具、應用開發工具、整合的應用程式
generally believed that Windows CE is an embedded application for the generic operating system, however, from the system's point of view, Windows CE is not just an operating system, It also includes a variety of target processors to peripheral equipment and support, and to provide a system development tools, application development tools, Integration of Applications (2006-08-16, PowerBuilder, 561KB, 下载52次)

http://www.pudn.com/Download/item/id/209487.html
总计:228