separate lookupfield

You cannot combine a select field with a capture link. the idea is - because of my bugmessage in the other forum - that you can jump to a grid to select a person, but then not accepting the number, but to display the name. This could be solved by creating a label field which could be linked to this field to display the data.

Could work like this:

new field: display only
link on new field: field type, link to query.

Re: separate lookupfield

Hello,

I could not understand your suggestion very well. Could you elaborate? Perhaps with an image to illustrate?

regards,
Bernhard Bernsmann

Re: separate lookupfield

I managed to find another solution to this problem. If you do a lookup using a capturelink then the keyvalue is entered in the field. I don’t want the key, but the description. I could do this with a select field, but it does not work together with a capturelink on the same field.

Generally i could live with the first option and then display the description behind the key value as a label.

I managed to solve this issue using a ajax onchange event. But it’s a very common problem on lookups which are simply too large to use a select field.