CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - pb datawindow
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - pb datawindow - List
[
TreeView
]
PB datawindow树型控件
DL : 2
pb中关联数据库数据的树型控件,只要简单的设置几个属性,就能把数据通过treeview显示出来。-pb Association Database chandeliers Control, a simple set several attributes, the data can be displayed through the treeview.
Update
: 2008-10-13
Size
: 196.16kb
Publisher
:
小马
[
Communication
]
pbdatawindow
DL : 0
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.
Update
: 2008-10-13
Size
: 9kb
Publisher
:
童心
[
Static control
]
3d_word
DL : 0
在PB中显示3D字,用DataWindow实现,已经封装成用户对象,并制作了相应的例程,非常Cool。-show in PB 3D characters used to achieve DataWindow has been packaged as users, and produces a corresponding routines, very Cool.
Update
: 2025-02-17
Size
: 39kb
Publisher
:
秦永久
[
TreeView
]
PB datawindow树型控件
DL : 0
pb中关联数据库数据的树型控件,只要简单的设置几个属性,就能把数据通过treeview显示出来。-pb Association Database chandeliers Control, a simple set several attributes, the data can be displayed through the treeview.
Update
: 2025-02-17
Size
: 196kb
Publisher
:
小马
[
Program doc
]
pbdatawindow
DL : 0
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.
Update
: 2025-02-17
Size
: 9kb
Publisher
:
童心
[
Other
]
DW_search
DL : 0
pb源程序,在Datawindow窗口对数据进行查寻,版本较老!-pb source in Datawindow window for data searching, the older version!
Update
: 2025-02-17
Size
: 5kb
Publisher
:
[
ADO-ODBC
]
dw2xls2.06
DL : 0
PB下不错的datawindow汇出excel文件控件2.06版-PB DataWindow under good control export excel file version 2.06
Update
: 2025-02-17
Size
: 413kb
Publisher
:
Leon Lee
[
ADO-ODBC
]
DW2OFFICE
DL : 0
在陶清的网站上花了500块大洋购买的datawindow汇出excel/word控件,已是目前PB下最好的了,本不想免费在这里发的,但因为其汇出功能不够完善(汇出word功能常常出错、汇出交叉表会丢失数据、汇出free风格表会丢失底部文本框....又很难联络到作者,故放上这里,希望大家一起完善它。 (注:可参考我上传的另一dw2xcls2.06控件)-Tao Qing site in the flower of the purchase of 500 Ocean Export DataWindow excel/word control, is currently under the best of the PB, the do not want free of charge here, but because of its export functionality is not perfect (Export word features often make mistakes, cross-table will be lost export data, export free style table will be lost at the bottom of the text box .... it is difficult to contact the authors, it is placed here, I hope everyone together to improve it. (Note: can be I uploaded another reference dw2xcls2.06 control)
Update
: 2025-02-17
Size
: 2.61mb
Publisher
:
Leon Lee
[
Other
]
sendmessage
DL : 0
powerbuilder 电子图书软件。记录了pb按钮、datawindow、数据管道和各种控件-PowerBuilder e-book software. Recorded pb button, datawindow, data pipelines, and various controls
Update
: 2025-02-17
Size
: 8kb
Publisher
:
唐永丰
[
ADO-ODBC
]
Datawindow_ClipBoard
DL : 0
2行代码搞定Datawindow ClipBoard.rar 这段代码虽然简单,但却可能是你想像不到的强大。对于粘贴板来说,PB最精妙的使用技巧-2 lines of code to get the code Datawindow ClipBoard.rar Although simple, it could be that you could not imagine the power. Paste board for example, PB using the most sophisticated techniques
Update
: 2025-02-17
Size
: 1kb
Publisher
:
choosepb
[
Other
]
dw_crosstab
DL : 0
pb 数据窗口的Crosstab 的一种编写的方法,本例子实现直接用数据窗口把复杂的统计简单化。-pb datawindow Crosstab a preparation method, the example of the realization of the direct use of the data window to simplify complex statistical.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
网格
[
Windows Develop
]
datawindows
DL : 0
PB数据窗口应用实例,对PB初学者应该很有帮助,内含说明文档-PB DataWindow application of PB should be helpful for beginners, including documentation
Update
: 2025-02-17
Size
: 606kb
Publisher
:
grave
[
ActiveX/DCOM/ATL
]
PBCOMMENT
DL : 0
7.0 新增支持 DataWindow SQL 语句画板中对 SQL 语句的大小写转换、代码优化等。可以帮助大家校正在例如 SYBASE 等数据库对字段名大小写敏感需要批量修改的 SQL 语句。 新增支持有关 DataWindow 与结构体、变量之间的赋值、获得数据等 操作的 PB 脚本自动生成。在字段特别多的情况下,比较实用。-7.0 Added support Sketchpad DataWindow SQL statements SQL statement in the case of conversion, such as code optimization. Correction we can help, such as in databases such as SYBASE case sensitive field names need to modify the SQL statement bulk. Added support for the DataWindow and the structure, the assignment between variables, such as access to data PB operation automatically generated script. Particularly in the field, the more practical.
Update
: 2025-02-17
Size
: 994kb
Publisher
:
jgg
[
Documents
]
pbTOEXCEL
DL : 0
PB数据窗口导出到EXCEL方法,仅供参考!-PB DataWindow Export to EXCEL
Update
: 2025-02-17
Size
: 7kb
Publisher
:
ZZX
[
Other
]
DataWindow
DL : 0
PB中DataWindow的基本操作,浏览,增加,删除,打印等-The basic operation of the PB DataWindow, browse, increase, delete, print, etc.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
weixing
[
ADO-ODBC
]
PB-Datawindow
DL : 1
PB-数据库保存图片并在Datawindow中显示-PB- database to store and display in Datawindow
Update
: 2025-02-17
Size
: 12kb
Publisher
:
李磊
[
Dialog_Window
]
PB-datawindow-auto-resize
DL : 0
下拉窗口自动调整大小,有函数说明,一看就会-PB datawindow auto resize
Update
: 2025-02-17
Size
: 1kb
Publisher
:
zzz
[
SCM
]
DataWindow
DL : 0
PB中DataWindow的基本操作,浏览,增加,删除,打印等-The basic operation of the PB DataWindow, browse, increase, delete, print, etc.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
wen8761146
[
Other
]
PB DataWindow 自动化处理
DL : 0
powerbuilder datawindow 自动化处理源码(powerbuilder datawindow using)
Update
: 2025-02-17
Size
: 1.54mb
Publisher
:
Tango
[
GUI Develop
]
PB DataWindow 38个技巧
DL : 0
PB DataWindow 38个技巧.txt 1. 使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 38 skills.Txt 1. make DataWindow columns append only and cannot be modified How to make the data in DataWindow only append new records and can not be modified, the use of the Column attribute of Protect can be very convenient to do this, the method is as follows: Set the Protect property of each column to: If (IsRowNew (), 0, 1) You can dynamically modify the Protect attribute in PowerScript: Dw_1.Modify ("column_name_here.Protect='1~tIf (IsRowNew (), 0,1) '") In this way, only additional records can be modified in DataWindow, while other records are read-only.)
Update
: 2025-02-17
Size
: 8kb
Publisher
:
ztzheng
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.