Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: GP
  • Content: Threads
  • Order by date
  1. GP

    Progress Bar

    I have some code which loops doing some action (takes a few minutes). How do i get a progress bar?
  2. GP

    Form does not appear

    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?
  3. GP

    VPN Windows 2000 Tutorial

    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.
  4. GP

    Cannot send email - urgent help

    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...
  5. GP

    SMTP authentication

    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...
  6. GP

    Delete folders and subfolders

    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 &quot;run-time '76' Path not found Script: Sub DeleteFolder(strNewDir) ' *********************************************************** ' ***...
  7. GP

    FileCopy all files

    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 & &quot;pictures\*.*&quot;, strNewDir & &quot;pictures\*.*&quot;) but get the error &quot;Run-time error '75': Path/File Access Error. Any help.
  8. GP

    Open Window

    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...
  9. GP

    Images resize to screen size

    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?
  10. GP

    Microsoft Word Autocorrect Entries

    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...
  11. GP

    Microsoft Word Autocorrect Entries

    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...
  12. GP

    Word read from Access

    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...
  13. GP

    Table row size

    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=&quot;xxx&quot;> and used images which have the sizes input. If the second column grows larger than the first column (i.e. a lot of...
  14. GP

    PC v Mac Browser

    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...
  15. GP

    change form to call

    i use a 3rd pasrty search form which is called by: <head> <script language=&quot;JavaScript&quot; src=&quot;zoom_index.js&quot;></script> <script language=&quot;JavaScript&quot; src=&quot;search.js&quot;></script> </head> <form method=&quot;GET&quot; action=&quot;search.html&quot;> <input...
  16. GP

    Using &quot; ' makrs

    Hello I am writing some code to generate an HTML page which has a hyperlink to another javascript function, with the following code: document.write(a + 1, '. <a href=&quot;javascript:openImage(&quot;../images/bab072.jpg&quot;)>', os[0], '</a>', os[2], ' <img src=&quot;../images/', os[4]...
  17. GP

    Dim statement in loop

    I need to declare a variable number of strings to use in some coding and wanted to declare them in a loop - how can i do this. I tried: intImagesWide = 3 Do Until i = intImagesWide strimage = &quot;strImage&quot; & i pthimage = &quot;pthImage&quot; & i Dim strimage Dim...
  18. GP

    Write to a text file gets a quotation mark

    Hello I am using a string to build up some html coding using database entries. Then i use write to put the string in a text file and name is ____.htm. The problem is it exports a leading and trailing &quot; which is then displayed in the file. How do I stop it carrying these to the text file...
  19. GP

    Thumbnail Images

    I am writing a databse with a list of images (all jpgs) which can be exported. I have 2 problems: 1. When an image is added I want to automatically create a thumbnail of the image and save the new image. 2. I need to look up the dimensions of the image for when it is exported for formatting...
  20. GP

    Roaming Profile Not Updates

    We run a Windows 2000 Server with Windows 2000 and Windows XP Pro clients. ONE computer logs on and off fine (although it takes a long time when saving settings) however it does not update the roaming profile of the user. If you log on to any other machine it has an older profile. When you log...

Part and Inventory Search

Back
Top