From: wamo1@netnitco.net
Category: Category 1
Date: 28 Oct 1998
Time: 20:08:21
Remote Name: anchor10.nitco.com
Does anyone know the trick to get the external file created on the users harddrive, and not the Domino server.
This exists with either of the 2 examples. Running from Notes creates it properly on the users workstation Running it from the Web Browser creates it on the Domino Server, not the users workstation.
Anyway to code or redirect it to mean C: drive on the users harddrive?
Excerpt from LotusScript Agent Open "c:\notesdmp3.txt" For Output As fileNum%
Hotspot Action @Command([ViewExpandAll]); @Command([FileExport]; "Lotus 1-2-3 Worksheet"; @Prompt([OKCANCELEDIT]; "Enter the Path for Exporting"; "Type the path and file name in the box below to export this view in a spreadsheet format."; "C:\\temp\\EXPORT"))
[_private/nddisc_aftr.htm]