三
PowerBuilder與CommPort的連接
.使用可以控制CommPort的OCX
例如MicrosoftCommunicationsControl或pdqComm
.InitiatetheOCX
//Script如下
ole_
為OCXName
ole_
object
CommPort=
ole_
object
Settings=
N
ole_
object
PortOpen=true
ole_
object
InputLen=
GetData or PutData
//GetData
ole_
object
input()
//PutData
ole_
object
output=
ATDT
+char(
)
四在 grid中實現列標題覆蓋多列 選中某列的標題title
點右鍵
選properties\position\layer
選中foreground
這時你可以改變標題的大小
同時禁止用戶在運行程序時移動列的權利
在腳本中寫入
dw_
Modify(
DataWindow
Grid
ColumnMove=No
)
[] []
From:http://tw.wingwit.com/Article/program/PB/201311/11119.html