NetTalk Central

Author Topic: Problems deleting record  (Read 3481 times)

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Problems deleting record
« 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?
Mike Grigsby
Credify Systems
Central Oregon, USA

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
Re: Problems deleting record
« Reply #1 on: September 23, 2009, 12:24:22 AM »
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

Alberto

  • Hero Member
  • *****
  • Posts: 1869
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Problems deleting record
« Reply #2 on: September 23, 2009, 01:53:22 AM »
-1 ?
What does it means?
Alberto
-----------
Regards
Alberto

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Re: Problems deleting record
« Reply #3 on: September 23, 2009, 10:15:17 AM »
There's nothing in the weblog.log. I tried deleting it, then redoing the delete, and still nothing in the log.
Mike Grigsby
Credify Systems
Central Oregon, USA

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Re: Problems deleting record
« Reply #4 on: September 24, 2009, 10:21:57 AM »
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.
« Last Edit: September 24, 2009, 08:35:11 PM by Mike Grigsby »
Mike Grigsby
Credify Systems
Central Oregon, USA