I reckon there's a bug in the FrmDispatchEvent code. Adding the following to
my ApplicationHandleEvent would seem to make FrmUpdateForm work as expected:
if ( event->eType == frmLoadEvent )
...
else if ( event->eType == frmUpdateEvent )
{
frm = FrmGetFormPtr (event->data.frmUpdate.formID);
if ( !frm->handler (event) )
FrmDrawForm (frm);
handled = true;
}
Stephen Best
Bitware Australia Pty. Ltd.
- Tips and stuff rflores
- Re: Tips and stuff Afshan Jamil Raees
- Re: Tips and stuff rflores
- Re: Tips and stuff Stephen Best
- Re: Tips and stuff Stephen Best
- Re: Tips and stuff Remo
