Search results

  1. P

    MS Forms Tree View Slow Loading Issue

    Thanks a lot for the help. I'm truly thankful for the help. I'm trying to replicate it in 26.3 will update here if I'm able to understand the code and adapt it. Thanks again for your precious time.
  2. P

    MS Forms Tree View Slow Loading Issue

    Hi, Sorry for late responding. I checked the demo light load is much faster than full load (big hand for @MajP). However there is a bit of delay when expanding a node in light load that is understandable that it load the nodes. One thing more, there are different number of child nodes on...
  3. P

    MS Forms Tree View Slow Loading Issue

    Thanks a lot @MajP for your time and effort you put into it. I am on Eid holidays and don't have PC to check till next Monday. I'll check it and inform you as soon as I check. If it works so much fast for 10k records then it will work for my case faster. Thanks again and God bless you.
  4. P

    MS Forms Tree View Slow Loading Issue

    Thanks a lot. Meanwhile I'll try myself too.
  5. P

    MS Forms Tree View Slow Loading Issue

    I am using tree view loader class to load the tree view from the table. If I am not incorrect, I have to add procedures in tree view loader class for light load.
  6. P

    MS Forms Tree View Slow Loading Issue

    Thanks it will give a headstart.
  7. P

    MS Forms Tree View Slow Loading Issue

    Thanks for reply. I couldn't check that out since I was away from PC on which the project is located. I am quite sure that it will take more time to load the TV as the time is being taken in the loop which iteratively add one by one nodes. Since the approach you referred run the loop once to add...
  8. P

    Hierarchical Data, Recursion, Tree-Views, and a Custom Class to Assist

    Is it possible to make light load option available for TV using MS Form?
  9. P

    MS Forms Tree View Slow Loading Issue

    Hi, I want to use MS Forms tree view for one of my folder and used span folder option to populate the tblFileFolder using demo shared by @MajP at Hierarchical Data, Recursion, Tree-Views, and a Custom Class to Assis. No of records in the table are 3000. I am then using TreeViewRecordLoader...
  10. P

    Hierarchical Data, Recursion, Tree-Views, and a Custom Class to Assist

    Hi, Thanks for so sharing such a great tool. I want to use tree view for one of my folder and used span folder option to populate the tblFileFolder. No of records in the table are 3000. I am then using TreeViewRecordLoader Class to generate my MS Forms tree view which add nodes from the table...
  11. P

    Bootstrap Inspired Alerts

    @arnelgp, Thanks a lot for updating the code to 64bit. @isladogs, Yeah you are right, FadeInOut, round corner form and twipstopixel modules are copied from attention seeking database. I liked bootstrap style of alerts that is one the two reasons I used this. Balloon tooltips are nice and easy...
  12. P

    Bootstrap Inspired Alerts

    The file is accdb and can be opened in Access of both bitness. Most of the API's used are already for both bitness using #If statement. I will see if any api is left.
  13. P

    Bootstrap Inspired Alerts

    Hello, Find attached accdb file to emulate Bootstrap like alerts. See screenshot below: Best Regards
  14. P

    Solved IE.Quit Takes Quite Long Time to Execute

    Hi again, Just here to update about my issue and post the solution if anyone else want that. I found out if objIE.Quit is executed after some time then it is executed instantly without any delay. Moreover, using dictionary object, these started instances can be stored and can be closed at the...
  15. P

    Solved Conversion of mdb to accdb

    Thanks a lot for the help.
  16. P

    Solved Conversion of mdb to accdb

    Hi, This is a request if anyone have office 2007 and can convert these mdb files to accdb files for me as I have office 2019 and it doesn't support it. I'll be highly grateful. These are downloaded from Leban's site. Best Regards
  17. P

    Solved IE.Quit Takes Quite Long Time to Execute

    Thanks @isladogs and @Edgar_, I will try these methods.
  18. P

    Solved IE.Quit Takes Quite Long Time to Execute

    Thanks for reply @The_Doc_Man. I don't want to kill all processes of IE that's why I put sledgehammer approach the last resort. I want to specific id of the instance when it is initiated/created then kill the specific instance. If that is possible, how can it be done, please?
  19. P

    Solved IE.Quit Takes Quite Long Time to Execute

    Hi @isladogs, First of all thanks for reply. The video isn't playing and giving error "An error occurred. Please try again later. (Playback ID: sBxjSyYeGaxa6QWh)". Can you recheck the link and post updated one? As that of edge browser control, all of the users of my project are below office...
  20. P

    Solved IE.Quit Takes Quite Long Time to Execute

    Thanks a lot @The_Doc_Man for such a detailed reply. As 1, 2 are out of options, I am left with option 3 and 4. Sledgehammer will be my last resort if 4 couldn't be applied. Can you share some code or guidelines by which I can get process id of IE that is just created and then terminate the...
Top Bottom