Touch screen with AXP forms

G

Guest

Hi all

I'm using modal popup form with a combobox to find a particular record using
the keyboard and mouse. I use the AfterUpdate event in the combobox to
trigger the search having first entered the product code and all works well.
That is until some bright spark suggests that a touchscreen is safer in a
production environment. so my solution was to create on the popup form a
series of command buttions; zero to nine and a backspace button to populate
or edit the combobox. so far so good. But having populated the combobox the
AfterUpdate event now fails to trigger.

How do simulate the AfterUpdate event from another cmd button. Or is there
another solution?

TIA

johnb
 
G

Guest

Simple. Change the AfterUpdate from Private to Public and Call it! Answering
my own question now!! What a wounderful world.

johnb
 

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