Normal Topic primary keys and opening forms (Read 799 times)
FSGROUP
Full Member
***
Offline


No personal text

Posts: 179
Location: Edmonton, Alberta, Canada
Joined: Jan 14th, 2004
primary keys and opening forms
Jan 16th, 2004 at 5:25pm
Print Post Print Post  
hello,

i was wondering if primary keys existed in Sesame and if there was a way to program a field element to open  form from within another form?

thank you.
  
Back to top
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: primary keys and opening forms
Reply #1 - Jan 16th, 2004 at 5:46pm
Print Post Print Post  
Sesame has no keys, primary or otherwise.  You may want a unique value on each record for your own purposes, though.

As to opening a form, look at the @SelectTreeItem command.
  

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


No personal text

Posts: 179
Location: Edmonton, Alberta, Canada
Joined: Jan 14th, 2004
Re: primary keys and opening forms
Reply #2 - Jan 16th, 2004 at 10:50pm
Print Post Print Post  
@SelectTreeItem(x) - behaves as if the specified tree item x was clicked. 

What does "specified tree item" refer to? Could you please give an example? I'm simply trying to open a form from another one using a command button

thanx
  
Back to top
IP Logged