And if you still want a particular selection to appear in the popup 
trigger, do it programatically... also remember that you should point 
it to REAL data; that is, don't pass the control label as a local 
variable or if the form redraws it will draw garbage or crash...

the easiest option is to make your popup control's label 
'xxxxxxxxxxxxxx' for however many x's your longest string will be, 
then copy the text into the control. that way it will stay valid.


Alan Pinstein
Synergy Solutions, Inc.
http://www.synsolutions.com
1-800-210-5293


>On Mon, Aug 16, 1999 at 07:29:35AM -0400, [EMAIL PROTECTED] wrote:
> > I have created a popup trigger .  I am using  the LstSetDrawFunction
> > function  and created a function to read the data into the listbox.   The
> > data displays fine, but when I select a item trash displays in the popup
> > text.   How do I resolve this problem?
>
>You have to draw the text yourself and set handled=true in your
>popSelectEvent handler.
>
>-Ben
>--
>Ben Darnell              [EMAIL PROTECTED]
>http://www4.ncsu.edu/~bgdarnel/thoughtstream

Reply via email to