Gossamer Forum
Home : Products : DBMan : Discussions :

Re: Error: Unable to Modify Record

Quote Reply
Re: Error: Unable to Modify Record In reply to
Sorry, I just got arround to trying your suggestion and it didnt help...I may have misunderstood your instructions and done some thing wrong however....

Heres part of the html.pl:


sub html_record {
# --------------------------------------------------------
# How a record will be displayed. This is used primarily in
# returning search results and how it is formatted. The record to
# be displayed will be in the %rec hash.

my (%rec) = @_; # Load any defaults to put in the VALUE field.
($db_auto_generate and print &build_html_record(%rec) and return);

my $font_color = 'Font face="Verdana, Arial, Helvetica" Size=2 Color=#003399';
my $font = 'Font face="Verdana, Arial, Helvetica" Size=2';
my $table1 = 'ALIGN="Right" VALIGN="TOP" width="150"';
my $table2 = 'ALIGN="Left" VALIGN="TOP" width="275"';

print qq|
<INPUT TYPE="hidden" NAME="ID" VALUE="$rec{'ID'}">
<TABLE WIDTH="425" CELLPADDING=0 CELLSPACING=0 BORDER=0>


<TR><TD $table1>
<$font_color>Company Name:</FONT>
</TD><TD $table2>
<$font>$rec{'Company Name'}</Font>
</TD></TR>

Also the updated file has been reuploaded to the same place as specified in my last few messages.

Thanks a lot for your help again!
Kevin


Subject Author Views Date
Thread Error: Unable to Modify Record reallystuk 5515 Oct 23, 2000, 3:58 PM
Thread Re: Error: Unable to Modify Record
Karen 5391 Oct 24, 2000, 1:26 AM
Thread Re: Error: Unable to Modify Record
reallystuk 5385 Oct 24, 2000, 4:02 PM
Thread Re: Error: Unable to Modify Record
Karen 5394 Oct 24, 2000, 5:34 PM
Thread Re: Error: Unable to Modify Record
reallystuk 5366 Oct 27, 2000, 3:21 PM
Thread Re: Error: Unable to Modify Record
Karen 5362 Oct 27, 2000, 5:30 PM
Thread Re: Error: Unable to Modify Record
reallystuk 5369 Oct 28, 2000, 9:03 AM
Thread Re: Error: Unable to Modify Record
Karen 5371 Oct 28, 2000, 11:13 AM
Post Re: Error: Unable to Modify Record
Karen 5348 Oct 28, 2000, 5:44 PM
Thread Re: Error: Unable to Modify Record
reallystuk 5342 Oct 30, 2000, 3:47 PM
Post Re: Error: Unable to Modify Record
Karen 5316 Oct 30, 2000, 7:37 PM