browse button on request form

i want to have a browse button on a report request form that allows the user to choose the place they want to save a .csv file?

anyone have any ideas?

if not i would be happy with just the path on display in the “save as text box” when the report is run…

i knwo these are prob very easy questions to the experienced person but they are driving me nuts…

thanks

Hi Learner07,

There is a codeunit called “Common Dialog Management” (ID = 412), wich is used for this purpose.

The place to add code is OnAssistEdit-trigger on the actual control that shows the filename in the req.form.
(Perhaps You need at least App.Builder in the license, in order to be able to write code on forms, but i’m not sure)