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

    Hp Laserjet 3050 Shared documents

    Hi i have a hp laserjet 3050, and i have a small office network with a folder named documents/clients when i scna a documents with my printer it create a pdf of the scan in that folder. My problem is when i want to open this file from my portable i have an error message that says that i dont...
  2. hdesbiens

    calling function on a form

    Hi i have a form invoice that contains a subform invoice details, i have a function that detect when a key is pressed for differents actions on the form such as save, modify, next record, etc.... but when im on my subform to enter data for the invoice the keys are not detected, so i have tried...
  3. hdesbiens

    Help printing on a 8,5 in X 8,5in paper size

    Hi my problem is very simple but very hard to solve for me!! my printer is a okidata ml380 a very old matrix printer, i want the define a specific size of paper to use with my report but was unable to, the only choices i have is: a4, b5, enveloppe us no 10, legal us, lettre us, plié, std plié...
  4. hdesbiens

    Report on preprinted small invoice

    Hi i have an invoice pre-printed with 2 copies carbon, so i want to use an impact printer model okidata ml380. my invoice dimension are: 21,7 cm by 21,7 cm I am not able to print in the size of the paper the option of the printer does not allow me to put personal values, so i tried to print...
  5. hdesbiens

    How to calculate a sum on a subform

    Hi i have a form list of invoice, that form contains a subform called listallinvoices that shows me alle the invoices in the system. I have manu dropdown fields that filter the subform depending on what we want it to be filtered or sorted. What i want to dow is put sumsubtotal, sumtps...
  6. hdesbiens

    Logon Error

    Hi my pc is having a problem at startup before my computer arrives at screen startup where it shows the users that have access to my computer i have a message saying me that the domain or the password is not correct... i click ok and it goes to the screen where it shows my users. I dont know...
  7. hdesbiens

    Put formula in field source control

    Hi i have a datasheet that contains the taxes field calculated with the price of a piece,so i put in the control source of the field tax :=([subtotal]*[tax]) but i want to calculate the taxt only if the field notax is false, so is there a way to put in the control source of my field tax that...
  8. hdesbiens

    Put Today Date in Calendar control

    Hi i have a calendar form and on the openform event i want to set my calendar to today date: Me.Calendar0.Value = Format(date, "yyyy-mm-jj") but it did'nt take the date i put i set the date to 2005-11-24 so i just don't understant why??? could someone help me please? thanks a lot
  9. hdesbiens

    Writting conflict

    I have a form called sale, and on that form i have this form sale - client info (name, address, etc..) - subform datasheet saledetail that contains the sale items on that subform i added a dblclick event that open a window that let the user adjust the quantity of the piece selected. with...
  10. hdesbiens

    Order a report

    Hi i have a criteria window that have many sélection fields on it like this: - client - startdate - enddate - order number - status so by building a request in the code with these criteria my report shows the right records. But this is very long and first i want to know if there a way to...
  11. hdesbiens

    Open a new form with a specific record

    Hi I have a form client and on that form is a subform with a list of invoice on it. What i want to do i when i dblclik on a record, i open the form invoice and get position on the invoice number. Is there a way to do that? thanks a lot
  12. hdesbiens

    Sum column in report

    Hi i need help to do this: i have an expense report that lists the expenses of a range of dates: Field on my report in section detail: date idinvoice client subtotal tps (calculated =([subtotal]*[databasetps])) tvq (calculated =(([subtotal]+[databasetps])*[databasetvq])) total (calculated...
  13. hdesbiens

    Create a poll in my mail

    Hi i want to create a email that contains a poll that my clients will just have to fill and when they reply to me i will receive all the response. is there a way to do that? thanks a lot Hugo
  14. hdesbiens

    Do total on a subform column

    Hi i have a form wich have a subform in it with all the records of the table, i have put some filters fields that filter the subform, what i want to do is dependently of what is on my subform i want to do a total on the column total. So that if all the records are shown the total will be for...
  15. hdesbiens

    Want to keep my old tables id values

    Hi Here's what i wanto to do, i have a table shipping: idshipping :autonumber shippingnumber : a number entered by user dateshipping .. .. .. and presently the number used for searching and referencing the shipping is shippingnumber, so i want to keep those numbers and start autonumbering at...
  16. hdesbiens

    ctrl-alt 92 and my screen is reversed

    Hi i wanted to make an ascii code for backslash with alt-92 but i did ctrl-alt-92 so my windows screen is completely reversed. Can i do something to get my screen back at normal? thanks a lot
  17. hdesbiens

    Not able to log into my pc

    Hi i have a weird problem with my windows xp, when i arrive to the logon screen i see my user icon and click on it but it stays there and throws me a windows asking me to click YES or No with no message on the windows. if i start in safe mode without network no problem but with network i have...
  18. hdesbiens

    Problem with printer sharing under a network

    Hi i have a little problem sharing my printer under a network, it's a usb printer connected directly on my computer, and someone on my network is printing on this printer, so i have made the printer sharing available for this printer and it works when i do it. But my problem is that every 2 or...
  19. hdesbiens

    Error when im printing my report

    Hi i have a weird problem and really dont understand what is happening. I have a report and when i preview it i see that sub total 209.95 total before taxes 209.95 tax1 14.70 tax2 16.85 Total 241.50 But when i send it to the printer it doubles my totals like this sub total...
  20. hdesbiens

    image controlled by a tables field

    Hi i have a form invoice and a table invoice too, my form is linked to my table. I have a field that is named teminated and this field is telling me if the invoice is terminated or not. What i want to do is to put something on my forms that tells me that this invoice is teminated, i have tried...

Part and Inventory Search

Back
Top