Hi ALL,Is there any way to know whether DCR or DCT form got refreshed?. To explain little more, when a user fills in DCT form or DCR and generates with a particular output file, and again when the user generates the page without refreshing, during second templating won't ask for output file name.Is there any way to do this using JS or FormAPI. I found isModified but it works for modification only not for refresh(F5).Thanks.Sanjeev
You can use the FORMAPI function to retrieve the generated file name associated with the DCR.dont remember properly, but should be getOutputFilename() or something similar. Check the return value in your DCR init. If it returns a value, dont ask for the output file name and use setOutputFile() to set it right back.HTH