Foreign Key Labels/Values

  • Thread starter Geert-Jan Leerentveld
  • Start date
G

Geert-Jan Leerentveld

Guest
I have a problem with the foreign key function:

Foriegn_key_field example : "SQL: select personid, personname from people"

Current Behavior :
<option value="1 - Bob">1 - Bob

Sugested behavior :
<option value="1">Bob

Any idea how I can get the sugested behavior in version 2.1b BETA.

Please help me.

Geert-Jan Leerentveld
 
E

Eugenio

Guest
Geert-Jan Leerentveld wrote:
>
> I have a problem with the foreign key function:
>
> Foriegn_key_field example : "SQL: select personid, personname
> from people"
>
> Current Behavior :
> <option value="1 - Bob">1 - Bob
>
> Sugested behavior :
> <option value="1">Bob
>
> Any idea how I can get the sugested behavior in version 2.1b
> BETA.

I know that some users have built a patch to get such a behaviour, try searching on this forum.
A future version of DaDaBIK will have this feature.

Eugenio.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top