Description: 《Powerbuilder 9.0实用教程》源代码包括10个小型实例和2个完整的数据库系统实例(图书管理系统和学生选课系统),除此之外还有2个视频演示文件供读者学习之用。-"Powerbuilder 9.0 Practical Guide to the" source code, including 10 small examples and two complete database system Example (library management system and student Elective System), in addition to two video presentations for readers learning. Platform: |
Size: 3933184 |
Author:狼人 |
Hits:
Description: USB开发例子可以在其他语言中用API调用,有一个POwerbuilder例子-USB development examples in other languages using API calls, an example POwerbuilder Platform: |
Size: 40960 |
Author:sdxiao |
Hits:
Description: 如何用PB进行应用程序开发及大量实例讲解-how to use PB for application development and the large number of examples to explain Platform: |
Size: 2630656 |
Author:wonderful |
Hits:
Description: pbtowordandexcel目录:在PowerBuilder 9.0中通过OLE技术实现与WORD和Excel通信的例子;
pb9com目录:在PowerBuilder 9.0实现COM开发的例子;
Media目录:使用OLE控件实现媒体播放器的功能,还包含一个使用API MCI设备实现媒体播放的例子;
DDE目录:包含DDE客户端源程序;
DBOLE目录:使用OLE控件实现大型二进制数据的保存与显示的源程序;
XPMenu目录:XPMenu菜单的例子,setup子目录可自动安装注册DLL。-pbtowordandexcel directory : PowerBuilder 9.0 in through OLE technology with Word and Excel Communications examples; pb9com Contents : PowerBuilder 9.0 in the development of the COM achieve example; Media Contents : use OLE achieve media player functions, also includes an API MCI equipment used to achieve the broadcast media examples; DDE directory : includes DDE client source; DBOLE directory : use OLE large binary data to achieve the preservation and display of the source; XPMenu directory : XPMenu menu example, setup subdirectory can be registered automatically installed DLL. Platform: |
Size: 2573312 |
Author:stonker |
Hits:
Description: pbtowordandexcel目录:在PowerBuilder 9.0中通过OLE技术实现与WORD和Excel通信的例子;-pbtowordandexcel directory : PowerBuilder 9.0 in through OLE technology with Word and Excel Communications examples; Platform: |
Size: 14336 |
Author:周大王 |
Hits:
Description: pb datawindow 技巧
例子:
使DataWindow列只能追加不能修改
如何使DataWindow中的数据只能追加新记录而不能修改,利用 Column 的 Protect 属性可以很方便的做到这一点,方法如下:
将每一列的 Protect 属性设置为:
If( IsRowNew(), 0, 1) )
在 PowerScript 中可以动态修改 Protect 属性:
dw_1.Modify("column_name_here.Protect= 1~tIf(IsRowNew(),0,1) ")
这样,DataWindow 中只有新追加的记录可修改,而其他记录是只读的。 -pb datawindow skills examples : DataWindow out so that not only additional change how the DataWindow data can only plus new record and can not be changed, Column using the Protect attribute can be conveniently do this, as follows : Each series will be the attribute set to Protect : If (IsRowNew (), 0, 1)) in PowerScript can be modified dynamically Protect attributes : dw_1.Modify ( "column_name_here.Protect ~ = 1 tIf (IsRowNew (), 0,1) "), so, Only new DataWindow additional records amended, and other records are read-only. Platform: |
Size: 9216 |
Author:童心 |
Hits:
Description: softonline.dll中函数的使用,请见不同的例程,VB函数见VB例子,VC函数见VC例子,VFP函数见VFP的例子,BCB函数见BCB例子,
Delphi函数见Delphi例子,PowerBuilder函数见PB例子,易语言函数见易语言例子,其中会有非常详细的介绍。-softonline.dll use, see different routines, VB function see examples VB, VC function see VC example, the function see VFP VFP example, BCB function see BCB example, Delphi function see Delphi examples, PowerBuilder function see PB example, Yi Yi language function see examples of language, there will be a very detailed presentation. Platform: |
Size: 482304 |
Author:sun |
Hits:
Description: PowerBuilder 9_0实例教程_11215929 .rar
学习和提高数据库的特好实例,希望对大家有帮助-PowerBuilder 9_0 tutorial examples _11215929. Rar database to learn and improve special good examples, I hope all of you help Platform: |
Size: 3309568 |
Author: |
Hits:
Description: pb所需编程技巧和事例,请广大同仁多多支持,哈哈,多多下载-pb required programming skills and examples, please can support vast numbers of Tongren, ha ha, a lot of downloads Platform: |
Size: 6696960 |
Author: |
Hits:
Description: PowerBuild实例,还不错,支持一下,顶下-PowerBuild examples, good, support you, then the maximum under the Platform: |
Size: 154624 |
Author:wenkui |
Hits: