At 1:17 AM -0800 3/11/99, Danko Radic wrote:
>1) What's the difference between
> FrmGetFormId(FrmGetActiveForm() and FrmGetActiveFormID() ?
>
>Both work well under 2.0, but under 3.0 the first one crashes the program
>with 'Null Form passed!' in debugger.
There can be no active form at all. In that case, FrmGetActiveForm will
return NULL, and passing NULL to FrmGetFormID generates the error you see.
FrmGetActiveFormID will return 0 if there is no active form.
>2) String truncation:
Our StrNCopy is weird. That's about all I can say... I don't think it
changed from 2.0 to 3.0, but it's weird either way.
--Bob