Recent content by cheekybuddha

  1. cheekybuddha

    Read Type Information (Classes & Methods) from COM DLL

    I used to use an application that would read methods/properties of com dll's called TypeLibVwr.exe (made by iTripoli) I found a reference to it here: https://type-library-viewer.updatestar.com/en but I know nothing about that site, so use at your own risk! I don't think this will solve your...
  2. cheekybuddha

    Button Bugs

    Perhaps you misunderstood my point. Hearing of users on current channel experiencing these issues would usually make me think that they have made a mistake and got themselves on the wrong preview channel somehow. And I suspect this is probably the case in these instances The shocking part is...
  3. cheekybuddha

    Button Bugs

    I guess that MS are probably a victim of their megalithic size. Normally one might dismiss this as an anomaly, or a mistake on the users' part, and it wouldn't be particularly shocking. What's shocking is that MS' [not so] recent attitude towards testing and quality control makes this...
  4. cheekybuddha

    Button Bugs

    Wow! If this is the case, then what is the point of the preview channel? If bugs are discovered in preview and still make it in to stable ... 😖 Surely if you're too late to prevent the bug going into stable, then issue a hotfix to stable at the same time as updating preview channel. MS, why?
  5. cheekybuddha

    How to deal with dynamic IP address in MS Access to MYSQL DB Maria

    Actually, from previous posts from nector, I understood it that the server is just a box in their office and their ISP doesn't give them a static IP. (I may well be mistaken). The clients are probably using 'user'@'%' accounts. Not good for security, especially if the connections are not...
  6. cheekybuddha

    How to deal with dynamic IP address in MS Access to MYSQL DB Maria

    You may need to investigate a service like dyndns.org
  7. cheekybuddha

    A general question

    So much hope ... ... so much disappointment 😖
  8. cheekybuddha

    A general question

    Ouch!
  9. cheekybuddha

    A general question

    I'm not saying "Don't do it in Access"! I just suggested to consider Access' limitations too. The OP said "I look forward to learning and relearning Access" If you're having to learn a technology it might be worth learning something with more forward-looking possibilities than a dying one.
  10. cheekybuddha

    A general question

    Very true, but you could build a web app using free technologies and your only cost would be the webserver. Compare that cost vs all those licences 🤪
  11. cheekybuddha

    A general question

    Hi and welcome! Do consider: With Access you will be Windows-bound, and (without using a server-based RDBMS) also bound to a wired local network. If you may need to use your program on other devices (eg non-Windows tablets, Macs, or phones) or remotely or over wifi, then Access might not be...
  12. cheekybuddha

    I need the minimum value among 5 different fields in one record

    Is this in a server RDBMS (eg not in Access)? If so, please provide CREATE TABLE statements for your tables.
  13. cheekybuddha

    Solved It takes too long to download data from server

    What's the SQL for queries q_count_globals and qryEmpRscores_by_taID ? As @Minty points out, you will probably want to recreate the queries as views on the server.
  14. cheekybuddha

    Solved It takes too long to download data from server

    Note, OP is using Postgres, but your point still stands, George!
  15. cheekybuddha

    I need the minimum value among 5 different fields in one record

    Remember, you are the developer - it's your job to convert the logical structure into the interface your client was to see and use. How it works behind the scenes is of no concern to the client.
Back
Top Bottom