Normal Topic Pop-up Dialog to add to subform (Read 552 times)
Calibrate1
Member
*
Offline



Posts: 38
Location: Dayton, OH
Joined: Jun 28th, 2006
Pop-up Dialog to add to subform
Oct 16th, 2007 at 2:55pm
Print Post Print Post  
I want to be able to use the pop-up dialog form to add records to the subform.  The subform is using relational linking.  Also I was hoping to use programming in such a way that a new pop-up will immediately appear as needed, (dependant on programming, of course).  Is this possibe?
  
Back to top
 
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Pop-up Dialog to add to subform
Reply #1 - Oct 16th, 2007 at 3:21pm
Print Post Print Post  
Calibrate1 wrote on Oct 16th, 2007 at 2:55pm:
I want to be able to use the pop-up dialog form to add records to the subform.  The subform is using relational linking.  Also I was hoping to use programming in such a way that a new pop-up will immediately appear as needed, (dependant on programming, of course).  Is this possibe?

Which version of Sesame are you using?
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
Calibrate1
Member
*
Offline



Posts: 38
Location: Dayton, OH
Joined: Jun 28th, 2006
Re: Pop-up Dialog to add to subform
Reply #2 - Oct 16th, 2007 at 3:31pm
Print Post Print Post  
Using Sesame 2.0.3.  Sorry.
  
Back to top
 
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Pop-up Dialog to add to subform
Reply #3 - Oct 16th, 2007 at 3:35pm
Print Post Print Post  
Take a look at @FormAsDialog and @OpenWindow for the popup.

For adding the records, if you are on the parent record at the time, use @FormNewRecord, FormFieldValue and FormCommit.

If you are not on the parent record, look at XResultSetCreateNewRecord.
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged