About 188,000 results
Open links in new tab
  1. vba - Open a Access Form from a button click - Stack Overflow

    Oct 28, 2022 · I am trying to open a form, "Form_cadastroProdutos", when a buttom is clicked in another form, say, Form_menuPrincipal. Here's the code for the button: Private Sub …

  2. ms access - How to open Form in Add record - Stack Overflow

    Sep 24, 2013 · I have a form to input records to a table. I would like it to open on an empty add (New) instead of displaying the first record of the table. To be used by a Navigation Form …

  3. How can I open Java .class files in a human-readable way?

    1 If the class file you want to look into is open source, you should not decompile it, but instead attach the source files directly into your IDE. that way, you can just view the code of some …

  4. ms access - How to write generic code to open a form by …

    Jul 17, 2015 · I think this would be classed as an advanced access question. I am trying to write generic code to open a form by instantiating the underlying class associated with the form. I …

  5. ms access - How can I create a new instance of a form class and …

    Dec 2, 2011 · 3 Problem I have a complex search form that I need to open several times (at the same time) to allow users to do multiple searches at the same time. I have found the ability to …

  6. Creating a Class to Handle Access Form Control Events

    5 I'm trying to create a Class which will handle multiple Control Events in Access. This is to save the repetition of typing out many lines of identical code. I've followed the answer located on the …

  7. MS Access: instantiating a form within a custom class

    Jan 3, 2023 · I am trying to instantiate an existing form (frmVisibleForm) in my project from within a custom class module (clsMBox) and manipulate its properties from there too. I want to be …

  8. ms access - How do I open Class Objects dynamically in the VBA …

    Mar 15, 2016 · To further elaborate on the behavior, if I have the editor closed, as long as the module or class object is open in the editor, it will still work. I would like to be able to activate …

  9. How to access a form control for another form? - Stack Overflow

    The other forms can then either get a pointer to the control they want to modify, or the data in the main part of the application they wish to change. Another approach is to setup events on the …

  10. How to open form designer in Visual Studio? - Stack Overflow

    Nov 26, 2018 · I am attempting to create a Windows Forms app in C# in Visual Studio. Normally one can double click the Form1.cs file in the Solution Explorer in order to access the simple …