This topic is locked

Manual Edit List Box

11/7/2005 11:44:15 AM
ASPRunnerPro General questions
D
dgs author

In "BuildEditControl" I added a TextBox to the left of the Linked List Combo.

My idea is to have the TextBox linked to the record(field) and use the ComboBox only to populate the TextBox if desired.

I don't want data in the TextBox to add new items to the Linked List Combo.

Does this sound like a reasonable idea?

What code would I need to change to accomplish this?

Sergey Kornilov admin 11/7/2005

There is no easy way to implement this.
You should modify BuildEditControl fuction in include\..._aspfunctions.asp file and

code after this line in ..._add.asp and ..._edit.asp files.

if IsUpdatable(rs.Fields("Field")) then