Subject Re: Data Entry
From Lee Grant <camilee@comcast.net>
Date Thu, 23 Apr 2015 22:01:09 -0400
Newsgroups dbase.getting-started

Chuck Causey Wrote:

> Lee Grant Wrote:
>
> > Sorry for the multiple posts, but it kept giving me an error about it not uploading so I tried a couple more times...then I quit and came back in and there they were. ::sigh::
> > > Thanks for the ino Lee.  Concerning the multiple posts, look what I did to Mervyn Bick.  He wanted my code and I kept sending him pictures.  I shall follow your instructions and see how things work out.  I appreciate the time that you and Bick have devoted to my project.  
>
No problem.  Once you've done that, look at the source code for the objects in the .wfm file and you can see how each object you setup in the  inspector gets written to the file and is setup and the propertyies that get set.

The part of Object-oriented programming that the old "part time" programmers like us need to get over is that most of the stuff that we did redundantly is already done in the objects.  What we need to do now is examine and learn the objects and the things they can do...and then when we find something we can't do, we can modify existing objects to do it..and that's where the power lies...but I'd guess for most of what we're interested in doing, the present objects will fill our purposes just fine, and all we need to do is learn to use them.

Take care, good luck.

Lee