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 Chris Miller 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

    ...= Nothing DataMan.close Response.Redirect("inactive_email.asp") %> I hope that someday, somewhere, someone else will find this post helpful, but remember: SPAMING IS BAD AND WILL HELP YOU TO LOSE FRIENDS! Enjoy! [thumbsup2] RSchultz rschultz@fivestardev.com **Access 2000**
  6. schltzy99

    Mass email

    ...the response.redirect. I tried to test it by making the textbody "Last Email" instead just so I could monitor it to see if it was working, and I didnt get the email. I also thought maybe I had to put all of the email controls in there to make it work. No luck. RSchultz **Access...
  7. schltzy99

    Mass email

    ...symbol in their address? I figured that it is probably the best item to check for. I dont think I should validate the extensions (.com, . org...) because there is a wide variety listed within the database. Thanks all! This is a great help to a beginner ASP programmer! RSchultz **Access...
  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

    ...= "" cdoMessage.Subject = "" cdoMessage.TextBody = "" cdoMessage.Send Set cdoMessage = Nothing Set cdoConfig = Nothing DataMan.close Response.Redirect("inactive_email.asp") %> Thanks for your help! [thumbsup2] RSchultz **Access 2000**
  10. schltzy99

    Mass email

    ...up until the count equals 100 and so on until it has completely went through all the people in my table. I have the database connection established and the mailer working, I just need to add the people to the To field and I cant seem to get it to work, any ideas? Thanks! RSchultz **Access...
  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

    ...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 rschultz@fivestardev.com **Access...
  14. schltzy99

    Delete in Datagrid not refreshing on page

    ...As System.Object, ByVal e As System.EventArgs) Dim link As LinkButton = CType(sender, LinkButton) Dim da As New ReviewDAC.DataAccess() da.DeleteProject(CInt(Right(link.ID, Len(link.ID) - 1))) End Sub Thank you very much for your help!!!!! RSchultz rschultz@fivestardev.com **Access 2000**
  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

    ...if I close the form and then reopen it and click on the exact same link that I clicked on before it now opens up the folder that the document is located in, but not the file. Any ideas? Thanks again for all of your help it is greatly appreciated. RSchultz rschultz@fivestardev.com **Access...
  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

    ....InitDir = ESIXTINGDIR 'Comment out if you don't want to open to a default folder .CancelError = True .Filter = "Word Files (*.doc)|*.doc|" .ShowSave strNewFile = .FileName End With Browse_Exit: Me.resume = strNewFile Me.resume.IsHyperlink = True Exit...
  19. schltzy99

    Converting Uppercase to Lowercase

    ...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: ["'][^"']*[A-Z]+[^"']*["'] ...and search for all of the possible links or references and change their code MANUALLY to lowercase. If you have...
  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