77 Powerbuilder Interview Questions And Answers Get From The Internet Good Luck!
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 »
Powerbuilder Interview Questions Part 5
What is PowerBuilder? PowerBuilder is a powerful Windows-based professional client/server application development tool, which allows teams of developers to quickly and easily build sophisticated, graphical applications with access to database information stored locally or on networked servers. Powerbuilder features OBJECT ORIENTATION IMPLEMENTATION: Supports interitance, encapsulation and polymorphism. SQL SUPPORTS: Power …. Continue Reading »