Gossamer Forum
Home : Products : DBMan : Customization :

Cant delete a record

Quote Reply
Cant delete a record
Can somone one help me with this problem? I am using short/long record mod.

I am able to delete a record if brought up in the "short display"...however i cant delete it, if brought up in the "long dispaly" which is the way it will come up if you search for a single record to delete.


so when the long view record comes up it says this:-

If you would like to delete this record, check the box and then press "Delete Records":

however when you click the delete button nothing happens...the curser dont even process anything ..the "delete this record button" just go down and up again again.

**Here is a "txt link to my cgf, db.cgi, and html files*
http://www.seicars.com/html.txt
http://www.seicars.com/cfg.txt
http://www.seicars.com/cgi.txt

Everton
Quote Reply
Re: [jamaicasearch41] Cant delete a record In reply to
First, in sub html_delete_form change

&html_record_long(&array_to_hash(0, @hits));

to

&html_record(&array_to_hash(0, @hits));

just temporarily see if that makes a difference.

You are checking the box, right? (Just thinking of as many possibilities as I can.)

That's all I can think of right now.


JPD
----------------------------------------------------
JPDeni's DBMan-ual
How to ask questions the smart way.
Quote Reply
Re: [JPDeni] Cant delete a record In reply to
What would I have done without you?

Many Many Many Thank!
Thank JP,