PDA

Click to See Complete Forum and Search --> : Control's datasource


Forest Dragon
Nov 13th, 1999, 01:35 AM
Hello,

How can I determine which controls are bound to a specific data control? I have tried to use the data source property but that doesn't work!

Thanks.

Clunietp
Nov 13th, 1999, 10:18 PM
if you're using the intrinsic data control or RDO, you cannot read or set the datasource property at runtime for an intrinsic control. You can set it at runtime with ADO though

HTH

Tom