Export File already exists message

lazziegal
lazziegal Member Posts: 11
When user wanted to export a file, and if specified a path and file which has already exists, system should validate first with user “File already exists. Overwrite” etc message, but for mine did not and straightaway replaced the existing file. What wrong with it?

I am exporting the report through request form and the the path name is select by user. Please help.

Thanks in advanced. :D

Comments

  • einsTeIn.NET
    einsTeIn.NET Member Posts: 1,050
    There is a function QUERYREPLACE that specifies if the user is prompt to replace the file. Maybe this function is used somewhere in your report.
    "Money is likewise the greatest chance and the greatest scourge of mankind."
  • lazziegal
    lazziegal Member Posts: 11
    Thanks a lot!! :lol:
    I solved my problem. =D