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.
Printable View
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.
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