Dean-O wrote: > I had a form that has a few popup triggers on it that bring up > lists. This all worked great then I added a button on the > form to take them to the next form and now the popup triggers > do not work.
That should be unrelated. > I am using palm development suite and built this form with the > resource editor. > Do I have to add some popup trigger event handler to the > ctlevent handler? if so, how do I get the correct list > to pop up? Link your lists to their "parent" popup trigger and you don't need an event handler to see your popup triggers pop up the right list (popSelectEvents are then thrown at the form handler). Or leave the list field empty in the popup trigger resources and call the LstPopupList API upon receiving a ctlSelectEvent on a popup trigger (you then need a form event handler.) > It seemed to be just working on its own until I added > the button to the form. Perhaps because you now trap ctlSelectEvents and return true if the calling control is not your button, thus cancelling the popup trigger action... -- Luc Le Blanc -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
