NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Mike Grigsby on September 22, 2009, 06:51:35 PM
-
I'm at wits end as to how to fix a problem when I delete a record from a browse. I get a Page Not Found white screen. The URL is http://localhost:4604/-1?FromForm=InventoryF. I've tried everything from ignore key not being unique, to? It was working at one time, and now it flakes out on me. Other deletes work okay. Anyone ever seen this before?
-
Hi Mike,
If you look at the server log, what page is it looking for?
If that equates to a procedure, what _template type_ is the procedure?
cheers
Bruce
-
-1 ?
What does it means?
Alberto
-
There's nothing in the weblog.log. I tried deleting it, then redoing the delete, and still nothing in the log.
-
The problem seems to be with the generation of this code, but I'm not sure why it's being generated, since the user is logged in:
If p_web.GetSessionLoggedIn() = 0
Return -1
End
And it is on the browse, not the form.
It does delete the record, but gives the Page not found white window. If I hit backspace, the record is deleted. The next deletes work fine.
It also deletes records on the first page that appears, but not records on subsequent pages, after hitting the Next or Last buttons.