[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Auto save/export file on save

  • Thread starter Thread starter Arno van der Ende
  • Start date Start date
Status
Not open for further replies.
A

Arno van der Ende

Guest
Hi Didier, You can write yourself some ABL code to get this done. For that, enable 'OEIDE events' of your project (default enabled), create a procedure name _idestartup.p, and subscribe to 'oeide_event'. Then, use the event 'After-Save' to copy the file to an other location. For more details, see: www.flusso.nl/.../ KR, Arno

Continue reading...
 
Status
Not open for further replies.
Back
Top