Item syncronization

From: peterlon <andrea.peterlongoNOanSPAM_at_infotn.it.invalid>
Date: Fri, 15 Oct 1999 07:22:25 -0700
Message-ID: <000b8d9b.9cdee17e_at_usw-ex0101-002.remarq.com>



I am developing a form with 2 items, ITEMA and ITEMB in different block, with different number of record, BLOCKA and BLOCKB. The table associated with BLOCKB is a detail table of that of BLOCKA.

The content of ITEMA is to be chosen from a list by the user while ITEMB is a display item populated with the content of one of 2 database fields depending on the value chosen for ITEMB, i.e.:

  IF ItemA=a THEN
    ITEMB:= table_field_1;
  ELSE
     ItemB:= table_field_2;
  END IF. I need the two item to be syncronize (the same way it is possible to do with the calculation property in number field, for instance)

Is there somebody that has some ideas to deal with this problem?

Thank you in advance,

  Andrea

  • Sent from RemarQ http://www.remarq.com The Internet's Discussion Network * The fastest and easiest way to search and participate in Usenet - Free!
Received on Fri Oct 15 1999 - 16:22:25 CEST

Original text of this message