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 Chriss 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. bitmite

    Access Slow when loading rom a shortcut

    the shortcut just have the path to the access file itself nothing else. thought of that to but nope. Brought to you By Nedaineum The Portal to Geek-tum
  2. bitmite

    Access Slow when loading rom a shortcut

    I have a head scratcher here. when I load an Access database from a shortcut to that database navigating throught Access ie. selecting a query or a table it takes forever! if I load the db buy opening Access then going to file-> open the navigation performance is perfect. Does anyone have any...
  3. bitmite

    Seting up a day to look like a non working day

    tried that but found tring to get on overall picture on the Gantt chart as to what over lapped that event was difficult to do with a Gantt with 213 tasks. it got lost in the mess. Brought to you By Nedaineum The Portal to Geek-tum
  4. bitmite

    Seting up a day to look like a non working day

    Need to add to my Gantt Chart a day that looks like how a non-working day appears (vertical line throught the project) but I do not want it to be a non-working day as it is really just a day that an event is occurring that I want to be aware of but we can still work on those days. ie. as we are...
  5. bitmite

    assign a class at run-time

    that is perfect thank very much Brought to you By Nedaineum The Portal to Geek-tum
  6. bitmite

    assign a class at run-time

    I would like to have it say myPrints = New me.dropdown.selectedvalue this way if I add reports I do not have to adjust this code each time. does this make sense? Brought to you By Nedaineum The Portal to Geek-tum
  7. bitmite

    assign a class at run-time

    I know there is probably and easy way to do this but I can not think of it. I would like the user to select a report then I need to assign the class acosiated with the reports so ie I have reports: reprints2005 reprints2006 then I have the code if reports = "reprints2005" then Dim cr As New...
  8. bitmite

    Virtual Server is not working

    yes I did figure it out. It appears I need to put in each vhost the directoryindex tag don't know but it worked thanks Brought to you By Nedaineum The Portal to Geek-tum
  9. bitmite

    Virtual Server is not working

    Hi I am trying to get my vertual server to run but it apears like they are not even starting here is my code NameVirtualHost *:80 <VirtualHost *> ServerSignature email DirectoryIndex index.php index.html index.htm index.shtml LogLevel warn HostNameLookups...
  10. bitmite

    permissions problems

    the problem was not the documents it was that the user did not have permisions to lauch word. Thanks for your help though Brought to you By Nedaineum The Portal to Geek-tum
  11. bitmite

    permissions problems

    yes I have the permisions denied actually comes up when the aplication trys to start the word application itself wrdApp = New Word.ApplicationClass the website asked then for a password with I have to give an user that is in the Administraor group. So I suspect that the class is trying to...
  12. bitmite

    permissions Problems

    where web page uses intergrated windows security so the websit acctually loads word as the user accessing the page. It is just that only people in the administrator group of the server can do this. I am assuming it is permissions with the resourses on the server but I have search I think...
  13. bitmite

    permissions problems

    I have an asp.net web form that will load a word document on the Web server then fill in some information then save the word file to a directory were the user is rediected to and the file is opened. My problem is that users are asked for a password if they are net set as administrators on the...
  14. bitmite

    permissions Problems

    I have an asp.net web form that will load a word document on the Web server then fill in some information then save the word file to a directory were the user is rediected to and the file is opened. My problem is that users are asked for a password if they are net set as administrators on the...
  15. bitmite

    change the color of the highlighting in a text box

    I am using transparency in my form and when you highlight text in the textbox the color is the same as my transparent color so it goes transparent. I need to know how to change the color of the selected text so that is does not become transparent. Brought to you By Nedaineum The Portal to Geek-tum
  16. bitmite

    554: Relay Access Denied

    ok I did get this to work I do not have the resouses I used infront of me but I did find that I had to install TLS (Transfer Layer Security) this allowed me to send email from any computer to any computer. ## TLS # Transport Layer Security # TLS-Patch by Lutz Jäcke # smtpd_use_tls = yes...
  17. bitmite

    554: Relay Access Denied

    yep did that still nothing Brought to you By Nedaineum The Portal to Geek-tum
  18. bitmite

    554: Relay Access Denied

    I add my local IP address range ie mynetworks = 192.168.0.0/28, 127.0.0.0/8 but it still does not work Brought to you By Nedaineum The Portal to Geek-tum
  19. bitmite

    554: Relay Access Denied

    I am not sure what you mean do you have an example Brought to you By Nedaineum The Portal to Geek-tum
  20. bitmite

    554: Relay Access Denied

    I have set up a Postfix MTA with Dovecot as my pop3 server. I can send email internally ie. from me.domain.ca to me.domain.ca but I can not send to say me.yahoo.com every time I get 554 <me.yahho.com>: Relay access denied could some one please help Brought to you By Nedaineum The Portal to...

Part and Inventory Search

Back
Top