My requirement is this:When a user clicks SAVE AS button, enters a filename, and presses OK, I need to update a serial number field in the DCT before actually saving the DCR. This field update should occur ONLY if the user presses OK in that dialog box. For this, I need to know that the user pressed OK. How am I to know this? Is there an event triggered when OK is pressed? If not, is there a workaround?I need this info URGENTLY. Any help is much appreciated.Thanks a lot.
Thanks, guys.I think I found my answer in the onSaveNameSpecified event. This event is triggered when a filename for the DCR is specified by the user and "OK" button is pressed. By handling this event, it seems I can update the serial number. If the user presses "Cancel," the save process is cancelled without triggering the onSaveNameSpecified event.If, there are any other ideas out there, please share them.Thanks.