PowerBuilder Manual Book Part 6

PowerBuilder Manual Book Part 6 PowerBuilder Curriculum Part 6 11. Library management (1), LibraryCreate Function:Create an empty PowerBuilder Application Library, And add Library annotations as needed While creating the Application Library Syntax:LibraryCreate ( LibraryName{, comments } ) parameter:LibraryName: String Type, specify the Name Of the Application Library To be created, …. Continue Reading »

PowerBuilder Manual Book Part 2

PowerBuilder Curriculum Part 2 IV. Data window 1. Function function parameter description dw_1.insertrow(row) row sets the insertion position insert blank line When successful, return the row number inserted successfully, and return -1 if failed insertrow(0) means to insert a row in the last row dw_1.deleterow(row) row the row number to …. Continue Reading »

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 »