>
> Jun,
>
> From what I can see, you have it working. One thing I might suggest. Get used tow working with the SQL SELECT command. If you ever decide that you want to work with an SQL type of backend (MySQL, SQL, Oracle, Postgre, Advantage, etc.) then you will need this command. If you are using the SELECT command with VFP, the switch to an SQL back end will be much easer.
>
> Ken
> You shall know the truth - and the truth shall set you free. (John 8:33)
Thanks Ken, I am learning a lot here in foxite with the help I am getting from someone like you. After I solved the problem with the help of Tushar, I was also able to create a Method which reduces a lot of codings for me (before I have to encode a list of commands, then copy paste it on anything that may affect the refreshing of the displays). It is easier now, and faster from what I've been doing before (coding and performance).
However, I am stuck once again on passing and retrieving of a property I created. I am trying now to move from using public variable to substituting it with a property inside my forms.