Kbase P17164: Is there a tool to convert all Progress 4GL keywords in a procedure file to upper or lower case at o
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/11/2009 |
|
Status: Unverified
GOAL:
Is there a tool to convert all Progress 4GL keywords in a procedure file to upper or lower case at once ?
GOAL:
Is there a beauty.p tool for releases later than Progress 6 ?
FIX:
If you have access to the WebSpeed Workshop (By installing WebSpeed or a ProVISION plus license for example), you can use the WebTools. From the AppBuilder, go to Tools -> WebTools. Your web browser should pop up. From there, go to Application Manager -> Code Utils and select Beautify from the drop-down menu.
If you do not have the WebSpeed Workshop, you will have to write a parsing tool yourself. For example of how to do this, see P20822, How to convert all Progress 4GL keywords in a procedure file to upper/lower case without WebSpeed Workshop ?