You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RIght now, the result of dropdown are all the column in table, so how to get with filter, such as only key value or wanted field.
Now: Sample
Table X
column 1 column 2
A 111
A 222
B 333
B 444
question: how to get only show in dropdown are A values....111, 222,
Example code [If you have any code info]
// Drop down Nermo
formList.AddField("Nermo", "sb_nrhdr", db.Varchar, form.SelectSingle).
FieldOptionsFromTable("m_nermo", "nr_nrhdr", "nr_nrhdr").FieldNotAllowEdit().
FieldInputWidth(3)
Others [screenshots or other info]
The text was updated successfully, but these errors were encountered:
Description [describe your questions]
RIght now, the result of dropdown are all the column in table, so how to get with filter, such as only key value or wanted field.
Now: Sample
Table X
column 1 column 2
A 111
A 222
B 333
B 444
question: how to get only show in dropdown are A values....111, 222,
Example code [If you have any code info]
Others [screenshots or other info]
The text was updated successfully, but these errors were encountered: