Page 1 of 1

DCBROWSE and ItemSelected or DataLink

Posted: Sun Mar 18, 2012 2:52 pm
by RDalzell
Hello,

I have a dialog and a dcbrowse within the same display, I would like to populate the dialog variables from a selection from the database browse.

Is the better choice a datalink or itemselected, plus I would like to keep the dialog active as will perform record tagging from the same database browse?

Looking just to return a database key field from the selection for the dialog.

Thanks,

Rick

Re: DCBROWSE and ItemSelected or DataLink

Posted: Sun Mar 18, 2012 6:25 pm
by RDalzell
ITEMSELECTED seems to work the best....

Re: DCBROWSE and ItemSelected or DataLink

Posted: Tue Mar 27, 2012 7:51 am
by rdonnay
Rick -

DATALINK was my original thought when I wrote eXpress++, but then I had a better idea with ITEMSELECTED.
You are correct that ITEMSELECTED is better.

Roger