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 »

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 »