Hi,
does anyone know a tool or some "IDE-tricks" to convert the sourceobjects of a pbl to a newer pbversion (for example DWs) or just "resave" the objects of a pbl?
Background:
We want to track the changes a developer make exactly as possible.
So it would be great to do a convert/resave of every object for example after a successful migration. The datawindow would be converted to the newer pb-version and newer column-properties are getting added.
We know that otherwise there is no real benefit in converting a DW to the new version. Its just for a clean changlog in the git historie.
Another usecase:
Resaving sourceobjects for hierarchical class changes, so the changes will be applied to the descendent objects.
Background: The hierarchical changes in every descendent should be committed by the developer that caused the change.
Thanks
Regards Tobi
That's can be done using automation tools. I personally used AutoIt with powerbuilder lot of times.
Andreas.
Thanks for the suggestions. I think this is a good workaround, I will test AutoIt.
The changes we would like to do specifically during migration so that in the review process we are only reviewing the actual changes made by the programmer and not automatic changes.
Regards Tobi
I'm glad it works, but would it be so difficult for Appeon to provide us with a "MigrateDwSyntax" feature (e.g. via ORCA)?
AutoIt/AHK and CI/CD piplines are an evil combination from my point of view.
Regards Simon