
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
Scatter/Gather are still workable but they're much more work than doing things "the VFP way". See the help file on buffering. When you think about it, all you're doing with Scatter/Gather is creating a buffer, which is now built right into VFP. Dan "ShahJagat" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am used to programming in FPW 2.6 > > I needed some ideas ... > > In FPW 2.6 I have always used scatter memvar and then at the end in the script > of the save button I issued a' Insert into' to add a new record to the table. > .Is it the same in VFP? The reason for my question is I could not figure out > where and why do I need to bind the column objects to the fields in the table.? > > > If I bind the control objects to the table, then I do not how to add a new > record to the table and also when the table is completely empty the controls > are grayed out... Am I doing something wrong? > > What is the best wasy to add new records to a table. > > Thanks in advance... > > > >
| <-- __Chronological__ --> | <-- __Thread__ --> |