Hi Everyone
PBTools for PowerBuilder (Build 116) is ready to download. https://myelkovan.codeplex.com/
Now it can read PB9 and earlier libraries thanks to Arnd Schmidt's pblraw object. (Verzeihen Sie Bitte Herr Schmidt I konnte nicht Ihre Email Adresse gefunden)
PBTools is a free PowerBuilder Application that provides some useful tools for PowerBuilder from version 5 to 12.6. After installing PBTools from pbtools_setup.exe, you will see new icons on the PowerBuilder toolbar. Toolbar icons had to be selected from PowerBuilder collection, so I cannot use my own icons.
Grid Datawindow : You can change the color and shape of grid datawindows in your project with single click. I provide 34 different colors. You can add more colors by adding new datawindows into the library gridcolors.pbl.
Compare Object : You can compare two libraries or project to see if they have the same object or not. If two libraries have the same object, source code will be compared.
Find Double Object: You can find double objects in your project.
Dynamic Script: You can run PowerBuilder scripts for all datawindows. For example you can change the edit style of all columns at the same time.
Global Replace: You can replace any word in your project. PBTools can export the modified object or alter the library.
Object Find: You can find any object in your project without writing the whole object name.
Unused Object Find : You can find unused objects in your project.
Unused Variable Find: You can find how many variables you declared but not used.
Api Help : A useful help for windows api.
PBComment : It is originally developed by RC SIZER and I implemented it to the PBTools. You can past following text to the events or functions
LibraryAnalyze: PBTools can analyze a libraries or projects, extract all SQL sentences and calculate what permissions are needed to run your application.
Synchronizer: You can copy files to another location by one click and then run an executable file. This application can copy, delete, backup with date and time, compress and decompress zip files. Zip capability was written by RSmith
Once you run an application, Synchronizer can copy first new versions of pbd or exe files and then run your application.
Murat Yelkovan