Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 13 APR 2000 11:16:29AM Andy Becker wrote:

We have a combo box drop down that displays a list from a table.

The popup is fine. When we select the row, the appropriate row id is placed in the combo box. No problem.

However, we also have a edit line for the description that matches the row id for the combo box. The only way that the desciption is populated is for us to either click on the edit line or click below the edit line if the edit line is read only.

Is there a way to populate the desciption at the same time that the row id is placed in the combo box?


At 13 APR 2000 12:40PM Don Bakke wrote:

Andy,

In the CHANGED event of the combo box do a Send_Event(Ctrl, "CALCULATE") call to your editline.

dbakke@srpcs.com

SRP Computer Solutions


At 13 APR 2000 02:04PM Andy Becker wrote:

Thanks Don - We'll give it a try.


At 13 APR 2000 03:40PM Andy Becker wrote:

Don, We tried the send event like you suggested. We must be missing something. We tried the change event and also the char event. Neither of these were activated. Any idea where we are going wrong?


At 13 APR 2000 03:53PM Don Bakke wrote:

Andy,

Forgot to mention that you need to reset the DEFPROP property for the symbolic to recalc correctly. Here is a sample of code we use that works:

[list]Set_Property(@Window:".COB_STATUS", "DEFPROP", Param1)

Send_Event(@Window:".EDL_STATUS_DESCRIPTION", "CALCULATE")[/list]

dbakke@srpcs.com

SRP Computer Solutions

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/ca54db58a1011267852568c00053e84d.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1