"Charles Rezsonya" <[EMAIL PROTECTED]> writes: > i am trying to figure out how to utilize the selector trigger, does anyone > have any source on how to act when the event occours? i know that there is > a ctlenterevent and a ctlselectevent, but then do i call a frmpopupform? or > something? and/or put something in that to return to the selectorTrigger to > display? thx
Catch ctlSelectEvent, then do whatever you need to do to get input from the user, then take that input, and put in the selector's label. For dates, you would probably call SelectDay(), for times, maybe you'd call SelectOneTime(). For anything else, you'll probably have to create a modal form with your custom fields, then call FrmDoDialog(). -- Dave Carrigan ([EMAIL PROTECTED]) | Yow! I had pancake makeup for UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | brunch! Seattle, WA, USA | http://www.rudedog.org/ | -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
