PowerBuilder Manual Book 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 delete delete row Returns …. 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 »