I was able to compile the .p and run it thru admin tools.
Thank you all for your help.
Thank you all for your help.
--- In vantage@yahoogroups.com, "Alex Fiedler" <alex@...> wrote:
>
> Actually I am not sure your inability to compile, is the problem here:
> You need to ensure your PROPATH includes an entry x such that
>
> x\db\repl\glaccount\write.p exists.
>
> your override seems to be causing this problem. You could do 2 things:
> 1) correct your propath
> 2) remove the on write clause.
>
> What happens in each case?
>
>
> --- In vantage@yahoogroups.com, "pklein256" <pklein@> wrote:
> >
> > We just went up to version 9.04.506C
> > In Vantage 8 we could run a 4GL program to update UD fields. When I run this code,
> >
> > /* Export GLACCOUNT.p */
> > ON WRITE OF GLACCOUNT override do:
> > END.
> > DO:
> > for each GLACCOUNT where GLACCOUNT.segvalue1 = '310000' and GLACCOUNT.segvalue2 = '2010' and GLACCOUNT.segvalue3 = '00' :
> > /* display glaccount.segvalue1 glaccount.segvalue2 glaccount.segvalue3 glaccount.shortchar01. */
> > ASSIGN glaccount.shortchar01 = 'X'.
> > end.
> > end.
> > OUTPUT CLOSE.
> > QUIT.
> >
> > I get the following error:
> > ---------------------------
> > Error
> > ---------------------------
> > ** "db/repl/glaccount/write.p" was not found. (293)
> > ---------------------------
> > OK
> >
> > Is anyone else going into progress and running a program to fix UD fields?
> > Thanks,
> > Pam
> >
>