How To…Link DADE Pipeline to Standard Pipeline

Question

“How do I link a pipeline (dataview) I’ve created in DADE with a standard pipeline I’ve placed on my form/datamodule or vice versa?”

Solution

Gain access to the pipeline object of the TppDataView via the daGetDataModule routine.  Then manually link the pipelines as you would normally in code using a TppMasterFieldLink object.

Download: LinkDADEPipeToStandardPipe.zip
LinkStandardPipeToDADEPipe.zip

Sample Delphi code:

Link a DADE pipeline to a standard pipeline:

Link a standard pipeline to a DADE pipeline: