I have a simple VB.net application that uses the Crystal Viewer control to display a stand alone Crystal report created in Crystal version 8.0. The form with the viewer control has a refresh button that performs a RefreshReport method to refresh the report with fresh data. My question is, how do I save the report and the new data to the same file location, so that the next time a user views the report, they will see the data from the last refresh command? I've looked at all of the methods of the Crystal viewer and the report document, but I don't see a SAVE method. There is a SAVEAS method, but that method won't let you save to the same path and file. Any help would be appreciated!