Search results

  1. moke123

    Solved Anyone experienced this before?

    That's because the bound column is 1 based, unlike the columns which are 0 based.
  2. moke123

    Has Allen Browne website been closed?

    Just checked and it's still available through the Way Back Machine https://web.archive.org/
  3. moke123

    Wrapping controls WithEvents in classes

    I must say I'm having a ball playing around with the controls collection. I re-wrote my Date picker class using the controls collection for the 42 command buttons for the dates. So much less code than before. It's also much easier to set the different properties and methods of the controls...
  4. moke123

    Solved Import Filepath Batch

    This example writes file paths to a table with no duplicates
  5. moke123

    Database Properties - Did you know

    I'm sure you meant "here"
  6. moke123

    Using A Collection Class to Raise Common Event

    I feel ya too Gasman. I've struggled with this since MajP's challenges a few years ago. Especially the pseudo controls one. It's finally sinking in though so don't give up hope.
  7. moke123

    I'm thinking of moving

    In 1937 to 1977 G.E. dumped cancerous PCB's into the Housatonic river and polluted it from the middle of Massachusetts down to Pat's area in CT. The litigation to clean it up started 30 - 40 years ago and is still being litigated. I wouldn't say "easily handled"
  8. moke123

    Wrapping controls WithEvents in classes

    https://jwcolby.blogspot.com/2025/05/the-book-event-driven-programming-in.html
  9. moke123

    Wrapping controls WithEvents in classes

    The blog link takes me to an onboarding page.
  10. moke123

    Wrapping controls WithEvents in classes

    Am I correct in thinking the latest versions are available at these links? If not, where?
  11. moke123

    Wrapping controls WithEvents in classes

    john, I'm kicking myself in the ass for not looking through your database that has literally been sitting in the corner of my desktop for about a year and a half. For the longest time I've never been able to wrap my head around using collections of classes to do various things. Woke up this...
  12. moke123

    Wrapping controls WithEvents in classes

    Figures it was the first time I used A.I. for code. Probably the last also.
  13. moke123

    Wrapping controls WithEvents in classes

    You can blame A.I. for that. But it did work.
  14. moke123

    Wrapping controls WithEvents in classes

    Just discovered that I have some of your stuff from a few years ago when you did a presentation for George. Never had the chance at the time to go through it and forgot about it.
  15. moke123

    Wrapping controls WithEvents in classes

    Hi John, I'm a big fan of classes and I'm enjoying your work so far. One thing I noted was in the very beginning you have a timer class which uses an Api. I run 32 bit at home and 64 bit in the office. Had to change the dec's use it. #If VBA7 And Win64 Then ' Declare for 64-bit Office...
  16. moke123

    What kind of light arrangement is this

    I just googled the QR code without the date portion and that's what came up.
  17. moke123

    What kind of light arrangement is this

    https://www.homedepot.com/p/Commercial-Electric-Integrated-LED-6-inch-Retro-Fit-Ultra-Slim-Selectable-Color-Recessed-Light-White-Energy-Star-Title-20-Wet-Rated-92012/319788440#overlay
  18. moke123

    Are you cheating on your wife? Be careful.

    Apparently Grok has become obsessed with white genocide. https://www.axios.com/2025/05/14/musk-grok-white-genocide-south-africans-x
  19. moke123

    Invalid use of Me.

    That's because you didn't have "and " in the first instance so when it was null the second instance started with "And " Include "And " in all the instances and then at the end use- strFilter = right(strFilter,Len(strfilter)-4) which will strip off the first "And "
  20. moke123

    Man murdered in 2021 "speaks" at killer's sentencing

    I would say a majority bring notes, especially in big cases with high emotion. It would seem to be "Hearsay" but since it's post conviction that wouldn't preclude it. There's generally a lot of latitude. I could see it possibly being an issue in a sentencing appeal. Often victims / families...
Back
Top Bottom