|
-
October 9th, 2001, 05:30 PM
#1
On Error GoTo....
what's wrong with this?
on error GoTo NoFTP
' just in case the FTP server is off-line
NoFTP: GoTo offline
offline = MsgBox("Sorry, I think the FTP server is Off-Line. Try back later.", vbRetryCancel, "Server offline")
If offline = vbRetry then
Command1.Value = 1
ElseIf offline = vbCancel then
End
End If
Thankz, Drew
[email protected]?SUBJECT=I Love Your Stuff
Thanks, Drew
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|