Thank you the replies. Ariel pointed that with a dynamic list the pop
trigger doesn't automatically insert the text on it's label so I had to
write this code in the pop select event and it worked fine

ctrlP = FrmGetObjectPtr(frmP,FrmGetObjectIndex(frmP,MainAppPopTrigger));
   CtlSetLabel(ctrlP,strLstText);

    Thanks again


----- Original Message -----
From: Brian O'Grady <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 04, 2000 1:01 PM
Subject: Pop-up label not displaying


> Hello,
>
>     I seem to be missing something with my pop-up trigger, I can not get a
> value from my list to appear in the pop-up label. The list is initialized
> with a draw function, I use LstSetSelection(list,0);
> LstMakeItemVisible(list,0); to make the first item in the list visible but
> nothing is shown.  The list does display properly when selecting the
trigger
> arrow but after selecting an item from the list nothing appears next to
the
> trigger. The PP guide says it should place the chosen item in the pop-up
> label automatically. I'm sure I must be missing something simply, does
> anyone have an idea as to what I may be leaving out? Thank you.
>
> Brian O'Grady
>
>
>

Reply via email to