Dave Crozier wrote:
> A general question regarding how those of you out there using SPT and Auto
> update cursors onto a Client Server back ends deal with record inserts into
> a table.
> 
> As some of you may well know, I'm in the process of writing a set of data
> access classes for VFP to Client server back ends. OK, you may say, it has
> been done before but I wanted a specific architecture for a project I'm
> involved in so thought it would be a good idea to develop a set of classes
> from the floor up.
> 
> My question is, when you use SPT to generate a VFP cursor which you then
> make updatable, how do you handle the insertion of records? I know how I do
> it and have always done it, but that is not the point and I simply wanted to
> get some feedback from others.
> 
> Specifically:
> 1 Do you allow free access to the VFP cursor and native VFP commands like
> "append blank" and "insert into..." as well as the Auto insert when using
> grids to display the attached cursor which in effect controls the data from
> the front end GUI down and auto updates the back end? 
> OR
> 2. Handle all the table insertions via an SPT "Insert into..." and then
> requery the back end from VFP to fill the GUI controls with the newly added
> blank record data.
> 
Hi Dave

2. for several years now.

And 90% of the time I use grids read-only with a seperate editing area 
on the form which is repopulated when the gridrow changes.

-- 
Cheers

============
Brian Abbott
============


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to