PBTOOLS for PowerBuilder
You can download it from http://myelkovan.codeplex.com/
PbTools is a PowerBuilder Application that includes some useful tools for PowerBuilder interface version from 5 to 12.5. All these applications are developed on the basis of real demands. I am sharing this application and source code with all PowerBuilder fans and I will continue to develop these applications with your advice.
Installation
After installing pbtools_setup.exe, you will see a new toolbar in PowerBuilder user interface.
Grid Datawindow
You can list all datawindows in your project and change header band colors with one click.
Compare Object
You can compare two libraries or targets to check if they have same objects.
Find Double Object
You can find double object in your application.
Dynamic Script
You can run dynamic PowerBuilder scripts for all datawindows. For example you can change the edit style of the columns for datawindow at the same time.
Global Replace
You can replace one text with new one in your project.
Object Find
You can find any object in your project. You don’t need write whole name.
Unused Object Find
You can find unused object in your project. If you create some object dynamically or get datawindow object names from database, it can be shown as unused object, so be careful before delete them.
Unused Variable Find
You can see how many variable you declared and not used.
Api Help
A useful help for windows api
Comment
Paste auto comment into events or functions.
LibraryAnalyze
You can analyze your project and see all sqls. This application will calculate which database permissions are needed to run this application.
Synchronizer
You can copy files to another location by one click. We update all pbd files into client computer before user run the application.
This application can copy or delete files.
This application can copy files by adding name date and time.
This application can make zip and then copy zip files.
This application can run any executable file after copying files.
For more information and examples look please to test.txt
Murat Yelkovan