My first form is a selection screen and the user clicks OK to generate something.
I like the second form to open up becuase my users would worry if the first form was still displayed with a counter.
I have now solved my problem
firstform.visible = false
then in each loop:
secondform.repaint
The SMTP server is hosted by a different ISP to the internet connection. They only accept authenticated users - by way of verifying the connection OR by username and password.
If our ISP provided our connection all would be OK but they dont.
I have a form which runs some code (takes a few minutes) so I opened another form which displays a counter of records. But this form only partially appears, the title and record counter as it is refreshed, the rest is just white.
How do get the form to display properly?
Thanks Marc
I have defined it as a smart host, the problem is that the SMTP server requires a username and password for authentication. How do I input the username and password (like you can do in Outlook POP3 account setup).
We have a single Windows 2000 server connected by static IP ADSL connection via a Liksys Router.
Can someone give me a tutorial for setting up VPN - i know it involves port fowarding but thats about it.
We send our mail to our ISP's SMTP server.
We now get the error message:
There was a SMTP communication problem with the recipient's email server. Please contact your system administrator. <#5.5.0 smtp; 530 Authentication required>
I have contacted our ISP who said we need to enter our...
Hello
We have SBS on a single server and used an SMTP connector to forward all mail to our ISP www.btconnect.com. Today they have changed their server to require SMTP mail authentication.
They supply instructions for outlook express (which works - see...
I have used the script off the KB on tek-tips but when I run the script it deletes all files and subfolders but not the main folder and gives an error "run-time '76' Path not found
Script:
Sub DeleteFolder(strNewDir)
' ***********************************************************
' ***...
I need to copy a few folders and files to a new location. How can I copy the all the files.
I tried
filecopy(strSrcDir & "pictures\*.*", strNewDir & "pictures\*.*")
but get the error "Run-time error '75': Path/File Access Error.
Any help.
Hello
I use the following code to open a pop-up window and load an image. I send the image size details so that the pop-up window is the right dimensions.
My problem is that if you dont close the window when you click another pop-up it does not change the dimensions, so the image does not fit...
I have made a webpage which shows pages of images in a 3 column 5 rows table. I can make the table dynamically resize to the page by using width=30%, etc.
How can I get the images to resize in the same way?
I need to extract the autocorrect entries to a file, how do I do that? I have a script for autotext entries:
Sub ExtractAutoText()
'
' ExtractAutoText Macro
' Macro created 1/14/2004 by
'
Dim Entry As AutoTextEntry
Documents.Add
For Each Entry In NormalTemplate.AutoTextEntries
' Turn bold...
I need to extract all the Autocorrect entries to a file. How do i do it? I have found a succesful script for autotext entries:
Sub ExtractAutoText()
'
' ExtractAutoText Macro
' Macro created 1/14/2004 by
'
Dim Entry As AutoTextEntry
Documents.Add
For Each Entry In...
I have a word template for invoicing which a secretary uses to type invoices.
I have an access database with names and addresses.
Can I get Word to open a connection to Access, load the 'tblAddress' and find a single record based on a 'strRef'. Then take the record and enter it in the word...
I have a table with 7 rows and 2 columns. The second column has a row span of 5.
In the rows in the first column I have some navigation and have input <tr height="xxx"> and used images which have the sizes input.
If the second column grows larger than the first column (i.e. a lot of...
I am using some javascript on my pages. Can anyone give me an idea of compatability for javascript, specifically:
1) I have written on a PC, should it work on Macs (or Unix)?
2) What browsers support it OK (i.e. IE 5, Netscape 6??)
3) Microsoft v Sun battle - has this meant javascript being...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.