I have two ClientDataSets with identical fields. One is for the user
viewing the data, and the second receives incoming data, processes it,
filters out unwanted records and then adds the remaining records to the
other ClientDataSet so the user can view them.

I would like to do this by using the AppendRecord method, which takes a
TVarRec array of the values, but I don't want to have to list every
field (there are 89 fields and that could change), so does anyone know
how I get the TVarRec from the first ClientDataSet, so I can use it in
the AppendRecord method of the second ClientDataSet?

Any help appreciated.

 


Sincerely,

Brad Gies
-------------------------------------
NLM Software
Southfield, MI, USA
------------------------------------- 







This e-mail is intended only for the person or entity to which it is addressed 
and may
contain confidential and/or privileged material.  Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon, this 
information
by persons or entities other than the intended recipient is prohibited.  If you
received this message in error, please contact the sender immediately and delete
the material from your computer.
__________________________________________________
Delphi-Talk mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to