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 Shaun E 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: *

  1. Jeepers321

    new URL location after image loop

    I have been trying to adapt this amazing (out of my league) script so that I can add in an way for it to advance to a new webpage at the end of the array. Would anyone mind please taking a look and helping me in finding a way. I have looked through so many image loop scripts now that I think...
  2. Jeepers321

    loop images, load images, then goto another page

    Here is some idea of what I am trying to do. 1 - Preload my images to the page. 2 - When user clicks the imgclick.gif 2 - the javascript will loop through these images one at a time at approximatly 50 millisconds using id="imgmain" as its holder. 3 - when the javascript gets to the the...
  3. Jeepers321

    Concatenate multiple records

    The action IDs will continue to grow so the macro method will not work. Thanks anyway OhioSteve PHV - Thanks for the link I will try that way.
  4. Jeepers321

    Concatenate multiple records

    These are my table names ACTIONS WHORESP ACTIONEMP These table are linked and if I was to open the ACTIONS table and clicked on the + for each record I would be able to see every ACTIONEMP for each ACTION. What I am needing is this same data to show up in a text box. I have tried different...
  5. Jeepers321

    Datagrid Hyperlink to subfolder items

    I am currently using this code here; ON MY CODE PAGE Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim dirInfo As new DirectoryInfo(Server.MapPath("")) DataGrid1.DataSource = dirInfo.GetFiles("images/*.jpg")...
  6. Jeepers321

    Grouping on my Gantt Chart

    I thought this was going to be a simple task but it has escalated beyond the boundries of my mathmatical knowledge. Which isn't saying much. I am trying to make a chart based on these items. vehicle - (this is just an ID Number) puDate - (this is the date the vehicle was received) rDate -...
  7. Jeepers321

    Release Variables

    tsuji, I tried your ideas and the document is still remaining in the memory after it prints. My best guess is that the I should put some code on the Word Template to make sure that it is released after it prints. Thanks again for your help and if you have any additional suggestion please let...
  8. Jeepers321

    Release Variables

    I have a button on an outlook form that takes the data from that form and sends it to a word document with strategically placed bookmarks for that data. My problem is this. When the user clicks this button, everything works fine, but when they close the document or if they close MSWord the...
  9. Jeepers321

    Post method to send ThisWorkbook to a public folder

    I am trying to have a button on my spreadsheet that when the user clicks it that it post the spreadsheet into an exchange folder on the our intranet. I believe I am almost there but for the life of me I don't know why it still request that the user selects a folder. Here is the code I have so...
  10. Jeepers321

    Email Recipients from excel column

    Not really. Let me try and explain it this way. | A | B | C 1|One@any.com|Type1|Place1 2|Two@any.com|Type2|Place2 3|Thr@any.com|Type3|Place3 When I click my button I need my code to send out seperate multiple e-mails. take the first record and then take the text from cell B1 and...
  11. Jeepers321

    Email Recipients from excel column

    I have a column of email addresses on sheet3 and I need to send this workbook as an attachment to all the addresses in that column. Can anyone give me some hints on how to get started. I was going to have the workbook open with a form that has two command buttons on them one to send the e-mail...
  12. Jeepers321

    Hyperlinks to Outlook

    Have you tried the Outlook View Control. I am not sure if it will do what you are trying but it is very easy to add to a webpage using Frontpage. If you don't have this control you can download it from this at this sight. http://activex.microsoft.com/activex/controls/office/outlctlx.cab If...
  13. Jeepers321

    Hyperlinks to Outlook

    Have you tried the Outlook View Control. I am not sure if it will do what you are trying but it is very easy to add to a webpage using Frontpage. If you don't have this control you can download it from this at this sight. http://activex.microsoft.com/activex/controls/office/outlctlx.cab If...
  14. Jeepers321

    Hyperlinks to Outlook

    Does anyone know how to have a hyperlink take you to a public Folder on the network without opening another instance of outlook. I can get my hyperlink to take me there but I want it to use the outlook that is open not open the program again.
  15. Jeepers321

    VBScript - Copy to Public Folder

    I am trying to put together some Script that will Prompt me, asking if I want to send a copy of of this calendar item to a certain public calendar folder. (The Departments calendar) Also, to have it update those copies if the original item is changed. If anyone has already done this or has...
  16. Jeepers321

    A Keyword Counting Query

    This is going to sound like a simple query and it may be but its giving me a headache. In one of the rows, the information is being added to the table is coming in now piticular order. An example would be: There are 3 choices a 1, a 2, or a 3. This is entered by many different people and...

Part and Inventory Search

Back
Top