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 »