Gossamer Forum
Home : Products : DBMan : Installation :

Modify Records Empty

Quote Reply
Modify Records Empty
I am having some problems editing records.
I do a search to find the item. then click Modify Record.
But all the text boxes are empty, (They do not carry over the data from the search).

This works ok with the default config. But as soon as i change a field name in the default.cfg and/or html.pl the edit page does not copy the text over.

At the moment I am using auto-generate of html forms, but it does the same thing??

Any Ideas would be greatly appriciated,.

Thanks

Jay

Quote Reply
Re: Modify Records Empty In reply to
Make sure that in your sub html_record you have the following codes:

Code:

<textarea name="FieldName" cols="8" rows="40">$rec{'FieldName'}</textarea>


Notice the bolded codes.

Regards,

Eliot Lee

Quote Reply
Re: Modify Records Empty In reply to
Hi,

Its not just the textarea boxes that are empty, its any text box/dropbox etc..

Is sub html_record in html.pl actually used when the script is set to auto generate html pages??

Thanks.

Jay