gnue-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnue-dev] FK Support


From: Derek Neighbors
Subject: [Gnue-dev] FK Support
Date: Wed, 12 Jun 2002 16:33:43 -0500 (CDT)

I was thinking at times FK support is confusing to people...I think maybe 
it best to put datasource as an attribute so instead of :

<entry field="type_id" name="inpType" style="dropdown" width="10" x="11" 
y="5" foreign_key="dtsEvent_type.id" foreign_key_description="name"/>


it would look like:

<entry field="type_id" name="inpType" style="dropdown" width="10" x="11" 
y="5" fk_datasource="dtsEvent_type" fk_key="id" fk_description="name"/>

Then in designer at some point one could select the fk_datasource from a 
list of valid datasources and once that was selected it would then only 
show valid fields for that datasource in fk_key and fk_description, which 
I think would help usability quite a bit.


Thoughts?

-Derek




reply via email to

[Prev in Thread] Current Thread [Next in Thread]