> I found a workaround for this [...]  Do not use
> CtlSetLabel but rather FrmCopyLabel.

Wait!  Those two functions are not compatible.  CtlSetLabel is for controls
(buttons, popup triggers, etc) only, and FrmCopyLabel is for labels, which
are totally different object types.  Mixing these up only works "by
accident" because the binary layout of ControlType and FormLabelType are
similar enough.  I wouldn't trust it to keep working in the future.

-slj-

Reply via email to