Click here to Skip to main content
15,901,872 members
Home / Discussions / Web Development
   

Web Development

 
Questionpre-school Pin
GreBorn2-Sep-05 3:08
GreBorn2-Sep-05 3:08 
GeneralRe: pre-school Pin
Dave Shaw2-Sep-05 13:36
Dave Shaw2-Sep-05 13:36 
AnswerRe: pre-school Pin
enjoycrack4-Sep-05 16:16
enjoycrack4-Sep-05 16:16 
QuestionBrowser Idle Time calculation Pin
Anonymous2-Sep-05 3:00
Anonymous2-Sep-05 3:00 
AnswerRe: Browser Idle Time calculation Pin
enjoycrack4-Sep-05 17:13
enjoycrack4-Sep-05 17:13 
Questiongetting controls dynamically from a web form Pin
iram_831-Sep-05 20:30
iram_831-Sep-05 20:30 
AnswerRe: getting controls dynamically from a web form Pin
enjoycrack4-Sep-05 16:13
enjoycrack4-Sep-05 16:13 
QuestionSaving file in ASP Pin
mjackson111-Sep-05 18:48
mjackson111-Sep-05 18:48 
I have an ASP page that creates an excel file thru automation.

Set xCel = CreateObject("Excel.Application")
xCel.Visible = true
xCel.DisplayAlerts = false
Set book = xCel.Workbooks.Add
Set sheet = book.Worksheets(1)
.
. (adds data here)
.
physicalFileName = "pnl_" & Session("UserName") & "_" & CLng(Now*1000) & ".xls"
sFilePath = gsPathToRoot & "Reports/Excel/" & physicalFileName

up to here it works correctly. But when I try to save the file by

book.SaveAs sFilePath

the file is not saved. I have changed the permissions on the directory to give IUSR_machine read and write permissions on the directory. Is there something else I need to do to facilitate the saving of the file?

Thx

Mark Jackson

AnswerRe: Saving file in ASP Pin
Christian Graus1-Sep-05 18:57
protectorChristian Graus1-Sep-05 18:57 
GeneralRe: Saving file in ASP Pin
mjackson112-Sep-05 2:47
mjackson112-Sep-05 2:47 
QuestionNewb Question Pin
AlphonseElric1-Sep-05 15:41
AlphonseElric1-Sep-05 15:41 
AnswerRe: Newb Question Pin
Christian Graus1-Sep-05 15:56
protectorChristian Graus1-Sep-05 15:56 
GeneralRe: Newb Question Pin
AlphonseElric1-Sep-05 16:09
AlphonseElric1-Sep-05 16:09 
GeneralRe: Newb Question Pin
Christian Graus1-Sep-05 16:11
protectorChristian Graus1-Sep-05 16:11 
GeneralRe: Newb Question Pin
AlphonseElric1-Sep-05 16:16
AlphonseElric1-Sep-05 16:16 
GeneralRe: Newb Question Pin
Christian Graus1-Sep-05 16:16
protectorChristian Graus1-Sep-05 16:16 
GeneralRe: Newb Question Pin
AlphonseElric1-Sep-05 16:24
AlphonseElric1-Sep-05 16:24 
GeneralRe: Newb Question Pin
Guffa1-Sep-05 22:52
Guffa1-Sep-05 22:52 
Questionsecurity warning with https Pin
hatim_ali1-Sep-05 5:54
hatim_ali1-Sep-05 5:54 
AnswerRe: security warning with https Pin
ediazc3-Sep-05 6:05
ediazc3-Sep-05 6:05 
GeneralRe: security warning with https Pin
Anonymous3-Sep-05 7:56
Anonymous3-Sep-05 7:56 
QuestionForcing an ActiveX Version to download Pin
Vasudevan Deepak Kumar1-Sep-05 5:54
Vasudevan Deepak Kumar1-Sep-05 5:54 
QuestionHiding Image when select dropdownlist Pin
macca241-Sep-05 4:21
macca241-Sep-05 4:21 
QuestionPHP Help Pin
#realJSOP1-Sep-05 0:22
professional#realJSOP1-Sep-05 0:22 
AnswerRe: PHP Help Pin
alex.barylski2-Sep-05 14:17
alex.barylski2-Sep-05 14:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.