Progress being made - need more help.

Ruslan Zasukhin ruslan_zasukhin at valentina-db.com
Sat Sep 12 22:47:11 CDT 2009


On 9/12/09 9:26 PM, "Greg Olson-Hyde" <greg at hawkmount.com> wrote:

> Can I eliminate all my exiting lines such as:
> 
> RecordSet.Edit
> 
> Or do I need to replace them with something else?

PATTERN:

1)

====================
REcordSet.EDit

...

REcordSet.InsrtRecord
====================

Replace with

====================
Cursor.SetBlank

...

Cursor.AddRecord
====================


-------------------------------
1)

====================
REcordSet.EDit

...

REcordSet.UpdateRecord
====================

Replace with

====================
...

Cursor.UpdateRecord
====================




-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina mailing list