Hi all,
Could someone help me with the following programming problem?
In a form I have 2 identical list boxes (LB1 + LB2). LB1 displays some fields of a record from
the content of a view while LB2 is empty. With a dlbClick on any line in LB1 copys this line to
previous empty LB2. A dlbClick on a line in LB2 removes that line. This works fine.
Now I want to set the field "hide" in the view to TRUE with a command button cmdHide of all
lines from LB2. The view itself has a filter to show only records if the hide is False. So
after changing the "hide" fields and after a REQUIRY the lines shown in LB2 should disappear
from LB1.
However, to realize that I have some difficulties. Does anyone have an idea?
Klaus
Could someone help me with the following programming problem?
In a form I have 2 identical list boxes (LB1 + LB2). LB1 displays some fields of a record from
the content of a view while LB2 is empty. With a dlbClick on any line in LB1 copys this line to
previous empty LB2. A dlbClick on a line in LB2 removes that line. This works fine.
Now I want to set the field "hide" in the view to TRUE with a command button cmdHide of all
lines from LB2. The view itself has a filter to show only records if the hide is False. So
after changing the "hide" fields and after a REQUIRY the lines shown in LB2 should disappear
from LB1.
However, to realize that I have some difficulties. Does anyone have an idea?
Klaus