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 SkipVought 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. schltzy99

    Sharepoint 2003 indexing service

    I am by far no expert, but what you may want to try to do is instead of going against the DNS name try and go against a single server. You will find that SharePoint indexes this. This problem is what actually brings me to these forums. I have tried to get sharepoint to crawl using the DNS but...
  2. schltzy99

    Is this possible?

    I want to somehow write a PCL file to package with the installation files for a Lexmark Optra T 520. I want this file to be able to automatically set the menu settings on the printer and lock the settings down. If the user then finds that the printer isnt printing right then they can reisntall...
  3. schltzy99

    Lexmark PJL Script

    Hello all, I was wondering if anybody was familiar with the PJL language and would know how to implement it in this situation: I have a Lexmark 520 Printer that I need to be able to lock the menus on the printers so that the printer maintains the settings that we choose. Lexmark told me that...
  4. schltzy99

    Figuring out elapsed time

    Hi, I have already did a search, but couldn't find any info on this... I have an access database that has a open_date (mm/dd/yyyy tt:tt pm/am) and close_date (same format) and would like to get a result that takes the difference between the close_date and open_date to give me the results in...
  5. schltzy99

    Mass email

    Well, Its finally done! Many thanks to Tarwn for his wonderful efforts and patience! The purpose of this email was to email clients who have become inactive that registered on or after 1/1/2001. Below is the final product: <%@ LANGUAGE=&quot;VBSCRIPT&quot; %> <% Set DataMan =...
  6. schltzy99

    Mass email

    Tarwn, You don't have to apologize for anything! You have been a most helpful mammal! :) I keep trying to mark this post as helpful but am getting an error. Thank you for all your help! It is definitely making a lot more sense now! I am having 1 problem however with this guy right here...
  7. schltzy99

    Mass email

    Tarwn, Thanks again for your input! I have been working on it and have made some progress. I also figured that a good way to test it was to put the peoples names as the body text instead of the bcc. However, I have hit a few more stumbling blocks: (1) How many addresses can a BCC field...
  8. schltzy99

    Mass email

    Tarwn, Agreed! Thanks for the comment, I took that into consideration and it is one of the changes I was actually working on. Thanks again! RSchultz **Access 2000**
  9. schltzy99

    Mass email

    Thanks for the reply Bastien but... that email apparently sends an email to all of the members at once, I would like to due it in 100 people increments. Also, I am using access as my database. Its an older site that has yet to be converted to SQL. To better help you help me, here is what I...
  10. schltzy99

    Mass email

    Hi, I need to create a mass email list to send to clients who have become inactive within my database. What code can I write in VB to do this. The approach I want to use is loop through the database using a do while loop and add peoples names to the &quot;To&quot; part of the email until the...
  11. schltzy99

    Delete in Datagrid not refreshing on page

    Paul Earlier today I tried to make the exact same changes that you mentioned above. A new problem occured. My entire datagrid disappears after I click on the delete link. Viewstate isnt on. Any further suggestions? Sorry to be a pain... RSchultz rschultz@fivestardev.com **Access 2000**
  12. schltzy99

    Delete in Datagrid not refreshing on page

    Yeah, which is why I am so confused as to why it wont reload the changes. RSchultz rschultz@fivestardev.com **Access 2000**
  13. schltzy99

    Delete in Datagrid not refreshing on page

    Jack, The datagrid is not refreshing the way it should. The delete function does actually delete what I want it to, however when I click on the button the record is deleted but the deleted record still displays on the screen. Hope that helps to clarify it some. Rob RSchultz...
  14. schltzy99

    Delete in Datagrid not refreshing on page

    The problem I am having is that whenever I delete an item from my datagrid the datagrid does not refresh itself. I have the delete linkbutton in the last column which is a template column. The page functions appropriately and deletes the record, but I cannot get it to update the page. I tried...
  15. schltzy99

    opening a file path in word

    TTT Does anybody have any idea why this wouldn't be working right? RSchultz rschultz@fivestardev.com **Access 2000**
  16. schltzy99

    opening a file path in word

    Thank you very much. Your insight was very helpful in getting me closer. Now I have one more quick question. Somehow, when I combine your code with my code. Following the above instructions it seems to forget to open the actual file after I close the form. To clarify what I mean: I click...
  17. schltzy99

    opening a file path in word

    I am a little confused on how to implement the FAQ. Do I paste that code into the on click event? Where do I read in the file path? RSchultz rschultz@fivestardev.com **Access 2000**
  18. schltzy99

    opening a file path in word

    How do you open a file path that is displayed in a textbox inside a word document? So far I have the code working to click on a button that opens up a browse function. In here you select the file you want. This populates a textbox with the path to that file. Private Sub...
  19. schltzy99

    Converting Uppercase to Lowercase

    Thanks. I tried the extension, but it doesnt seem to do what i need it to do. What I am going to try and do now is: Use this regular expression: [&quot;'][^&quot;']*[A-Z]+[^&quot;']*[&quot;'] ...and search for all of the possible links or references and change their code MANUALLY to...
  20. schltzy99

    Converting Uppercase to Lowercase

    I woul appreciate any help you can give me. If you see the appropriate javascript please let me know! *anxiously waiting* RSchultz rschultz@fivestardev.com **Access 2000**

Part and Inventory Search

Back
Top