Search found 6 matches
- Tue Dec 08, 2009 4:33 am
- Forum: Technical / Scripting
- Topic: Large File Attachments Get SMTP 10054 Error
- Replies: 1
- Views: 2944
Large File Attachments Get SMTP 10054 Error
I'm trying to send zip files via the SMTPSendMail approach. Larger files, or slower PC's, result in an error if the time to assemble the attachement requires a bit more than 10 minutes. I was hoping that settting the SMTP_TIMEOUT to a larger number would help; but, no joy. It seems like the SMTPSend...
- Sat Sep 29, 2007 10:36 pm
- Forum: Technical / Scripting
- Topic: AutoLogon
- Replies: 1
- Views: 3090
AutoLogon
Does the username accept the domain as qualifer; for example, DOMAIN\username?
If not, is there another way to specify the domain?
If not, is there another way to specify the domain?
- Mon Jul 09, 2007 1:39 am
- Forum: Beginners
- Topic: Variable Scope
- Replies: 3
- Views: 5095
Is there anything special required within the Subroutine to expose the variable? In the code below, the PW variable is correctly populated; but, I'm not seeing it in the script where I was calling the subroutine. I saw a mention of variable format under the SRT documentation; but, haven't found an e...
- Sun Jul 08, 2007 9:37 pm
- Forum: Beginners
- Topic: Variable Scope
- Replies: 3
- Views: 5095
Variable Scope
I want to assign a variable within a subroutine and make it available to the main scrip.
I've not found variable scope rules so far.
Am I missing something simple?
Thanks,
Carl
I've not found variable scope rules so far.
Am I missing something simple?
Thanks,
Carl
- Wed Jul 04, 2007 11:10 pm
- Forum: Beginners
- Topic: Recognizing when an Excel Macro has finished.
- Replies: 3
- Views: 4732
- Wed Jul 04, 2007 7:50 pm
- Forum: Beginners
- Topic: Recognizing when an Excel Macro has finished.
- Replies: 3
- Views: 4732
Recognizing when an Excel Macro has finished.
I use a program named ShowCase (SPSS) to query data from our AS/400 and return it to an Excel workbook. After the data is returned, it triggers a macro refreshing all the PivotTables in the workbook. The script now correctly starts the workbook, chooses to Refresh the Data, logs into ShowCase server...