Welcome, Guest
Username: Password: Remember me

TOPIC: Ready filled tables

Ready filled tables 05 Oct 2011 14:01 #108

  • Kevin
  • Kevin's Avatar
When I build a table to use for a drop down menu eg Mr, Mrs,Ms or Monday Tuesday Wednesday etc, it would be nice to be able to add this data into the component. That way it will me ready to go when installed.

Sorry should have put this in new functions [MOVED]
Last Edit: 05 Oct 2011 15:18 by admin.
The administrator has disabled public write access.

Re: Ready filled tables 05 Oct 2011 17:15 #109

  • zutiste
  • zutiste's Avatar
  • Offline
  • New Member
  • Posts: 18
  • Thank you received: 1
  • Karma: 3
For lists like Mr, Mrs you can use the enumeration data type
The administrator has disabled public write access.

Re: Ready filled tables 05 Oct 2011 17:53 #110

  • griiettner
  • griiettner's Avatar
  • Offline
  • Senior Member
  • Posts: 73
  • Thank you received: 12
  • Karma: 8
zutiste

Can you give an example of how to use the enumeration... because last night was trying to find a good use ofr it, but I still did not get it... thanks
Paulo Griiettner
The administrator has disabled public write access.

Re: Ready filled tables 05 Oct 2011 18:07 #111

  • zutiste
  • zutiste's Avatar
  • Offline
  • New Member
  • Posts: 18
  • Thank you received: 1
  • Karma: 3
well, not sure I understand your question because it looks very simple to me.

for example, a table with first name and last name. you can add an enumeration field with the values "Mr, Mrs, Miss". just edit the field to specify the values.

I guess it's good for values that won't change.
The administrator has disabled public write access.

Re: Ready filled tables 05 Oct 2011 18:14 #112

  • griiettner
  • griiettner's Avatar
  • Offline
  • Senior Member
  • Posts: 73
  • Thank you received: 12
  • Karma: 8
If I understood right... I could use it to make to fields like "Pending", "Canceled" and "Sent" for orders for instance?

If that's the use of this field, I think is nice...
Paulo Griiettner
The administrator has disabled public write access.

Re: Ready filled tables 06 Oct 2011 05:26 #114

  • zutiste
  • zutiste's Avatar
  • Offline
  • New Member
  • Posts: 18
  • Thank you received: 1
  • Karma: 3
yes, correct.

- if the data won't change
- if there is no extra information associated to the data

ie :
-> "Pending", "Canceled" and "Sent" is set for eternity and does not need any extra information
-> List of prices : it might change
-> List of countries : there might be associated information like biggest cities, international country calling code, time zone, etc
The administrator has disabled public write access.
The following user(s) said Thank You: griiettner

Re: Ready filled tables 06 Oct 2011 06:01 #115

  • griiettner
  • griiettner's Avatar
  • Offline
  • Senior Member
  • Posts: 73
  • Thank you received: 12
  • Karma: 8
Thanks mate... I got it now...

I found a good use for it now... I was doing in another way, but using this feature, makes things easier...
Paulo Griiettner
The administrator has disabled public write access.

Re: Ready filled tables 06 Oct 2011 08:13 #116

  • Kevin
  • Kevin's Avatar
Nice one zutiste this has made life so much easier.
I was using the foreign key method to show info from another table.

The problem I had with foreign key was, the id was stored in the database instead of the value.
i.e Mr=1 Mrs=2 Ms=3.

I want to be able to export the data to an excel file so that would have been a problem./

Very happy I asked the original question now or I wouldn't have learned this.

Karma added, cheers
The administrator has disabled public write access.
Time to create page: 0.102 seconds

Get Started