Search results

  1. M

    Stub method is giving me issues

    the reference libraries are good I'm not sure why that shows in Hex but those debugs were added via instruction from the AI, these are the ones I believe are most telling and confusing to me >> ValidateStubDict entered !! ValidateStubDict: stubDict is Nothing I don't know why it is failing the...
  2. M

    Hello Access World

    yes, I find I have to remind the AI of the context and overall functionality of the system regularly as I ask it for revisions and diagnostic tools, debugging has been a bit more reliable, but it does have a tendency to go down rabbit holes that lead nowhere and add ridiculous amounts of...
  3. M

    Stub method is giving me issues

    also here are the most relevant debug prints >> ValidateStubDict entered !! ValidateStubDict: stubDict is Nothing !! CreateCompanyStub: stubValues failed validation !! CreateCompanyStub failed: -2147220500 - CreateStub returned invalid stub >> Logging to ActivityLog - about to .AddNew >>...
  4. M

    Stub method is giving me issues

    yea I constantly have to remind it of the context and intended functionality of the system that is one of the reasons I'm looking for a real intelligence here that can break me out of this diagnostics cycle
  5. M

    Stub method is giving me issues

    this is my base level search form on clicking the New Company button it is suppose to create a new stub and open the company Display form to enter the data which was working before I had to provide admin approval of additions and deletions which led down the stub road iv attached the whole...
  6. M

    Stub method is giving me issues

    the whole stub system is meant to create a safe and Administrator centered approach to managing the entries and deletions in a legacy table 50+ columns that stores company info location info employee info and sales info I have added IsStub [Yes\No] and StubType [Short Text] columns and he wants...
  7. M

    Stub method is giving me issues

    My Background is in .Net game software development specifically the frameworks, so access tries to handle things that I expect to I ended up writing an entire metadata engine to bypass Access in the search functions of the database and also to allow ease of development for the bosses brother to...
  8. M

    Stub method is giving me issues

    I am using the stub method of managing additions and deletions from the database but even after adding a day's worth of diagnostic checks to the system I still can't pinpoint the issue, I don't know if Access is interfering somehow and causing my dictionary to get corrupted or what, the whole...
  9. M

    Hello Access World

    hello everyone, my name is Martin Graham, and I have a short background in Game Development and have since moved into the vibration analysis industry coding a balancing software package that works with an existing analysis tool but that is all done and dusted. Now I am coding a database for the...
Back
Top Bottom