[progress Communities] [progress Openedge Abl] Forum Post: Re: 4.0.4 - Redirect To View...

  • Thread starter Thread starter Mohammed Siraj
  • Start date Start date
Status
Not open for further replies.
M

Mohammed Siraj

Guest
Inside onSaveCancelClick function, you can add a check as follows: if(document.theForm.act.value === 'Cancel'){ document.theForm.destId.value = '176735'; }else{ document.theForm.destId.value = '176736' ; // something else.. }

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