NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on April 04, 2014, 02:04:48 PM

Title: NT8 Multiform example problem
Post by: Alberto on April 04, 2014, 02:04:48 PM
In ex 67 there are code in the PostDelete of the UpdateProduct proc.
It is excuted but the PRO:record is empty when its done then theres no delete of the 1:1 Software or Hardware file.

There no need to post an example, use web67 and check the tps.

Same problem in my app, dont know how to delete the childs.

Thanks
Title: Re: NT8 Multiform example problem
Post by: Bruce on April 07, 2014, 12:26:27 AM
the code should be in the ValidateDelete routine. PostDelete is wrong because the record has already been deleted by then, so can't be used. I've updated the example - thanks.

cheers
Bruce