Search results

  1. jwcolby54

    OpenArgs (my) class way

    This thread is written solely to teach classes and framework concepts. To quote Paul, and it feels like I have done so waaay too often, there must be 50 ways to leave your lover. If you would like to teach how to use classes, events and frameworks, I encourage you to do so. Just not in this...
  2. jwcolby54

    Solved Starting Appended Data at 1

    Appending back in archived records is the easy part. Figuring out how to reset the seed is more problematic. As you mentioned there may be other things that are expected of a "blank record". It seems that your way actually sets the seed property directly. Nice!
  3. jwcolby54

    Using clsMsgPD - The Big Edit

    For something a little lighter, the unfinished tale of Sweet Allie Bluebeard. Sweet Allie Bluebeard (Long ago) I bought a 33 foot Morgan Out Island sailboat, and "sailed" her "home" (solo) from Barnegat Bay NJ to Little Washington, NC. Quite an adventure for someone who had never sailed.
  4. jwcolby54

    Using clsMsgPD - The Big Edit

    Back in the early 2000s Mary and I became foster parents to a little 16 month old boy Robbie (now my son) and 9 months later to Allie, 2 days old straight out of the hospital (now my daughter). About 3 years later we adopted them. So Dad and Mom are 70, Robbie is 24 and Allie is 22. Which all...
  5. jwcolby54

    Using clsMsgPD - The Big Edit

    My daughter Allie is special needs and requires 24 / 7 supervision / assistance. My wife (long separated) had her 2nd knee replacement operation the end of April and I took a month off work (unpaid!) to care for Allie while Mary recuperates. Next week on Monday, I go back to work. I had 5...
  6. jwcolby54

    Using clsMsgPD - The Big Edit

    I believe the bitness changes got implemented and are now in the version up on GitHub. I donwloaded the changed version and pushed that up to GitHub so they should be there.
  7. jwcolby54

    Using clsMsgPD - The Big Edit

    There is very little bitness specific anyway. AFAI remember only the timer classes do calls to the OS. It is not I pushing the bitness thing, I don't really care as I don't (can't) use 64 bit anyway.
  8. jwcolby54

    Using clsMsgPD - The Big Edit

    I am retired. I am trying to write a book evangelizing the use of classes, events and frameworks. I know that well and I feel that there is no real solid documentation for teaching that to devs who don't use classes or frameworks. I am trying to create that. Solid documentation on this...
  9. jwcolby54

    Using clsMsgPD - The Big Edit

    I know how to export classes, forms and modules. However there are things such as queries, tables, data in tables, properties of things etc. NCAA how to do this globally. And I don't have a tool (yet) to automate exporting the things that make sense and getting them back in. I'm a GitHub hack.
  10. jwcolby54

    Using clsMsgPD - The Big Edit

    LOL. No, I don't know github. I use it only as a place to get the file off of my computer and publicly available to anyone who wants it. If you do understand such things how would one compare two access databases and get anything useful out of the comparison. These are databases (binary...
  11. jwcolby54

    Using clsMsgPD - The Big Edit

    I am in the middle of writing this book. I believe it is a usable work as it stands, though @Gasman might disagree! :ROFLMAO: As such, yea, the prolific postings will likely continue for awhile. If anyone finds anything that needs fixing I will be doing that as well.
  12. jwcolby54

    Using clsMsgPD - The Big Edit

    And I have no idea how to do simultaneous dev in access, even given GitHub. I have pulled the db posted here with the bitness conversions, updated it with the minor change to frmLongDataEntry. I suppose I will just cross my fingers, and push this latest up to GitHub. My issue here is I don't...
  13. jwcolby54

    Using clsMsgPD - The Big Edit

    Well.... I do not do dev anymore. Creating a VM and installing the 64 bit version, switching back and forth, keeping the database files in sync... seems like a lot of work for what I am trying to accomplish. OTOH if a guru on this board wants to work with me in testing such stuff I would...
  14. jwcolby54

    Using clsMsgPD - The Big Edit

    Did you pull this straight off of GitHub before making your change and posting it back here? I love your participation but i do need to keep things in sync! Thanks.
  15. jwcolby54

    Using clsMsgPD - The Big Edit

    Thanks but... I need such changes to be in my db out on GitHub.
  16. jwcolby54

    Using clsMsgPD - The Big Edit

    The db is fixed and up on github. Private Sub Form_Close() ' 'When the form closes, place the edited text from txtDataEntry 'back into the textbox that was passed in. ' 'Only do so if the passed in data is <> the edited data. 'Because mtxtPassedIn is bound to a field, it...
  17. jwcolby54

    Using clsMsgPD - The Big Edit

    As I have never tried to run anything in 64 bit Access, what is required on my end to do so? Is this a "separate install" kind of thing. And no I do not use the subscription thing, I have 2019 version.
  18. jwcolby54

    Using clsMsgPD - The Big Edit

    @isladogs I don't build apps any more. I have never used 64 bit. What would I need to do to be able to make the demo simultaneously 32 and 64 bit enabled? I don't know that I have a huge need to do this thing, though I am willing. I would think that any devs using 64 bit would be able to...
  19. jwcolby54

    Using clsMsgPD - The Big Edit

    Events form an "asynchronous" interface for doing things. I am teaching how to use events, and frameworks. I could teach how to use public subs I suppose, but most devs know that already. Not necessarily true with using custom classes and events. I wrote a framework which, when a form...
Back
Top Bottom