dear listers,

basically I have a form X with Field1 and Field2 and 1 Table field from form Y with column1 and column2 => in Table property I have set as Qualification Field1 = column1 and Field1 is read dynamically based on the workflow. I read the value of Field1 and when it is = to column1, I add the value of column2 to Field2.
So far so good.

In my form Y I have for column1 A and B
Column2 has C for A and D and E for B
Depending in which order I read Field1 (A first or B first) I always get two times values from colum2 => i.e. if I read A first I get Field2 = D,E,D,E
If I read B first then I get for Field2 = C,C

So I assumed I should run "PERFORM-ACTION-TABLE-CLEAR <Table Field>" after reading first value so the table field qualification gets refreshed and takes next value. But it simply doesn't work. I tried $Table Field$, "$Table Field$", '$Table Field$' and also Table Field without the $$
None has helped.

Any idea/ help ?

Thank you.

Remedy Maniac.

PS: I am runing ARS 6.01 on Sybase 12.5.3

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to