Since @NauticalGent suggested your blog in one of my questions, I've been fascinated with your works.It is useful now. I have 182 pages written, and it is in a pdf format up on my blog. I am not allowed to post a link to my blog however. Google jwcolby and Blogspot and you get right there.
Just know that this is a very complex subject, so the book is not "finished". But it's absolutely ready and useful in its current state. Eventually it will be in a library state, developed into a framework.
I spent probably four years developing the concepts of object wrappers, and then building out classes encapsulating whatever I thought was a good idea. It became the framework behind a call center app I was writing at the time for Disability Insurance Specialists in CT where I lived at the time. That was the early 2000s.
Yes, basInitClass (singular) should not exist. I should have said basInitClasses the first time. BTW I correct these things as you the reader find them, export the new stuff to a PDF and push it into GitHub so your change is now live for the next person. Thanks again.So that code for BasInitClass is just BasInitClasses?
Is your last post meant to be posted here?I know it starts small on the database file on disk and expands it as required. It may be running into this. If I go back and restart the wizard does it pickup using the current file size on disk or start all over?
In fact I just realized that my c: drive only has 90 gb left. I may need to tell SQL Server to put the database out on my e: drive where I have much more room.
John has been giving away his knowledge for decades. This book is a free-to-download PDF.Is that your sole reason for joining here, just to advertise?
I understand perfectly. I am just grateful for all you do.If that is addressed to me, I am taking it in small steps, plus I had a Teams meeting this afternoon.
Drag and drop one Text Box onto the form. Name the text box txtDemo. Name it’s
associated label lblTxtBoxDemo
Drag and drop one Combo Box. Name the combo box cboDemo. Name its
associated label lblCboDemo.
Yes it should be named to match the text box. It doesn't matter a great deal but still, good catch!John,
Is this correct? Seems to me with the other controls label should be lblTxtDemo ?