I have a form that is modeless, but from certain forms I want it to act as a modal form. In this case I want to be returned to Form1 when I get done with FrmTypesForm. Below is the code that I have in Form1. My problem is that FrmTypesForm does not generate a FormOpen event if I use the code below. Is there a better way for me to do what I want?
frmP = FrmInitForm (FrmTypesForm); FrmDoDialog (frmP); FrmDeleteForm (frmP); Thanks in advance, Ed. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
