Normal Topic Special menus in Sesame (Read 3253 times)
xkaes
Member
*
Offline


No personal text

Posts: 4
Joined: Jan 16th, 2004
Special menus in Sesame
Mar 3rd, 2005 at 11:00pm
Print Post Print Post  
Q&A allowed you to set it up so that only certain options appeared on the screen when someone used it. 

I assume the Sesame has a feature that allows me to create a special menu for the user that
1. removes the main menu and options at the top of the page, and
2. only shows "button" that I create and program. 

I can't seem to find this in the user manuals.  Can someone point me in the right direction?
  
Back to top
 
IP Logged
 
proudpoppy
Full Member
Members
***
Offline


Do What ??

Posts: 420
Location: South Carolina
Joined: Apr 7th, 2004
Re: Special menus in Sesame
Reply #1 - Mar 4th, 2005 at 12:43am
Print Post Print Post  
Yes it will allow you to create customized menu's but I don't believe you can get rid of the menu's at the top, you can hide the menu's in the left side pane. Do a search on here for custom menus, several months back there was alot of discussion on it, also insidesesame has a 2-edition special article on creating them.
Look at this, if shortcut don't work its in archived, on page 1 "Custom Menus"
http://www.lantica.com/Forum2/cgi-bin/yabb/YaBB.pl?board=archived;action=display...
  
Back to top
 
IP Logged
 
Bob_Hansen
Senior Member
Members
*****
Offline


WOW, They have the Internet
on computers now!

Posts: 1861
Location: Salem, NH
Joined: Nov 24th, 2002
Re: Special menus in Sesame
Reply #2 - Mar 4th, 2005 at 4:00am
Print Post Print Post  
These steps can help.....

You can start Sesame with the -closed switch.
------------------
Design a Menu Form. 
No elements bound to any fields.
Set NotifyForm(1) when opening form
Add a button to Toggle the Menu Tree view.
----------------
In your application programming:
Immediately open the Menu form in the Add Record mode
Make the Menu Form in the Add Records the DefaultTab.
--------------
  



Bob Hansen
Sesame Database Manager Professional
Sensible Solutions Inc.
Salem, NH
603-898-8223
Skype ID = sensiblesolutions
Back to top
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1350
Location: New Hampshire
Joined: Mar 11th, 2003
Re: Special menus in Sesame
Reply #3 - Mar 4th, 2005 at 8:54pm
Print Post Print Post  
Bob,

FYI, in case you hadn't thought of it this way...

If you open the custom Menu Form in Search mode, you won't need to use NotifyForm(1) to prevent saving. And since there are no records to be found in the Menu DB, the use can't get to extend mode and add records either. This works because Command Buttons will still work in Search mode.

This is the way I have been using my custom menus, and it has worked very well so far.

EDIT:
Come to think of it, you are probably safer to use NotifyForm() anyway, just in case someone navigates to the Add mode via the command tree.
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged
 
Bob_Hansen
Senior Member
Members
*****
Offline


WOW, They have the Internet
on computers now!

Posts: 1861
Location: Salem, NH
Joined: Nov 24th, 2002
Re: Special menus in Sesame
Reply #4 - Mar 4th, 2005 at 10:31pm
Print Post Print Post  
Funny edit Carl (to me only). Grin

I initially started last year using Search/Update mode for menus and then I went to Add.

I don't recall why, but it had something to do with the Sesame Menu Tree, being on the "Retrieve Spec" Screen, and auto Add after retrieving all records. 

I think I switched when NotifyForm() came around.  Made me feel more secure.  Actually if no fields are bound, I don't think a record would be saved in either mode.   Now, as in Q&A, I don't remember why I do some things, they are starting to become work habits.
  



Bob Hansen
Sesame Database Manager Professional
Sensible Solutions Inc.
Salem, NH
603-898-8223
Skype ID = sensiblesolutions
Back to top
IP Logged