when executing a file picker from a custom-written dialog I am getting the following error message:
Array
This is being executed in Stata 16.0 on Windows 10.
The google search for the message text indicates that the error is issued by Windows (not Stata itself).
After the OK is clicked Stata continues to work normally and allows to specify a file in the dialog, etc.
The declaration of the file picker in the dialog file is as follows:
Code:
FILE fi_report 10 +20 390 ., label("Browse ...") /// save dialogtitle("Specify filename for saving the report in PDF") /// filter("PDF documents|*.pdf|All Files|*.*") option(report)
Any advice is very much welcomed.
Thank you, Sergiy Radyakin
0 Response to Can't open this location
Post a Comment