Normal Topic Command for "FormCommit" and advance? (Read 576 times)
Infinity
Senior Member
Members
*****
Offline


Diagonally parked in a
parallel dimension

Posts: 1290
Location: Massachusetts
Joined: May 27th, 2005
Command for "FormCommit" and advance?
Dec 20th, 2005 at 7:28pm
Print Post Print Post  
Is there a shortcut command to save the current record and advance to the next, blank record (during Add mode)?

That is, is there anything that replaces
@SelectTreeItem("Add Data Menu!Navigation!Advance Record (F10)

?
  

**
Captain Infinity
Back to top
IP Logged
 
Infinity
Senior Member
Members
*****
Offline


Diagonally parked in a
parallel dimension

Posts: 1290
Location: Massachusetts
Joined: May 27th, 2005
Re: Command for "FormCommit" and advance?
Reply #1 - Dec 20th, 2005 at 7:34pm
Print Post Print Post  
Whoops, I left off a ") there.
  

**
Captain Infinity
Back to top
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: Command for "FormCommit" and advance?
Reply #2 - Dec 20th, 2005 at 7:53pm
Print Post Print Post  
@Save

Page 211 of the Sesame 1.1 Programming Guide

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1351
Location: New Hampshire
Joined: Mar 11th, 2003
Re: Command for "FormCommit" and advance?
Reply #3 - Dec 21st, 2005 at 5:33am
Print Post Print Post  
I found that FormCommit causes a record advance in Add Mode starting with 1.1.3 (it did not do this in 1.1.2).

FormCommit("MyFormName")
- or -
FormCommit("")     //Action takes place on the form from which the command is run.
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged