You have to click on the "Advanced" button to type in code, here is a sample:
/*Add source code that should be executed after the designed actions here*/
for each ttJobHead where ttJobHead.RowMod = 'A'.
assign ttJobHead.Date01 = TODAY.
end.
Because I'm not too familiar with the progress language, I tend to create the bpm with the dropdowns, then export it, then change the from what I hard coded it to be to "TODAY" then re-import it.
/*Add source code that should be executed after the designed actions here*/
for each ttJobHead where ttJobHead.RowMod = 'A'.
assign ttJobHead.Date01 = TODAY.
end.
Because I'm not too familiar with the progress language, I tend to create the bpm with the dropdowns, then export it, then change the from what I hard coded it to be to "TODAY" then re-import it.
--- In vantage@yahoogroups.com, Tony Hughes <thughes281@...> wrote:
>
> How do I set a date field of the added row equal to today's date (the date it is run)
>
> Thank you
>