Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Delete Image

Quote Reply
Delete Image
Hi,

I have three DBMan SQL 2.0.3 questions, number 1/ is new and the subject of this post and number 2/ & 3/ are questions I have asked before but not received any answers.

I would appreciate it if someone could try to answer my three questions.

1/ What is the field that I need to add to my modify_form.html to enable an existing image to be deleted? On the Sample modify record page there is a checkbox field that deletes the image but I can't view the html source as it is all generated by the script.

2/ I have the following sub in a global -

sub {
my $tags = shift;
my ($field_name) = $DB->table('table_name')->select({'Username' => $tags->{Username} }, ['field_name'])->fetchrow_array();
return $field_name;
}


Now I want to assign the result to a new global tag (e.g <%new_name%> = $field_name) that will be available after the subroutine is executed. What do I need to add to my subroutine to make this work???

3/ In the Sample database that is installed during setup I can't find where the error message "Column price cannot be left blank." comes from. I assumed that all the user messages can be changed in the User Language template but I can't find that particular message. Where can I find it if I want to change it and are there other user messages not in the User Language template?


Thank you.

Simon.

Subject Author Views Date
Thread Delete Image jai 4891 Mar 11, 2002, 5:42 AM
Thread Re: [jai] Delete Image
Paul 4803 Mar 11, 2002, 7:15 AM
Thread Re: [Paul] Delete Image
jai 4741 Mar 14, 2002, 3:23 PM
Post Re: [jai] Delete Image
Paul 4711 Mar 15, 2002, 2:36 AM
Thread Re: [jai] Delete Image
604 4768 Mar 11, 2002, 9:26 AM
Thread Re: [TheStone] Delete Image
jai 4764 Mar 11, 2002, 10:25 PM
Thread Re: [jai] Delete Image
604 4678 Apr 1, 2002, 2:59 PM
Thread Re: [TheStone] Delete Image
assombracao 4672 Apr 1, 2002, 4:14 PM
Post Re: [assombracao] Delete Image
604 4655 Apr 1, 2002, 4:24 PM
Post Re: [TheStone] Delete Image
jai 4682 Apr 2, 2002, 2:57 AM