Convert The Datatypes From Microsoft Win API To PowerBuilder MICROSOFT PB(32Bit) Bool Boolean Char* Ref String Colorref Ulong Dword Ulong Handle Ulong Hdc Ulong Hfile Ulong Hinstance Ulong Hwnd Ulong Int Int Lparam Ulong Lpbyte Ref Long Lpdword Ref Ulong Lpfiletime Ref Time Lpint Ref Long Lpstr,Lpststr Ref String Lpvoid …. Continue Reading »
77 Powerbuilder Interview Questions And Answers
PowerBuilder Web Services
PowerBuilder Technical Interview
PowerBuilder .NET 12.0 Features Guide
Manual PowerBuilder Document Object Model (PBDOM)
Windows API Calls For PowerBuilder
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:
1 2 3 | string ls_selected ls_selected = dw_1.Object.DataWindow.Selected.Data clipbord (ls_selected) |
3: How to change …. Continue Reading »
123 Tips & Tricks Of PowerBuilder
Collection PowerBuilder Tips & Tricks. Get From The Internet Tips 1: Changing DataWindow object by code methods Tips 2: Open dynamic window approach Tips 3: Displays a consistent style with the Windows operating system About dialog. First, the following statement external function: Tips 4: How COLUMN display style between EDIT, …. Continue Reading »
Powerbuilder Interview Questions Part 6
APPLICATION How PowerBuilder looks for variables When PowerBuilder executes a script and finds an unqualified reference to a variable, it searches for the variable in the following order: 1 A local variable 2 A shared variable 3 A global variable 4 An instance variable As soon as PowerBuilder finds a …. Continue Reading »