Gossamer Forum
Home : Products : DBMan : Customization :

Problem with modify

Quote Reply
Problem with modify
When I go to modify a record it gives me the search screen but will not find anything but the first record and only allow me to modify that one. ie it skips the select stage of the modify process. I have checked th $db_key and the modify_record_form sub as best as I can but I can't figure it out. Any suggestions?
Quote Reply
Re: Problem with modify In reply to
Thanks for the input. I figured it out last night. I had set the default # of hits to show to 1 so every time I searched to modify a record it would auto fill in the modify form. Commenting out that line is exactly what I did and it works fine. Thanks again for the response.
Quote Reply
Re: Problem with modify In reply to
What I would do is go into sub html_modify_form and comment out the line that starts with

if (($numhits == 1) and !$in{'nh'}) { $in{'modify'} =

Then run it and see what happens.



------------------
JPD