Gossamer Forum
Home : Products : DBMan : Installation :

modifying/deleting

Quote Reply
modifying/deleting
Hi,


I'm a novice in dbman (but learning fast !...).

I have a problem in deleting or modifying records,
though I think I'm doing it right.



Hereby parts from html.pl and default.cfg

in html.pl
__________

sub html_record_form {


<TR><TD ALIGN="Right" VALIGN="TOP" WIDTH="150"><$font>ID1:</FONT></TD>
<TD VALIGN="TOP" WIDTH="475"> <INPUT TYPE="TEXT" NAME="ID1" VALUE="$rec{'ID1'}" SIZE="3" MAXLENGTH="3"></TD></TR>


sub html_record {


<TR><TD ALIGN="Right" VALIGN="TOP" WIDTH="20%"><$font_color>ID1:</FONT></TD>
<TD WIDTH="80%"> <$font>$rec{'ID1'}</Font></TD></TR>


in default.cfg
______________

%db_def = (
ID1 => [0, 'numer', 5, 8, 1, '', ''],


$db_key = 'ID1';



What else could be wrong with ID1 or is it something else?
Thanks for responses.

Ace1


Subject Author Views Date
Thread modifying/deleting ace1 2702 Feb 2, 2001, 4:57 AM
Thread Re: modifying/deleting
AstroBoy 2595 Feb 2, 2001, 5:22 AM
Post Re: modifying/deleting
ace1 2591 Feb 2, 2001, 5:30 AM