Jump to content
Server Maintenance This Week. ×

Portal Command Menus


This topic is 3135 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi All,

 

I Have 4 tables

 

1. Button Menus

Field Names Type Comments
Button_Name Text  
Button_Highlight Calculation Unstored,=If( Dashboard::MenuKey = Button_Name; Globals::Menu_Graphics[1] )
Button_Display Calculation Unstored,=If( Dashboard::MenuKey = Button_Name; TextStyleAdd ( Button_Name ; Bold ); Button_Name )

 

2. Dashboard

 

Field Names Type Comments
ButtonKey Text Global
Username Text Global

 

3. Warehouse

 

Field Names Type Comments
constant Calculation 1
MATERIALS ID MATCH FIELD Text Indexed, Auto Enter-serial ; Cant Modify
Material Receiving Number Number Auto Enter-serial
Material Name Text Indexed
Material Lot Number Number Indexed, Auto Enter-serial ; Cant Modify

 

4. Globals

Field Names Type Comments
Sorting_Icons Container [3] Globals
Menu_Graphics Container Globals
     

 

Relationships

 

Button Menus x Dashboard ( Button_Name ; ButtonKey)

Dashboard x Warehouse  ( Username ; MATERIALS ID MATCH FIELD)

 

I have a portal from Button Menus Table with the following Records ( Add Material ; Delete Material ; Go to List View ; Print ) I want to use them as my Command Menus.

 

Can you please share your expertise on how I do that using script.

 

Please see attached file.

 

Thank you so much.

 

Rose

 

Warehouse Management.fp7

Link to comment
Share on other sites

  • 3 weeks later...

This topic is 3135 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.