Recent content by Edgar_

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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.
  6. 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...
  7. 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...
  8. 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.
  9. 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...
  10. 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.
  11. 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...
  12. 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.
  13. 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.
  14. 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...
Back
Top Bottom