BPM Change Log to text file

I passed the value to a character variable first and it does not throw the error.

--- In vantage@yahoogroups.com, "mmcwilliams22" <mmcwilliams22@...> wrote:
>
> Thanks. Looks like my only issue is the size of the field.
> Can the Character be converted so it is accepted?
> Error Detail
> ============
> ** Invalid character unit value 1000, Changed to 320. (4132)
> **FILL-IN Character08 will not fit in FRAME in PROGRAM . (4028)
>
>
> --- In vantage@yahoogroups.com, John Driggers <waffqle@> wrote:
> >
> > You can do this with ABL. Like so:
> >
> > OUTPUT TO 'c:\filename.txt' APPEND.
> > FOR EACH Part.
> > DISPLAY Part.PartNum. /* This will be written to your file. */
> > END.
> > OUTPUT CLOSE.
> >
> >
> > On Mon, Dec 5, 2011 at 12:41 PM, mmcwilliams22 <mmcwilliams22@>wrote:
> >
> > > **
> > >
> > >
> > > Looking to write to a text file when a change is made to a certain field.
> > > Don't want to write this to the server log. What is the best way to append
> > > to a text file using a BPM?
> > > I would prefer to avoid usign the chglog table in Vantage for this.
> > >
> > >
> > >
> >
> >
> >
> > --
> > *John Driggers*
> > *High End Dev, System Design, Profit Drinking
> > *
> > *:: 904.962.2887*
> > *:: waffqle@*
> > *:: NO FAXES*
> >
> > *
> >
> > *
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
Looking to write to a text file when a change is made to a certain field. Don't want to write this to the server log. What is the best way to append to a text file using a BPM?
I would prefer to avoid usign the chglog table in Vantage for this.
You can do this with ABL. Like so:

OUTPUT TO 'c:\filename.txt' APPEND.
FOR EACH Part.
DISPLAY Part.PartNum. /* This will be written to your file. */
END.
OUTPUT CLOSE.


On Mon, Dec 5, 2011 at 12:41 PM, mmcwilliams22 <mmcwilliams22@...>wrote:

> **
>
>
> Looking to write to a text file when a change is made to a certain field.
> Don't want to write this to the server log. What is the best way to append
> to a text file using a BPM?
> I would prefer to avoid usign the chglog table in Vantage for this.
>
>
>



--
*John Driggers*
*High End Dev, System Design, Profit Drinking
*
*:: 904.962.2887*
*:: waffqle@...*
*:: NO FAXES*

*

*


[Non-text portions of this message have been removed]
Thanks. Looks like my only issue is the size of the field.
Can the Character be converted so it is accepted?
Error Detail
============
** Invalid character unit value 1000, Changed to 320. (4132)
**FILL-IN Character08 will not fit in FRAME in PROGRAM . (4028)


--- In vantage@yahoogroups.com, John Driggers <waffqle@...> wrote:
>
> You can do this with ABL. Like so:
>
> OUTPUT TO 'c:\filename.txt' APPEND.
> FOR EACH Part.
> DISPLAY Part.PartNum. /* This will be written to your file. */
> END.
> OUTPUT CLOSE.
>
>
> On Mon, Dec 5, 2011 at 12:41 PM, mmcwilliams22 <mmcwilliams22@...>wrote:
>
> > **
> >
> >
> > Looking to write to a text file when a change is made to a certain field.
> > Don't want to write this to the server log. What is the best way to append
> > to a text file using a BPM?
> > I would prefer to avoid usign the chglog table in Vantage for this.
> >
> >
> >
>
>
>
> --
> *John Driggers*
> *High End Dev, System Design, Profit Drinking
> *
> *:: 904.962.2887*
> *:: waffqle@...*
> *:: NO FAXES*
>
> *
>
> *
>
>
> [Non-text portions of this message have been removed]
>