Search results

  1. E

    Gemini CLI ------ WOW!!!!

    These CLI tools turn you into a QA guy, a tester of some sort. It helps tremendously, but that comes with the cost of potentially not knowing what the hell is going on. It might work, but then again, it might do stuff you don't even know it's doing. Then again, you could ask it to do things a...
  2. E

    Problem "With Communicating with OLE Server" Using Non-Latin Alphabet Databases

    Great question, I simply used intelliSense, I recognize the properties of a section object. They look like this. Now, here's another issue I see with Section objects. I switched from english to japanese. This is what shows in intelliSense: (You tell me what it says @KitaYama ) But when you...
  3. E

    Problem "With Communicating with OLE Server" Using Non-Latin Alphabet Databases

    Here's what I could find Log Name: OAlerts Source: Microsoft Office 16 Alerts Date: 6/27/2025 9:17:54 PM Event ID: 300 Task Category: None Level: Information Keywords: Classic User: N/A Computer: LAPTOP- Description: Microsoft Access The...
  4. E

    Problem "With Communicating with OLE Server" Using Non-Latin Alphabet Databases

    I tried and did it step by step this time. Procedure: 1. Go into the immediate window 2. Type the class name of the form with a problem, followed by a dot to trigger intellisense. The idea is to manually check if there's any element with a weird name. 3. Found 3 elements with weird names. 4. I...
  5. E

    Problem "With Communicating with OLE Server" Using Non-Latin Alphabet Databases

    I will try to inspect if there's a solution. I was able to open the arabic file by renaming objects with names written with arabic characters to export and import the form as text. After that, the file worked for me. It's interesting that my samples are causing issues for you, @KitaYama...
  6. E

    Solved Trying to get vertical lines that stay in the correct position.

    I tried, but: Your Excel file has a lot of tabs and it's difficult to understand what you really want to do. You should upload only a tab with the dataset and another with the chart you have problems with. If possible, you should upload an image of what you want to see.
  7. E

    LLM's Are nothing but Hackers!!!

    Not sure this is how you should think about it. You should not assume it's reading the internet like a book. It has been trained to respond a certain way based on its parameters, and the responses are always different, which means it's all statistics at play. This is why you should always try...
  8. E

    Solved Code Catalog for Access / VBA - Making Code Sharing Easy

    Whenever I see code I want to use in Access, I adapt it to my style so I can understand it better later. But working with a code sharing tool like this feels different. I see it more like importing APIs for things I don't want to deal with myself. In that sense, I care less about how it was...
  9. E

    Solved A Really Simple Question

    @Pat Hartman I'm sorry, but that sounds a lot like a golden hammer, the one size fits all mentality. Forms can be bound or unbound in Access, so that is "THE Access way", by definition.
  10. E

    Solved Code Catalog for Access / VBA - Making Code Sharing Easy

    Absolutely, open source code faces these challenges by default, the important part is that it will let you advance much faster without a lot of bureaucracy and review upfront. That's why it should rely on the feedback of the community. Eventually, the best packages will rise to the top, the bad...
  11. E

    Solved Code Catalog for Access / VBA - Making Code Sharing Easy

    Now that I think about it, it doesn't have to be just for Access. It could cover the entire Office suite and anything else that runs VBA. With help from the Excel community, even though the VBA crowd can be pretty toxic, just like the Access crowd, we'd have a better shot at getting it adopted.
  12. E

    Solved Code Catalog for Access / VBA - Making Code Sharing Easy

    As for how to make it viable, one good starting point would be to reach out to the owners and admins of the different forums and communities where developers already hang out. We could ask for their help to promote the tool and make it visible to as many developers as possible. Even just having...
  13. E

    Solved Code Catalog for Access / VBA - Making Code Sharing Easy

    Now, since there are a lot of repos hanging out there in the wild, we could integrate them if their license allows it and then let the user claim their authority over it.
  14. E

    Solved Code Catalog for Access / VBA - Making Code Sharing Easy

    I forgot a key aspect to this, we HAVE TO integrate some form of AI in many of the steps. Luckily for us, there's plenty of LLM models out there to help with that. We could, ideally, let the LLM have some context of our environment and let it control it. That would really be the GOAT.
  15. E

    Solved Code Catalog for Access / VBA - Making Code Sharing Easy

    There are a lot of differences between what I'm talking about here and what's currently available today. What we have right now forces us to go hunting for what we really need. You have to dig through forums, blog posts, random GitHub gists, or old articles just to find a simple utility or...
  16. E

    Solved Code Catalog for Access / VBA - Making Code Sharing Easy

    Here's how I envision it. It has three main parts: The centralized registry of packages. The developer or developers who create and publish the package. The developer who will be using the package. Scenario: On a typical day, a developer is working on a form and realizes that a particular...
  17. E

    OpenArgs (my) class way

    Yes, that’s exactly what I was referring to. Being able to find and mindlessly integrate stuff without a paywall and with an active community of people improving it and keeping it alive would definitely bring some life to this. @Josef P. I would share some time for that thread, if you're...
  18. E

    OpenArgs (my) class way

    It would be nice if we could have all those classes and modules made by others in one place where we can simply select and bring into our development environment. Sort of like npm for NodeJS or nugget within .Net, you would not even need to classify them, you would just search for them and with...
Back
Top Bottom