PowerBuilder Web Services
PowerBuilder Web Services Get From The Internet Good Luck!
PowerBuilder Technical Interview
PowerBuilder Technical Interview PDF Get From The Internet Good Luck!
PowerBuilder .NET 12.0 Features Guide
PowerBuilder .NET 12.0 Features Guide Get From The Internet Good Luck!
Manual PowerBuilder Document Object Model (PBDOM)
Manual PowerBuilder Document Object Model (PBDOM) Get From The Internet Good Luck!
Windows API Calls For PowerBuilder
Windows API Calls For PowerBuilder Get From The Internet Good Luck!
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 the column position of GRID…
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, DDDW, DDLB switch between Tips…
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 builder supports SQL and Strored…
Powerbuilder Interview Questions Part 4
181 What does typeof function return?  182 What does setlibrarylist function do?  183 What does getapplication function return?  184 How can we get next modified row and column?  185 When does updatestart6 and updateend event fire.what are the argument to these events?  186 What all events get fire on calling…