PowerBuilder system table |
Pbcattbl |
Tables in the database |
Pbcatcol |
Columns in the database |
Pbcatfmt |
Display format |
Pbcatvld |
Validity rules |
Pbcatedt |
Edit Style |
PBCatTbl |
Pbt_tnam |
Table Name |
Pbt_tid |
The SQL Server Object ID of the table (for SQL Server only) |
Pbt_ownr |
Owner of the table |
Pbd_fhgt |
Data font height, expressed in units in PowerBuilder |
Pbd_fwgt |
Data font stroke width (400 = normal, 700 = bold) |
Pbd_fitl |
Whether the font is italic (Y = yes, n = No) |
Pbd_funl |
Whether the data font is underlined (Y = yes, n = No) |
Pbd_fchr |
Data font character Ji (0 = ANSI, 2 = symbol, 255 = OEM) |
Pbd_fptc |
The Character spacing and series of the Data font, which are obtained by adding two constants. Pitch (0 = default, 1 = Fixed, 2 = variable) Family (0 = it doesn't matter, 16 = Roman, 32 = Swiss, 48 = modern, 64 = scrit, 80 = decorative) |
Pbd_ffce |
Data font |
Pbh_fhgt |
Title Font height, expressed in units in PowerBuilder |
PBH _ fwgt |
Title Font stroke width (400 = normal, 700 = bold) |
Pbh_fitl |
Whether the title Font is italic (Y = yes, n = No) |
Pbh_funl |
Whether the title Font is underlined (Y = yes, n = No) |
Pbh_fchr |
Title Font character set (0 = ANSI, 2 = symbol, 255 = OEM) |
Pbh_fptc |
The Character spacing and series of the title Font, which are obtained by adding two constants. Pitch (0 = default, 1 = Fixed, 2 = Varible) Family (0 = it doesn't matter, 16 = Roman, 32 = Swiss, 48 = modern, 64 = scrit, 80 = decorative) |
Pbh_ffce |
Font of title |
Pbl_fhgt |
The font height of the tag, in the unit of PowerBuilder. |
PBL _ fwgt |
Label font stroke width (400 = normal, 700 = bold) |
Pbl_fitl |
Whether the label font is italic (Y = yes, n = No) |
Pbl_funl |
Whether the label font is underlined (Y = yes, n = No) |
Pbl_fchr |
Label font character set (0 = ANSI, 2 = symbol, 255 = OEM) |
Pbl_fptc |
The Character spacing and series of the label font, which are obtained by adding two numbers. Pitch (0 = Default, 1 = Fixed, 2 = Varible) Family (0 = it doesn't matter, 16 = Roman, 32 = Swiss, 48 = Modern, 64 = Scrit, 80 = Decorative) |
Pbl_ffce |
Font of the label |
Pbt_cmnt |
Table comment |
PBCatCol |
Pbc_tnam |
Table Name |
Pbc_tid |
SQL Server Object ID of the table |
Pbc_ownr |
Owner of the table |
Pbc_cnam |
Column name |
Pbc_cid |
SQL ServerColumn ID |
Pbc_labl |
Tag |
Pbc_lpos |
Tag position (23 = left, 24 = right) |
Pbc_hdr |
Title |
Pbc_hpos |
Title position (23 = left, 24 = right, 25 = center) |
Pbc_jtfy |
Alignment (23 = left, 24 = right) |
Pbc_mask |
Display format name |
Pbc_case |
Case (26 = Actual, 27 = UPPER, 28 = lower) |
Pbc_hght |
Column height |
Pbc_wdth |
Column width |
Pbc_ptrn |
Valid rule name |
Pbc_bmap |
Bitmap/image (Y = Yes, N = No) |
Pbc_init |
Initial Value |
Pbc_cmnt |
Column comment |
Pbc_tag |
(Retained) |
PBCatFmt |
Pbf_name |
Display format name |
Pbf_frmt |
Display format |
Pbf_type |
What data type does the format apply? |
Pbf_cntr |
Concurrent usage mark |
PBCatVld |
Pbv_name |
Validity rule name |
Pbv_frmt |
Validity rules |
Pbv_type |
Data Type of the Validity rule |
Pbv_cntr |
Concurrent usage mark |
Pbv_msg |
Error message for validity check |
PBCatEdt |
Pbe_name |
Edit style name |
Pbe_edit |
Format String |
Pbe_type |
Edit style type: 85 = CheckBox, 86 = RadioButton, 87 = DropDownListBox 88 = DropDownDataWindow, 89 = Edit, 90 = Edit Mask |
Pbe_cntr |
Number of changes counter |
Pbe_seqn |
Specifies the row order for the edit type of multiple rows in the PNCatEdt mark. |
Pbe_flag |
Edit style logo |
Pbe_work |
Additional domain |