This topic is locked

Problem with 'Add New' with dropdown (v4 build 241)

6/2/2007 5:01:42 AM
ASPRunnerPro General questions
W
waynes author

I am having a small problem with "allow add new values on the fly" option with dropdowns. Works fine if there is only one value in "display" field by I have added a custom expression to list 2 fields, eg time+' '+location. I now get this error message

Microsoft VBScript runtime (0x800A000D)

Type mismatch: 'ttype'

/include/commonfunctions.asp, line 1682


I relaize that this may be because I have multiple values and it doesn't know which to pick, but how can I get around it? I need this functionality to add on the fly but also need to show multiple fields in the dropdown box....

J
Jane 6/4/2007

Unfortunately it's impossible to use Custom expression and Add on the fly options at the same time.
This task can be accomplished editing generated files manually. You should be familiar with ASP and SQL for that.

However we don't have a ready to go solution for this.