Normal Topic @CreateNewRecord() (Read 725 times)
sunnyjenna
Member
*
Offline


No personal text

Posts: 11
Joined: Mar 21st, 2004
@CreateNewRecord()
Mar 21st, 2004 at 7:24pm
Print Post Print Post  
Can someone give more detail and proper use of @CreateNewRecord()
  
Back to top
 
IP Logged
 
BOBSCOTT
Senior Member
Members
*****
Offline


That Darn Computer #$X#
{curse words}

Posts: 1195
Joined: Nov 22nd, 2002
Re: @CreateNewRecord()
Reply #1 - Mar 22nd, 2004 at 1:40am
Print Post Print Post  
Quote:
Can someone give more detail and proper use of @CreateNewRecord()


SunnyJenna,

I believe this falls into one of the new commands that the view changes file was referring to when it said:

A Programming Manual supplement will be available shortly with full documentation and examples:

This should explain many of the questions we have.

Do not feel alone with your question I am waiting to see how or if we need to change our command buttons in regards to this statement on the view changes page

Existing command buttons should use the new @Mode function to determine whether to run their OnElementEnter event

I figure after all the work getting the latest version of Sesame out this weekend the lanticans needed a day or two to catch up on life and then they will get a chance to put together the manual supplement. Cheesy
  

Team – Together Everyone Achieves More
Back to top
 
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: @CreateNewRecord()
Reply #2 - Mar 22nd, 2004 at 1:20pm
Print Post Print Post  
@CreateNewRecord works exactly like CreateNewRecord(), which is detailed in the Programming Guide. The only difference is that it will return the result set position of the new record.

var n as Int
    n = @CreateNewRecord()
  

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