Search results

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

    Withevents Textbox

    Hi All, could you help me where is my mistake. 1: In the form call to a Class Option Compare Database Dim textmayusculas As ClassTextos Private Sub Form_Load() set textmayusculas = New ClassTextos Set textmayusculas.Movimiento = Me end sub 2: class: ClassTextos Option Compare Database...
  6. Mario R. Perez

    What type of similar object can I use in Ms Access

    Hi there, I was wondering, what similar object (ocx, listview etc), could I use like the one in the photo (it looks more like a large textbox), I think that listbox or subform would not help me much. Thanks for advance
  7. Mario R. Perez

    How do I integrate my app with Paylink?

    Good evening, it is my first post in this forum, I am developing a billing module, my client asks me if payments can be integrated through the PAYLINK platform, does anyone have experience? if anyone can guide me. Thanks Mario Lima Peru
Top Bottom