Recent content by Mario R. Perez

  1. 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
  2. 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...
  3. Mario R. Perez

    insert a circle to a number

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

    insert a circle to a number

    circle the number #26, this can be 1 to 3 digits
  5. 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
  6. 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
  7. 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.
  8. 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.
  9. Mario R. Perez

    Problem closing a form

    Thanks George, it works.
  10. 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.
  11. Mario R. Perez

    Solved OpenArgs populate textbox

    Now it works, thank you very much MajP and everyone who read my post.
  12. 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
  13. 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...
  14. 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"...
  15. 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...
Back
Top Bottom