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 bkrike 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
  • Content: Threads
  • Order by date
  1. 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 -->
  2. 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 -->
  3. 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...
  4. 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...
  5. 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 -->
  6. 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 -->
  7. 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
  8. 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...
  9. JaeBrett

    If Character in String exists ....?

    How can I determine if the character &quot;_&quot; is stored within a String?
  10. 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...
  11. 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?
  12. JaeBrett

    Setting a focus on a tab in SSTab ... possible?

    I want to set tab number 2 to the front .. how can i do this? Thanks
  13. JaeBrett

    Periodically Getting Method 'Eyeglasses' of object 'Data1' failed

    PLEASE! I try to print a datareport and the second time, it dies and I get that error. I am clicking New, then Save then Print. The methods are shown below ... any ideas. I am completely stumped. Private Sub cmdEyeNew_Click() On Error GoTo Err_New Dim Counter As Integer For Counter...
  14. JaeBrett

    MaskedBox num and char question

    I use MaskedBox for my phone # and I use &quot;#&quot; when I want the user to enter a character. But what if I want to have a field for a &quot;Canadian&quot; postal code where we use numbers and letters? An example would be A1A 4G8. Point is, in the mask, I want to let the user only enter a...
  15. JaeBrett

    Any call to verify that a date is valid

    I am using MaskedBox for users to put in their DOB. Is there a call to verify that it is a legitamate date?
  16. JaeBrett

    Listview Column Width?

    I have seen a few places where the column width was changed dynamically but I don't need anything that complex. I simply need to have it about twice as wide as the default. How do I change this within my code or properties?
  17. JaeBrett

    Format(Date, &quot;???&quot;) what if I want the date in long form?

    I usually use &quot;MM/DD/YYYY&quot; but now I want to switch for it to say &quot;November 3, 2003&quot;. How do I do this?
  18. JaeBrett

    Replacing characters in a String

    How can I take an Array of TextBoxes, and replace all the occurances of &quot;_&quot; with 0? Thanks.
  19. JaeBrett

    Using RptFunction to add more than one field

    I have a Data Report that brings back fields such as 'cash', 'debit', 'cc', 'cheques'. Is there a function type to add the sum of all of them? I can obviously use the FunctionType '0-rptFuncSum' to get the sum of one field ... but what do I do for the sum of all? Thanks
  20. JaeBrett

    DataReport Printing without my ReportHeader/Footer ..why?

    I have text in my Report Header and Footer and whether I .Show or .PrintReport, they don't show up. My Page Header and Footer do though. Whats going on?

Part and Inventory Search

Back
Top