Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Selecting value list category when entering field

Featured Replies

I really don't know how to write this down, but anyway I hope someone could decrypt my text­.

First, let say I want to create a house building database.

- Houses table, which are the houses to build.

- Components table, which contains all the stuff such as windows type, roofing, doors, etc. where each record holds the standard pricing for each component.

- Categories table, which is the components categories.

- There are all the tables that links the houses table with the components. (selectedWindows, selectedRoofing, selectedDoors, ...)

So here are my relationships :D

sshot45.jpg

By nbourre

As you can see, there are multiple occurrences for components.

How can I create a value list that select only the good category of components? With the less thinking for the user.

Edited by Guest

How can I create a value list that select only the good category of components? With the less thinking for the user.

What is a good category?

  • Author

Let say there's house layout on which we have a single field for each kind of components.

The drop-down list are windows::fkStructureID, doors::fkStructureID and roofing::fkStructureID.

Since all these components are in a single a table, how can I categorize the components value list?

  • Author

I've found a workaround. Since all the values are categorized with a primary key, I've created a drop-down list table in which there is only unstored calculation of values from 1 to 8.

I attach an occurrence of the components table to the ddl table for each category.

Here's the picture.

sshot46.jpg

By nbourre

This way, I don't need to manage a global value to select the right value list and there's no screen flickering.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.