Gossamer Forum
Home : Products : DBMan : Customization :

Re: [knue] Updating many cfg files at once.

Quote Reply
Re: [knue] Updating many cfg files at once. In reply to
sounds like your html is still calling sub build_select_field

change:

print &build_select_field ("Userid", "$rec{'Userid'}");

to

print &build_external_select_field ("Userid", "$rec{'Userid'}");

either remove the part of sub build_external_select_field that checks to be sure Userid (field or column) is defined in cfg
or be sure it is defined in cfg in $external_select_field (or whatever the variable is; see my first reply)

Subject Author Views Date
Thread; hot thread Updating many cfg files at once. knue 17145 Nov 30, 2015, 12:17 PM
Thread; hot thread Re: [knue] Updating many cfg files at once.
delicia 16912 Dec 1, 2015, 6:22 AM
Post; hot thread Re: [delicia] Updating many cfg files at once.
delicia 16919 Dec 1, 2015, 8:50 AM
Thread; hot thread Re: [delicia] Updating many cfg files at once.
knue 16926 Dec 1, 2015, 2:48 PM
Thread; hot thread Re: [knue] Updating many cfg files at once.
delicia 16917 Dec 1, 2015, 5:19 PM
Thread; hot thread Re: [delicia] Updating many cfg files at once.
knue 16888 Dec 1, 2015, 5:25 PM
Thread; hot thread Re: [knue] Updating many cfg files at once.
knue 16913 Dec 1, 2015, 5:27 PM
Thread; hot thread Re: [knue] Updating many cfg files at once.
delicia 16914 Dec 1, 2015, 5:31 PM
Thread; hot thread Re: [delicia] Updating many cfg files at once.
delicia 16873 Dec 1, 2015, 5:34 PM
Thread; hot thread Re: [delicia] Updating many cfg files at once.
knue 16909 Dec 1, 2015, 5:42 PM
Thread; hot thread Re: [knue] Updating many cfg files at once.
delicia 16903 Dec 1, 2015, 5:53 PM
Thread; hot thread Re: [delicia] Updating many cfg files at once.
knue 16869 Dec 1, 2015, 6:15 PM
Thread; hot thread Re: [knue] Updating many cfg files at once.
delicia 16861 Dec 1, 2015, 6:36 PM
Thread; hot thread Re: [delicia] Updating many cfg files at once.
delicia 16869 Dec 1, 2015, 6:38 PM
Thread; hot thread Re: [delicia] Updating many cfg files at once.
knue 16854 Dec 1, 2015, 6:54 PM
Thread; hot thread Re: [knue] Updating many cfg files at once.
knue 16796 Dec 2, 2015, 9:50 PM
Thread; hot thread Re: [knue] Updating many cfg files at once.
delicia 16780 Dec 3, 2015, 1:54 PM
Thread; hot thread Re: [delicia] Updating many cfg files at once.
knue 16780 Dec 3, 2015, 8:13 PM
Post; hot thread Re: [knue] Updating many cfg files at once.
delicia 16759 Dec 4, 2015, 6:20 AM
Post; hot thread Re: [delicia] Updating many cfg files at once.
knue 16817 Dec 3, 2015, 11:56 AM