Adjusting FindAsUType

J

John J.

I'm using Allen Browne's excellent FindAsUType form to quickly find records.
I need to adjust it slightly so that I can quickly add values to a kind of
'shopping cart' field. I've added a button that adds values of the current
record to a field's current value.

After pressing the button, the filter value in the field
"txtFindAsUTypeValue" should become null again and the filter should be
released, so that the user can quickly pick another record, etc.

I cán make the field become null but the filter doesn't get released.

I think if I can trigger the txtFindAsUTypeValue's change event, this could
work. Can someone tell me how to trigger the field's change event when
hitting the button? Any other ideas are welcome as well.

Thank you.
John
 
C

carasen

John J. said:
I'm using Allen Browne's excellent FindAsUType form to quickly find
records. I need to adjust it slightly so that I can quickly add values to
a kind of 'shopping cart' field. I've added a button that adds values of
the current record to a field's current value.

After pressing the button, the filter value in the field
"txtFindAsUTypeValue" should become null again and the filter should be
released, so that the user can quickly pick another record, etc.

I cán make the field become null but the filter doesn't get released.

I think if I can trigger the txtFindAsUTypeValue's change event, this
could work. Can someone tell me how to trigger the field's change event
when hitting the button? Any other ideas are welcome as well.

Thank you.
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top