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 strongm 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: h2mhd
  • Content: Threads
  • Order by date
  1. h2mhd

    HOW TO LIMIT MEMO FIELD TO 94 CARACTERS WIDE

    HI i want to limit the memo field to 94 caracters wide to prevent line jump in my report is there a way to do that? thanks a lot for your help
  2. h2mhd

    problems with accent (spécialisé Ã)

    hi i am developping a web site and have a pretty weird problem, my index.html page works fine with not special character, but all my other pages have the same problem they wrote for exemple: spécialisé like this spécialisé à here's the code for my index page and my product page: index.html...
  3. h2mhd

    website images and text overlapping

    Hi i am a starter with css and need your help cause my website have his images and text overlapping when i reduce my internet Windows or change the resolution. is there a way to prevent thi to happen? heres my code html {width:100%} body {font-family:Arial, Arial, Helvetica, sans-serif...
  4. h2mhd

    help in a php form

    hi i am working on a newsletter field, so that the client just have to fill the field with his email and click on the button and i will receive his email. so heres my code <form id="search" action="bat/bulletinhandler.php" method="post"> <input type="text"...
  5. h2mhd

    help on a php mail form

    hi i have made a form in html and want to submit a contact form to a client but the formatted mail the client received is like this <p>Visiteur : pierre lavallée</p> <br> <p>Courriel : hfhfhhf@abc.com</p> <br> <p>Province : </p> <br> <p>Téléphone : 4507460632</p> <br> <p>Fax : </p> <br>...
  6. h2mhd

    REPORT PAGESUM NOT WORKING IN ACCESS 2007

    HI i have developped an application with office 2003, and in some of my report i have a pagesum total that show on each end of a page the subtotal of the current page. since i have migrate in access 2007 the pagesum is no longer working... is there a way to work around this issue?? thanks a...
  7. h2mhd

    help with sql syntax

    hi i have two tables client: idclient name adress .... invoice idinvoice dateinvoice idclient ... what i want to do is make an sql that will give me all the clients that does not have an since 90 days and more is there a simple way to do that, im a little bit rusted in these syntax...
  8. h2mhd

    How to reduce blanks between two fields in a report??

    Hi i have made a report named quotation, the we use to make quotation to a client. So the forms as different sections: - distribution - circuits - exits - heating - etc all field in the form as a check field, so we check just the fields we needs. since that my idea is good i think but i have...
  9. h2mhd

    hide report lines with subtotal = 0

    Hi i have a report with thoses fields: - date - item - description - qty - price - sub total what i want to do is when we enter a descrition with no quantity or quantity =0, i just want to hide the field qty, price, sub total. i try it but when i hide those fields the entire fields are...
  10. h2mhd

    HELP USING MAPI

    Hi i am using a tax software that needs to use mapi setting to send forms by email. im using windows live mail presently and i receive an error saying that the mapi client is not configure... the problem is that i dont know how to configure a mapi client??? can someone help me
  11. h2mhd

    bookmark record not working

    Hi When a code is entered in the piece field i want to add a line automatically and requery the table to show the new items and bookmark the record i was working on after the requery.... but it didn't work so far. if someone can help me it would be nice heres the code i use Dim Base As...
  12. h2mhd

    auto add item in table when a code is entered

    Hi i have a form invoice that contains some fields about the client, date etc.. and have a subform that contains the details of the invoice. So what i want to do is when the user enter a code like pn for tire it adds automatically a line in the table for the tire tax. I am able to add this...
  13. h2mhd

    SET PASSWORD FOR ACTION BUTTON

    HI i have a form invoice that have a modify button that let the user to modify the content of the invoice. I want to set a password for this button so i created a form security that contains a input field text, where i enter a password. Once the password is entered i click on a button that...
  14. h2mhd

    Network Database problems

    Hi i have 2 files gestionfiles.mdb and datagestion.mdb, the first files contains all the forms, and the second all the tables. on the file gestionfiles.mdb i have the table all linked to the second files datagestion.mdb. The file that contains data is on a network drive that the 2 pcs (XP and...
  15. h2mhd

    problem passing parameters in url

    Hi i have made an website that use popup, so whe you click on a picture a popup appears and show the larger pictures and some details like his name, size, and status. My problem is when the name of the image as an ' the results gives me \' and i want to have only l' by exemple. Heres the...
  16. h2mhd

    Problem with date format

    Hi ii have a form called jobwork that contains the job done on a client. and there is a mini windows that let the user enter the payment received by the client. on that windows we have thoses fields: - date of payment - type of payment - check number - amount paid my problem is with the field...
  17. h2mhd

    Prevent the user to enter duplicate piece number

    Hi i have a form workdone with a datasheet subform on it. The subform contains all the work done on a job, pieces and labor time. what i want to do is to prevent the user to enter 2 times the same pieces or labor for the same idworkdone, and set the focus on the record that is the same that...
  18. h2mhd

    DLL error when opening word

    Hi i have a big problem with a dll msword.olb, i have tested it on 3 computers and no problem but on one pc running windows xp and office xp the same version installed on my 3 pc that works fine, it does'nt work!! I could'nt understand what the probleme is the msword.olb is linked correctly in...
  19. h2mhd

    Insert link to a word file

    Hi Im Bulding a application tha transfert the content of a database to word. Bye that way i generate a word file and autosave it into the directory. So if i open a quotation like 244 the word file generated will be q244.rtf What i want to do is to let the user to choose two action - open the...
  20. h2mhd

    Word manipulation from vba

    Hi i want to create a word document with text images and some formatting, heres what i did: Dim rs01 As Recordset Dim db As Database Dim Strfile As String Dim stSQL01 As String Dim strpath As String strpath = CurrentProject.Path Dim wApp As Word.Application Set wApp = New Word.Application...

Part and Inventory Search

Back
Top