[Gambas-user] Issue 241 in gambas: Potential problem with DataCombo
gambas at ...2524...
gambas at ...2524...
Tue Apr 24 18:53:50 CEST 2012
Updates:
Status: WontFix
Labels: -Version Version-TRUNK
Comment #1 on issue 241 by benoit.m... at ...626...: Potential problem with
DataCombo
http://code.google.com/p/gambas/issues/detail?id=241
A DataCombo allows to link a main table and a "list" table through a common
primary key field.
In another words, the list table must have an integer primary key and a
text field.
The main table must have an integer field having the same name as the list
table primary key.
Then the DataCombo will be able to display the list table text field
instead of just the integer value of the primary key.
Look at the 'Database' example. Its FTest form uses a DataCombo.
More information about the User
mailing list