Importing data from an external source – PB Docs 105
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…
Using DataWindow Objects – PB Docs 125
Using DataWindow Objects About this chapter This chapter describes how to use DataWindow objects in an application. Contents Topic About using DataWindow objects Putting a DataWindow object into a control Accessing the database Accessing a Web service data source Importing data from an external source Manipulating data in a DataWindow control Accessing the properties of…
Unsupported Nonvisual Objects and Structures in Windows Forms – PB Docs 126
Unsupported Nonvisual Objects and Structures in Windows Forms Windows Forms applications support most PowerBuilder objects, controls, functions, events, and properties. This table lists all PowerBuilder nonvisual objects and structures and indicates whether they are currently supported in Windows Forms applications. When there is an X in the Partially Supported column of this table, see the…
SystemOwner – PB Docs 126
SystemOwner database parameter Description Specifies the owner of the IBM DB2 system tables that you want PowerBuilder to use. PowerBuilder accesses the DB2 system tables to get information about the tables and columns in your database. Controls DIR Sybase DirectConnect Syntax
1 |
SystemOwner='<span>owner_name</span>' |
Parameter Description owner_name Specifies the owner of the DB2 system tables that you…
Selecting XHTML export templates at runtime – PB Docs 150
Selecting XHTML export templates at runtime Two DataWindow properties, Export.XHTML.TemplateCount and Export.XHTML.Template[ ].Name, enable you to provide a list of templates from which the user of the application can select at runtime. The TemplateCount property gets the number of templates associated with a DataWindow object. You can use this number as the upper limit in…
Select File Template dialog box – PB Docs 2017
Select File Template dialog box Description Select a file to be opened in the OLE server application. See also To display the Select File Template dialog box Using OLE columns in a DataWindow object Document get from Powerbuilder help Thank you for watching.
Specifying column definitions – PB Docs 2018
Specifying column definitions When you create a new table, you must specify a definition for each column. The fields that display for each column in the Columns view depend on your DBMS. You might not see all of the following fields, and the values that you can enter are dependent on the DBMS. For more…
grObjectType – PB Docs 2019
grObjectType constant (DataWindows) Description Values that identify parts of a graph. Used as the return value of the ObjectAtPointer method for graph controls in a DataWindow or for PowerBuilder graph controls. Values PowerBuilder enumerated value Numeric value Meaning TypeGraph! 0 Any place within the graph control that isn’t another grObjectType TypeTitle! 4 The title of…
AddItemString – PB Docs 2019
AddItemString PowerScript function Description Adds a child item of JsonStringItem type in the JSON generator object. Applies to JSONGenerator objects Syntax
1 |
objectname.AddItemString ( ParentItemHandle, Value ) |
1 |
objectname.AddItemString ( ParentItemHandle, Key, Value ) |
1 |
objectname.AddItemString ( ParentItemPath, Value ) |
1 |
objectname.AddItemString ( ParentItemPath, Key, Value ) |
Argument Description objectname The name of the JSONGenerator object in which you want to add an item ParentItemHandle A long whose value is the handle of the parent item of JsonArrayItem or JsonObjectItem…
DraggedObject (obsolete) – PB Docs 2021
DraggedObject (obsolete) Description Returns a reference to the control that triggered a drag event. Obsolete function You no longer need to call the DraggedObject function in a drag event. Use the event’s source argument instead. Syntax
1 |
DraggedObject ( ) |
Return value DragObject, a special datatype that includes all draggable controls (all the controls but no drawing objects)….