Search results

  1. Mario R. Perez

    The printer does not cut on each record

    Hi arneglp, I already grouped it by order number (fldorder), but I'm confused about "then New Page after the Group.", Fldorder header and Detail have similar properties "force New page", which one should I apply "new page after" to? please see pics. thanks
  2. Mario R. Perez

    The printer does not cut on each record

    Yes. It's a printer for dry cleaners that makes horizontal cuts of the tags. Pls see pic
  3. Mario R. Perez

    The printer does not cut on each record

    I have a Thermal printer "STAR TPS100III" I'm sending a page of labels and I want it to make a cut for each record. (PIC1) It prints correctly but doesn't make the cut. Does anyone have experience? (PIC2 it would be ideal) I've tried Report/Detail, format/new row or col = "Before & After." The...
  4. Mario R. Perez

    Print Event intercept...

    Hola Arnel, yo he usado tu codigo y trabaja perfecto, mi pregunta es: en la opcion Send to:, hay forma de cuando llama al Outlook form, se pueda agregar el email de una persona seleccionada, gracias
  5. Mario R. Perez

    App Integration AutoZone

    Hello Folks, I'm trying to integrate the invoice module with Autozone, but I have no idea where to start. I've been searching on Google, reading about JSON, and others say to request APIs or DLLs. But I'm still stuck. Here's a video showing what I need. If anyone can help me figure out where to...
  6. Mario R. Perez

    insert a circle to a number

    Thank you very much, Very useful information and examples, Mario
  7. Mario R. Perez

    insert a circle to a number

    circle the number #26, this can be 1 to 3 digits
  8. Mario R. Perez

    insert a circle to a number

    That's what I need, what would I need to make the circle thicker?, Thanks a lot
  9. Mario R. Perez

    insert a circle to a number

    Hello Group, A client is asking me if I can insert a Black circle where the line is very wide, (see pics), I tried downloading some fonts types , but I was not successful, some function that in event OnPrint makes the graphic. thanks for advance
  10. Mario R. Perez

    How do I make a search text box? like navigation buttons Search

    Any ideas on how to make a search text box that will illuminate any text in a set of records in a form? Attached a sample pic. thanks for advance.
  11. Mario R. Perez

    The Epson TM-U220 Cutter printer tags

    Hello Group. Does anyone have experience how to send a label report and have this printer do the cutting, with vba code, my app only prints but does not do the cutting.
  12. Mario R. Perez

    Problem closing a form

    Thanks George, it works.
  13. Mario R. Perez

    Problem closing a form

    Hello everyone, I have a problem with the form when I close it, it asks me to save the changes every time. The code works well when filtering, if anyone has a better way to do this, (I think it's a bad idea, deleting the query every time I filter, I found the code on Google) I would appreciate it.
  14. Mario R. Perez

    Solved OpenArgs populate textbox

    Now it works, thank you very much MajP and everyone who read my post.
  15. Mario R. Perez

    Solved OpenArgs populate textbox

    I tried as you indicated, but it does not recognize the "ID" field, it takes it as a non-existent variable
  16. Mario R. Perez

    Solved OpenArgs populate textbox

    Hi there, I'm obviously doing something wrong, but can't figure out what it is, and this should be pretty simple. I have a button on a form(form1) that opens another form(form2) and not populates a textboxes in the second form with a the values from openargs. form1 Private Sub...
  17. Mario R. Perez

    WithEvents Access.ComboBox

    Good Morning Everyone. I have this class. Private WithEvents m_cbo As Access.ComboBox Private Const OrigenClient As String = "SELECT TblCustomer.id, TblCustomer.FldfullName,tblcustomer.[FldPhone] From TblCustomer where TblCustomer.FldfullName " 'Private Const Fono As String = "FldPhone"...
  18. Mario R. Perez

    Setting Focus on TextEdit on Ribbon Control

    I have a TextEdit in my ribbon control (a search box) that I want focused when the software starts. How can I accomplish that? The control itself doesn't seem to have a Focus() method. I would like to be able to use a barcode scanner, read the ticket number, show the msgbox, return to the...
  19. Mario R. Perez

    Solved Resize columns of an embedded subform

    Hi there, I have problems how to resize the columns after selecting an element of a combobox, where "CHILDTYPE" is a embedded subform and "fldname" should be the name of the first column, I think that's where my mistake is. Thanks for advance. Happy new Year 2023 Mario Lima Peru
Back
Top Bottom