Database Profile Setup – INFORMIX IN9 dialog box – PB Docs 2022
Database Profile Setup – INFORMIX IN9 dialog box Click a tab name to display dialog box option information: Connection tab Transaction tab Network tab Syntax tab Preview tab (PowerBuilder only) Description Defines a database profile to access a database in PowerBuilder or InfoMaker using the Informix IN9 interface. The Database Profile Setup dialog box includes:…
GetSeriesStyle – PB Docs 2022
GetSeriesStyle method (Graphs in DataWindows) Contents Syntax 1 For the colors of a series Syntax 2 For the line style and width used by a series Syntax 3 For the fill pattern of a series Syntax 4 For the symbol of a series Syntax 5 For determining whether a series is an overlay Finds out…
EAServer tab (PowerBuilder only) – PB Docs 2022
EAServer tab (PowerBuilder only) The EAServer tab provides a convenient way to set the connection options available when a PowerBuilder custom class user object is deployed as an EAServer component. If a custom class user object is not deployed as an EAServer component, these options are ignored. The following table lists the connection options on…
ImportRowFromJson – PB Docs 2022
ImportRowFromJson method (DataWindows) Description Inserts a data row from a JSON string into a DataWindow control, DataStore object, or DataWindowChild object. The status of the inserted data row is NotModified!. The JSON string that can be imported by this function must be a one-level plain JSON string. For details, see Plain JSON: one-level structure in…
DateTime DBParm parameter for Oracle interfaces – PB Docs 2022
DateTime DBParm parameter for Oracle interfaces When you create a profile to access an Oracle database through one of the Oracle database interfaces, the syntax for setting the DateTime DBParm parameter in the development environment has been simplified in Version 6 and later versions. (The syntax for setting DateTime in a PowerBuilder application script is…
ModifiedCount – PB Docs 2022
ModifiedCount method (DataWindows) Description Reports the number of rows that have been modified but not updated in a DataWindow or DataStore. Applies to DataWindow type Method applies to PowerBuilder DataWindow control, DataWindowChild object, DataStore object Syntax PowerBuilder
|
1 |
long dwcontrol.ModifiedCount ( ) |
Argument Description dwcontrol A reference to a DataWindow control, DataStore, or child DataWindow Return value Returns the…
Select Library dialog box – PB Docs 2022
Select Library dialog box Description Enter the name of the library where you want to copy the selected entries. To change libraries, select a library from the list box. You can navigate to another directory if necessary. Caution If a library entry with the same name already exists, PowerBuilder replaces it with the copied entry….
GetItemFormattedString – PB Docs 2022
GetItemFormattedString method (DataWindows) Description Gets and formats data whose type is String from the specified buffer of a DataWindow control or DataStore object. Applies to DataWindow type Method applies to PowerBuilder DataWindow control, DataWindowChild object, DataStore object Syntax PowerBuilder
|
1 2 3 4 |
string dwcontrol.GetItemFormattedString ( long row, integer column {, DWBuffer dwbuffer, boolean originalvalue } ) string dwcontrol.GetItemFormattedString ( long row, string column {, DWBuffer dwbuffer, boolean originalvalue } ) |
Argument Description dwcontrol A reference to a DataWindow control, DataStore, or child DataWindow. row A…
XML Declaration dialog box – PB Docs 2022
XML Declaration dialog box Description Use this dialog box to edit or insert an XMLdeclaration in an XML template. Dialog options XML Version The default is 1.0. You may need to change this value for a future version of XML Encoding The encoding declaration specifies the character-set encoding used in the document, such as UTF-16…
GetMessageText (obsolete) – PB Docs 2022
GetMessageText (obsolete) Description Obtains the message text generated by a crosstab DataWindow object in a DataWindow control. Only crosstab DataWindows generate messages. Obsolete method GetMessageText is obsolete and will be discontinued in a future release. You should replace all use of GetMessageText as soon as possible. The message text is available as an argument in…