Is there a way to execute "Datastore.SaveAs(ls_filename, PDF!, false)" as a specific Windows user? I'm working on a process that involves a user hitting a button in a powerbuilder application which causes datawindow results to be saved off as PDFs at a network location. Another individual in my department would like to have the network location locked down so normal users can't access it for security reasons.
Is there a way that I can perform the "SaveAs" in Powerbuilder in a way that it can write to a location the user of the application wouldn't normally be able to write files? We're already going to make undiscoverable on the network if you don't know the file path.