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 »

C/C++ Datatype Conversion To PowerBuilder Datatype

C/C++ Datatype Conversion To PowerBuilder Datatype PowerBuilder Datatype C/C++ Datatype Blob PBBlob Boolean int (0,1) Character char Date PBDate DateTime PBDateTime Decimal PBDecimal Double double Integer int Real float String PBString Time PBTime UnSignedInteger unsigned int Boolean BOOL UnSignedInteger WORD UnSignedLong DWORD UnSignedLong HANDLE UnSignedLong HWND String Ref LPSTR String …. Continue Reading »

Dynamically Creating DataWindow Objects

Dynamically Creating DataWindow ObjectsObjects can be added to your DataWindow programmatically via a Modify statement. In my opinion, the dynamic creation of objects within a DataWindow has been a highly underused feature.Dynamically creating (or destroying) objects within a DataWindow has many advantages such as:– Dynamically changing the content– If a …. Continue Reading »