Kexi/Assistants/Lookup Column Assistant: Difference between revisions

From KDE Community Wiki
(Created page with "{{Note|Original wiki page: [http://web.archive.org/web/20060924174001/http://www.kexi-project.org/wiki/wikiview/index.php?LookupColumnWizardDocs]}}")
 
No edit summary
Line 1: Line 1:
__TOC__
== Objectives ==
'''The Lookup Column Assistant''' allows you to add a database relation for a single column. Once such relation is defined (one-to-many), it allows user to select one of many values for a given field using some sort of combo box. The task is to deliver intelligent GUI for this wizard. This task doesn't include a code for creation the column itself.
[[File:Lookup Column Assistant1.png]]
{{Note|Original wiki page: [http://web.archive.org/web/20060924174001/http://www.kexi-project.org/wiki/wikiview/index.php?LookupColumnWizardDocs]}}
{{Note|Original wiki page: [http://web.archive.org/web/20060924174001/http://www.kexi-project.org/wiki/wikiview/index.php?LookupColumnWizardDocs]}}

Revision as of 18:23, 5 April 2023

Objectives

The Lookup Column Assistant allows you to add a database relation for a single column. Once such relation is defined (one-to-many), it allows user to select one of many values for a given field using some sort of combo box. The task is to deliver intelligent GUI for this wizard. This task doesn't include a code for creation the column itself.

Note

Original wiki page: [1]