I get the message but don't want the people who use this program to be able to specify the filename. I don't know why, but it's in the program requirements so I have to put it in for the customer. I'd have been done hours ago except for this particular requirement.
Yes, but you cannot create a default file name that the user won't be able to change.
I have found a solution. You have to use save dialog box and return the path to a variable. You can then concatenate the path name with a hard coded file name. You take the variable with the concatenation...
I tried that, but doing that means that the user can't decide where on their computer they would like the file to go. It is decided for them programatically thus removing their choice in the matter.
I am saving a report to an RTF file using the following command:
DoCmd.OutputTo acOutputReport, stDocName, acFormatRTF, , False
I would like to be able to Specify the filename yet have the user Specify the location. Is this possible? So far I have had no luck in doing this. Does anyone have...
Is there a way to change the date format at the catalog level so that you don't have to add multiple functions for each report created? We use a date format that is different from the default and it would save lots of time to establish a format at the catalog level.
I am currently working on a project that uses oracle web forms and cognos reports. I need to pass a parameter to the web form from the cognos report. The parameters would be values used in the query string for the report and would be sent to the form which is used to assign those parameters to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.