Consultor Eletrônico



Kbase 18582: OPEN CLIENT: How to Change ProPath in ProxyGen .PXG Files
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   20/05/1999
SUMMARY:

If you have a proxy object (.PXG file) and want to change the ProPath
for all of the 4GL procedures that are defined in the object, without
having to delete and re-add the procedures, follow the steps as outlined below.

SOLUTION:

1) Create a text file containing a pair of strings for each ProPath
you want to change. The format is as follows:

<Old propath directory>
<New propath directory>
...

2) Run the following command specifying the .PXG file you want to
modify and the text file created above (which contains the strings
that we are going to find and replace):

java com.progress.open4gl.proxygen.ChangePropath X.PXG Y.TXT