From: "McKee, Kevin L." <[EMAIL PROTECTED]>
Subject: Select Trigger
> I want to take the numbers from the labels and copy/set or whatever to a
> select trigger.
If you want to set the label of a popup trigger...
// gPopTrigLabel must exist for the life of the form that contains the popup
trigger.
// MainHTPopTrigger is the id of your popup trigger.
StrPrintF( gPopTrigLabel, "%d", hundredthou_Num );
CtlSetLabel( FrmGetObjectPtr( frmP, FrmGetObjectIndex(frmP,
MainHTPopTrigger) ), gPopTrigLabel );
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/