oakbridge Posted October 10, 2007 Posted October 10, 2007 I've been trying to find a way to specify that the output file for a scripted export be sent to the user's desktop (or Documents folder). I need to be able to enter that path information but I can't find a way to do it.
Baloo Posted October 10, 2007 Posted October 10, 2007 Set Variable $file = Get ( DocumentsPath ) & "export.xls" or Get (DesktopPath) & "export.xls" Export Records On Windows output file path = filewin:$file
oakbridge Posted October 10, 2007 Author Posted October 10, 2007 Thank you, that did the trick. I searched in two of my reference books for this and came up empty. I tried a variety of searches in here and came up empty. I appreciate you showing me the solution. :thumbup:
Recommended Posts
This topic is 6255 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now