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

  • Users: JaeBrett
  • Order by date
  1. JaeBrett

    Using ShellExecute to print but without print dialogue?

    AndyGroom I am having just the opposite problem. I want the Print Dialogue box to come up when I request to print an RTF document with ShellExecute(0, "Print", fileName,"","",showType), however I can not seem to get it. My files just go directly to the printer nomatter what option I use for...
  2. JaeBrett

    Adding Time

    But can I get the sum of fields that are in Date/Time format? How...? <-- JaeTech Solutions -->
  3. JaeBrett

    Adding Time

    I have an Access table with field1, field2, field3, field4 that have times like "13:41" or "1:34" or so on. I need to get the total amount of time for all of those fields. Can I do this via SQL or is there somehow to do it in VB? <-- JaeTech Solutions -->
  4. JaeBrett

    Looking for a Component like ListView that edits all subitems

    As the subject says, I have a ListView now but I need a more powerful control that will allow the users to edit the items and subitems ... what can I use? <-- JaeTech Solutions -->
  5. JaeBrett

    How to structure this table

    Golom, Thanks ... I do support multiple unit pricing, so how could I structure that? sritzel, that would work too. Thanks <-- JaeTech Solutions -->
  6. JaeBrett

    How to structure this table

    I need to create an Access table that stores invoice information. The easy fields to setup are as follows: invoiceid customerid date total discount But I struggle with the field(s) to use for items purchased. Associated with the items are price and sku code. I have a table for items but...
  7. JaeBrett

    Problem forwarding mail

    I have MDaemon setup with email accounts. I can setup one of these email addresses on a networked computer and it can send mail. To receive, I went to register.com where I bought my domain and forwarded mail.xxxx.ca to xxxx.ca to try to get emails to come in ... doesn't work. Where am I...
  8. JaeBrett

    Connect to MySQL without MYSQL installed..?

    I'm going to give FoxPro a whirl and see what that does. Thanks <-- JaeTech Solutions -->
  9. JaeBrett

    Connect to MySQL without MYSQL installed..?

    Can I have a VB desktop app connect to a MYSQL database without MySQL being installed on that computer? The MySQL data files for the DB will be on the machine though. If not, what DB's other than Access can I do this for? <-- JaeTech Solutions -->
  10. JaeBrett

    Check MDAC version inVB

    Perfecto! <-- JaeTech Solutions -->
  11. JaeBrett

    Check MDAC version inVB

    I want to check the users MDAC version upon startup to ensure they are using a newer version. How can I check this, from within VB? <-- JaeTech Solutions -->
  12. JaeBrett

    Mail Server w/ GUI

    I need an Mail Server that has configurable features on a GUI. I don't want to have to use command line for adding new rules, accounts and what not. What's available to me? Jonathan
  13. JaeBrett

    Apache2, Redhat9 Virtual Host Problem

    SSLEngine isn't found anywhere in httpd.conf. It seems SSL isn't my problem though now eh? It seems like it's not picking up the ServerName properly ... Sooo confused.
  14. JaeBrett

    Apache2, Redhat9 Virtual Host Problem

    Now when I try to go to the pages, I get the Apache Test Page ... its like it doesnt pick up the ServerName ... any ideas on this? Heres what I changed. UseCanonicalName off NameVirtualHost *:80 <VirtualHost *:80> ServerAdmin jbrett@jaetech.ca ServerName www.jaetech.ca DocumentRoot...
  15. JaeBrett

    Apache2, Redhat9 Virtual Host Problem

    In httpd.conf, it says Listen *:80. Where would it be listening on port 443 ???
  16. JaeBrett

    Apache2, Redhat9 Virtual Host Problem

    I am temporarily hosting the sites off another computer so if you try to access them, it will work. But when I point them to this IP, this is the page that comes up .... -------------- Bad Request Your browser sent a request that this server could not understand. Reason: You're speaking plain...
  17. JaeBrett

    Apache2, Redhat9 Virtual Host Problem

    HELP! When I try to access either of these domains, , I get a Bad Request page. Why?? UseCanonicalName off NameVirtualHost * # Where do we put the lock and pif files? LockFile &quot;/var/lock/httpd.lock&quot; CoreDumpDirectory &quot;/etc/httpd&quot; <VirtualHost *> ServerAdmin...
  18. JaeBrett

    If Character in String exists ....?

    How can I determine if the character &quot;_&quot; is stored within a String?
  19. JaeBrett

    Servlet .forward not looking right in the URL

    When I do a RequestDispatcher.forward, it goes to the right page, but in the URL, it shows /servlet/login which is the path to my servlet. So I then have to change the paths of my images and everything else to reflect this. Know what I mean? I want to use .forward but get back to the root of...
  20. JaeBrett

    How do people here deal with users resizing the windows?

    Obviously my application gets ugly when users resize... just curious how people code for this?

Part and Inventory Search

Back
Top