Yep, I was thinking about that. What I have is a popTrigger triggers changes in another part of my form. That change necessitates lots of DB hits and calculations, so I only want to make a change if the priorSelection!=selection of the popTrigger. Problem happens when the form is first created, priorSelection==selection, and the other gadgets in the form are not updated. So, I was wondering if I could set priorSelection to something (like a -ve number). I do not have the OS source with me (been waiting for like 3 months now since I've sent in the license agreement). Can anyone tell me if LstSetSelection affects data.popSelect.priorSelection ?
Alexander Horoshilov wrote: > [EMAIL PROTECTED] wrote: > > > > When a list from a PopTrigger is selected, a popSelectEvent is > > <Original Post segment deleted> > As SDK Reference said, popSelectEvent is generated by FrmHandleEvent and > based on selection of popup list, not trigger. Try use LstSetSelection > to set initial popup list value. > > WBR, > -- > Alexander Horoshilov > http://www.geocities.com/palmega -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
