Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6255 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

Set Variable

$file = Get ( DocumentsPath ) & "export.xls"

or Get (DesktopPath) & "export.xls"

Export Records

On Windows

output file path = filewin:$file

Posted

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:

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.