DCBROWSE and ItemSelected or DataLink

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
RDalzell
Posts: 205
Joined: Thu Jan 28, 2010 6:57 am
Location: Alsip, Illinois USA

DCBROWSE and ItemSelected or DataLink

#1 Post 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

User avatar
RDalzell
Posts: 205
Joined: Thu Jan 28, 2010 6:57 am
Location: Alsip, Illinois USA

Re: DCBROWSE and ItemSelected or DataLink

#2 Post by RDalzell »

ITEMSELECTED seems to work the best....

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DCBROWSE and ItemSelected or DataLink

#3 Post 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
The eXpress train is coming - and it has more cars.

Post Reply