Home : Products : DBMan : Customization :

Products: DBMan: Customization: Re: [mabel] unchangeable field: Edit Log

Here is the list of edits for this post
Re: [mabel] unchangeable field
Okay replace it with this and you can...

Code:
elsif ($db_form_len{$field} == -3) {
if (($in{'view_search'} == "1") || ($in{'modify_search'} == "1")) {
$output .= qq~<tr><td align=right valign=top width=20%><$font>$field:</font></td>
<td width=80%><input type=text name="$field" value="$rec{$field}" size="$db_form_len{$field}" maxlength="$db_lengths{$field}"></td></tr>~;
}
else {
$output . = qq~<tr><td align=right valign=top width=20%><input type=hidden name="$field" value="$rec{$field}"><$font>$field:</font></td>
<td width=80%>$rec{$field}</td></tr>~;
}
}

Last edited by:

Watts: Jul 10, 2002, 3:54 PM

Edit Log: