SetDocType – PB Docs 150
PBDOM_DOCUMENT: SetDocType method Description Sets the DOCTYPE declaration of this document. Syntax
1 |
<span>pbdom_document_name</span>.SetDocType(pbdom_doctype <span></span><span>pbdom_doctype_ref</span>) |
Argument Description pbdom_document_name The name of a PBDOM_DOCUMENT object pbdom_doctype_ref A PBDOM_DOCTYPE object to be set as the DOCTYPE of this document Return Values PBDOM_DOCUMENT. The same PBDOM_DOCUMENT object with a modified DOCTYPE declaration. Throws EXCEPTION_INVALID_ARGUMENT – The input PBDOM_DOCTYPE is invalid….
Creating reports – PB Docs 90
Creating reports You can use DataWindow objects to create standard business reports such as financial statements, sales order reports, employee lists, or inventory reports. To create a production report, you: Determine the type of report you want to produce Build a DataWindow object to display data for the report Place the DataWindow object in a…
Creating a PowerBuilder .NET Web Forms target – PB Docs 110
Creating a PowerBuilder .NET Web Forms target System requirements You must install the .NET Framework 2.0 SDK (x86) and AJAX Extensions on the same computer as PowerBuilder, and you must make sure that the system PATH environment variable includes the location of the .NET Framework. If you installed the 1.x and 2.0 versions of the…
TraceTreeError object – PB Docs 125
TraceTreeError object The TraceTreeError object provides information about a tree model node identified as an occurrence of a system error or warning, including the error message and severity level. To access the extra properties of the TraceTreeError object, you assign a TraceTreeNode object whose activity type is ActError! to the TraceTreeError object. The TraceTreeError object…
Undoing changes in the DataWindow painter – PB Docs 126
Undoing changes in the DataWindow painter You can undo your change by pressing Ctrl+Z or selecting Edit>Undo from the menu bar. Undo requests affect all views. Document get from Powerbuilder help Thank you for watching.
Syntax 2 For graphs – PB Docs 150
Syntax 2 For graphs Description Deletes the data, the categories, or the series from a graph. Controls Graph controls in windows and user objects and graphs within a DataWindow object with an external data source. Does not apply to other graphs within DataWindow objects because their data comes directly from the DataWindow. Syntax
1 |
<span>controlname</span>.<span>Reset</span> ( <span>graphresettype</span> ) |
Argument Description…
Properties for Application Server Component Generator: Web Service tab – PB Docs 150
Properties for Application Server Component Generator: Web Service tab Description Specify properties for exposing an Application Server component as a Web service. Web Service tab options Set Web service properties for Select the component for which you want to set properties. Expose the component as an EJB 2.1 Web service Select this check box to…
Importing data from an external source – PB Docs 90
Importing data from an external source PowerBuilder and Web ActiveX If the data for a DataWindow is not coming from a database (that is, the data source was defined as External in the DataWindow wizard), you can use these methods to import data into the DataWindow control: ImportClipboard ImportFile ImportString All environments You can also…
DoubleClicked – PB Docs 110
DoubleClicked Description Occurs when the user double-clicks anywhere in a DataWindow control. Argument Description sender String. Identifier for the client-side control. row Number. The number of the row the user double-clicked. objectName String. The name of the control within the DataWindow under the pointer when the user double-clicked. Controls Web DataWindow client control Return Values…
ArrayBounds object – PB Docs 125
ArrayBounds object A structure that specifies the upper and lower bounds of a single dimension of an array. It is used in the VariableCardinalityDefinition object. ArrayBounds has no events. Properties ArrayBounds property Datatype Description ClassDefinition PowerObject Contains information about the class definition of the object or control. LowerBound Long The lower bound of the array…