PIEW Editor tool

Surrnderan

New Member
Hi ,
I am new to progress and I have installed PIEW version 4.0 for Editor and when i try to Run my script it shows a error as

Check your settings in the command line
C:\....

Error:File not found
 

PDECODE

Active Member
For using syntax check or for running source you must define:

1) in options correct paths to PROGRESS environment (Check and Run settings)
%1 - replaces to Piew path in runtime (or you can ignore %1 and enter path)
%2 - replaces to current file path in runtime
%3 - replaces to checked PROPATHS in settings
%4 - replaces to current selected word (max 255 chars)

2) in run.p, syntax.p correct real path to piew.exe

Read also description on beginning in run.p and syntax.p (inside installation zip)
 
Top