Recent content by arnelgp

  1. arnelgp

    RegExp Added to VBA Library with Office Version 2508

    RegExp can be created late-bound, so i think there is no problem. other application, not ms product also use RegExp, so I don't think it will pulled out from Windows.
  2. arnelgp

    RegExp Added to VBA Library with Office Version 2508

    just believe everything you read. maybe AI wrote those for you to believe.
  3. arnelgp

    Back End Read-Only Issue

    that is another, No, No. as much as possible the shared folder should only be 1 folder depth.
  4. arnelgp

    Solved Conditional formatting without conditional formatting

    use Paint Event of the Detail section to set the color of each Conditions.
  5. arnelgp

    Solved Copy Paste Text Too Long error

    it will always bloat when you store the "data" in a table.
  6. arnelgp

    Solved ACCDE for assets records.,

    beware of "Ghost" projects, vhung..
  7. arnelgp

    RegExp Added to VBA Library with Office Version 2508

    it's not my Way, it does regularly updates and your info is incorrect that it does not update.
  8. arnelgp

    How to update current application and maintain the current version?

    1. procedure11.accde should have a startup form/routine to create the necessary Link table, via dsn-less connection. 2. creating desktop link , you can google the vba/script for it. 3. using shell, you can run procedure11.accde and close the current db, procedure10.accde.
  9. arnelgp

    Back End Read-Only Issue

    Grant Full Access right to user Everyone on your backend folder to prevent being read-only. you should also Split your db, the BE should reside to the Shared folder and distribute the FE to your users. don't worry of the Locking files, ms access will take care of it's deletion.
  10. arnelgp

    Solved Copy Paste Text Too Long error

    here is an update, Base64 from Clipboard. open Form1.
  11. arnelgp

    Solved Copy Paste Text Too Long error

    here is a demo, open form1. see the code behind the buttons. see the other modules.
  12. arnelgp

    Solved Copy Paste Text Too Long error

    Base64 is a series of Byte array, meaning it is binary. you need a VBA decoder to decode the base64.
  13. arnelgp

    Solved Class Properties Assigned From Procedures

    he's dead right alright and your all wrong on your Let Property.
  14. arnelgp

    Solved Class Properties Assigned From Procedures

    i think you only need to do that on another Class that you want to Implement
Back
Top Bottom