Excel File Format enumeration

Excel File Format enumeration. Specifies the file format when saving the worksheet. Example Specifies the file format when saving the worksheet. from https://docs.microsoft.com/en-us/office/vba/api/excel.xlfileformat Name Value Description Extension xlAddIn 18 Microsoft Excel 97-2003 Add-In *.xla xlAddIn8 18 Microsoft Excel 97-2003 Add-In *.xla xlCSV 6 CSV *.csv xlCSVMac 22 Macintosh CSV *.csv …. Continue Reading »

Events List In PowerBuilder

Events List In PowerBuilder Single-select or multiple-select button message (prefix: pbm_bm) pbm_bmgetcheck Whether the radio button or multi-select button is selected. pbm_bmgetstate Whether the button is highlighted. pbm_bmsetcheck Change the selected state of the wireless button or confirmation box to the unselected state, and vice versa. pbm_bmsetstate Highlight or not …. Continue Reading »

Functions Popular In PowerBuilder

Functions Popular In PowerBuilder Functions Popular In PowerBuilder Functions Desctions 1. Data type functions   Char : Convert bolb, integer, and string to characters and return   Dec : Converts the contents of a string to a decimal number and returns   Double : Converts the contents of a string to a Double and returns   Integer : …. Continue Reading »

Variables In PowerBuilder

Variables In PowerBuilder Arrays Initializing

Set to Null Array

Decimal

Default Values Variable Default Value Blob A blob of 0 length; an empty blob Char (or character) ASCII value 0 Boolean FALSE Date 1900-01-01 (January 1, 1900) DateTime 1900-01-01 00:00:00 Numeric (integer, long, decimal, real, double, UnsignedInteger, …. Continue Reading »