Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Same dataset in different forms...
Fri, Aug 3 2012 10:48 AMPermanent Link

Uli Becker

I can read values from a dataset on FormA in FormB, but I didn't find a
way to use a dataset of FormA with databound controls in FormB. Is that
possible?

Thanks Uli
Fri, Aug 3 2012 11:52 AMPermanent Link

Raul

Team Elevate Team Elevate

Sorry i'm misunderstanding but just assign the form A dataset as the bound dataset for controls on form B (you need to do it in code but it should be just 1 line (per control)).

Raul

Uli Becker wrote:

I can read values from a dataset on FormA in FormB, but I didn't find a
way to use a dataset of FormA with databound controls in FormB. Is that
possible?

Thanks Uli
Fri, Aug 3 2012 12:00 PMPermanent Link

Uli Becker

Raul,

> Sorry i'm misunderstanding but just assign the form A dataset as the bound dataset for controls on form B (you need to do it in code but it should be just 1 line (per control)).

Thank you for the hint <you need to do it in code>. That's what I was
missing. I just tried to assign the property at designtime.

Uli
Image