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 »

46 Tips and Tricks Of PowerBuilder Datawindow

1. How to make the column of the stored file directory display pictures? Answer: Select the display as picture property of the corresponding column to be true 2. How to copy the data of the selected row of grid type to the system clipboard? Answer:

3: How to change …. Continue Reading »

Window Event In PowerBuilder

Window Event In PowerBuilder WINDOW EVENTS IN POWERBUILDER Activate Just before the window becomes active Clicked User clicks in an unoccupied area of the window (any area with no visible, enabled control) Close When window is closed. CloseQuery When you remove a window from display (close it) Deactivate When window …. Continue Reading »