Y1, Y2 – PB Docs 125
Y1, Y2 DataWindow object property Description The distance of each end of the specified line from the top of the line’s band. Controls Line controls Syntax PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>controlname</span>.Y1 <br><span>dw_control</span>.Object.<span>controlname</span>.Y2 |
Describe and Modify argument:
1 |
"<span>controlname</span>.Y1 { = ' <span>value</span> ' }"<span><br>"controlname</span>.Y2 { = '<span> value </span>' }" |
Parameter Description controlname The name of the line for which you want to get or set one of the y…
X1, X2 – PB Docs 125
X1, X2 DataWindow object property Description The distance of each end of the specified line from the left edge of the line’s band. Controls Line controls Syntax PowerBuilder dot notation:
1 |
<span> dw_control</span>.Object.<span>controlname</span>.X1 |
1 |
<span> dw_control</span>.Object.<span>controlname</span>.X2 |
Describe and Modify argument:
1 |
"<span>controlname</span>.X1 { = '<span> value </span>' }" |
1 |
"<span>controlname</span>.X2 { = '<span> value </span>' }" |
Parameter Description controlname The name of the line for which you want to get or set one of the…
Y – PB Docs 125
Y DataWindow object property Description The distance of the specified control from the top of the control’s band. Controls Button, Column, Computed Field, Graph, GroupBox, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls Syntax PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>controlname</span>.Y |
Describe and Modify argument:
1 |
"<span>controlname</span>.Y { = '<span> value </span>' }" |
Parameter Description controlname The name of the control for which…
X – PB Docs 125
X DataWindow object property Description The distance of the specified control from the left edge of the DataWindow object. Controls Button, Column, Computed Field, Graph, GroupBox, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls Syntax PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>controlname</span>.X |
Describe and Modify argument:
1 |
"<span>controlname</span>.X { = '<span> value </span>' }" |
Parameter Description controlname The name of the control for…
Width.Autosize – PB Docs 125
Width.Autosize DataWindow object property Description (RichText presentation style only) Whether the column or computed field input field adjusts its width according to the data it contains. The Width.Autosize and Multiline properties can be set together so that the input field can display multiple lines. Controls Column and Computed Field controls in the RichText presentation style…
Web DataWindow – PB Docs 125
Web DataWindow The Web DataWindow is a thin-client DataWindow implementation for Web applications. It provides most of the data manipulation, presentation, and scripting capabilities of the PowerBuilder DataWindow without requiring any PowerBuilder DLLs on the client. Functionality The Web DataWindow supports a subset of the PowerBuilder DataWindow events and methods, including dynamic modification of the…
What to do next – PB Docs 125
What to do next For instructions on preparing to use and then defining an ODBC data source, see Chapter 2, “Using the ODBC Interface.” For instructions on preparing to use and then defining a JDBC database interface, see Chapter 3, “Using the JDBC Interface.” For instructions on preparing to use and then defining an OLE…
Width – PB Docs 125
Width DataWindow object property Description The width of the specified control. Controls Button, Column, Computed Field, Graph, GroupBox, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls Syntax PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>controlname</span>.Width |
Describe and Modify argument:
1 |
"<span>controlname</span>.Width { = '<span> value</span> ' }" |
Parameter Description controlname The name of the control for which you want to get or set the…
Using the Preview tab to connect in a PowerBuilder application – PB Docs 125
Using the Preview tab to connect in a PowerBuilder application The Preview tab page in the Database Profile Setup dialog box makes it easy to generate accurate PowerScript connection syntax in the development environment for use in your PowerBuilder application script. As you complete the Database Profile Setup dialog box, the correct PowerScript connection syntax…
Visible – PB Docs 125
Visible DataWindow object property Description Whether the specified control in the DataWindow is visible. Controls Button, Column, Computed Field, Graph, GroupBox, Line, OLE, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls Syntax PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>controlname</span>.Visible |
Describe and Modify argument:
1 |
"<span>controlname</span>.Visible { = ' <span>value</span> ' }" |
Parameter Description controlname The name of the control for which you want to…