Normal Topic shortcut keys (Read 486 times)
FSGROUP
Full Member
***
Offline


No personal text

Posts: 179
Location: Edmonton, Alberta, Canada
Joined: Jan 14th, 2004
shortcut keys
Feb 26th, 2004 at 4:31pm
Print Post Print Post  
is there not one for just saving a form, as opposed to saving and closing a form or saving and moving to another record?

thanx
  
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: shortcut keys
Reply #1 - Feb 26th, 2004 at 4:59pm
Print Post Print Post  
There is no shortcut, but there is a command tree item for it:

"Search Update Menu!Navigation!Save Record"
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
BOBSCOTT
Senior Member
Members
*****
Offline


That Darn Computer #$X#
{curse words}

Posts: 1195
Joined: Nov 22nd, 2002
Re: shortcut keys
Reply #2 - Feb 26th, 2004 at 6:08pm
Print Post Print Post  
Quote:
is there not one short cut for just saving a form, as opposed to saving and closing a form or saving and moving to another record?

thanx


FSGROUP,

You might want to just create a command button labeled Save and add this code to on element entry of save command button. It works well for people that like the visceral feeling of clicking a button to save. You could even have it pop up a little window telling the user their data has been saved.

var vsavebutton as int

vsavebutton = @selectTreeitem ("Search Update Menu!Navigation!Save Record")
  

Team – Together Everyone Achieves More
Back to top
 
IP Logged
 
FSGROUP
Full Member
***
Offline


No personal text

Posts: 179
Location: Edmonton, Alberta, Canada
Joined: Jan 14th, 2004
Re: shortcut keys
Reply #3 - Feb 26th, 2004 at 6:23pm
Print Post Print Post  
good idea BobScott-thanx  Smiley
  
Back to top
IP Logged