Re: Replacing the Form in an Action

2001-10-21 Thread Paul Dillon
IL PROTECTED]> Sent: Saturday, October 20, 2001 5:11 AM Subject: Replacing the Form in an Action > Hi all, > > I cannot seem to figure out what I need to do in order to replace the form in the current scope with a newly created one. > > I have an action and I can get a form object fu

Re: Replacing the Form in an Action

2001-10-19 Thread Cobbie . Behrend
when you defined the form. CB "Jake Thompson" <[EMAIL PROTECTED]> on 10/19/2001 02:11:26 PM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: Replacing the Form in an Action Hi all, I cannot seem to figure out what I need to do in order to re

Replacing the Form in an Action

2001-10-19 Thread Jake Thompson
Hi all,   I cannot seem to figure out what I need to do in order to replace the form in the current scope with a newly created one.    I have an action and I can get a form object fully populated for me, so I want to do something like:   form = newForm;   however this obviously does not work.