Gianluca,

You can try

if( !(frmP = FrmGetFormPtr( SongPropsForm )) )
    frmP = FrmInitForm( SongPropsForm );

instead of

> FormPtr frm = FrmInitForm(SongPropsForm);
> ...

Ivan

Reply via email to