NetTalk Central

Author Topic: NT8 Multiform example problem  (Read 3033 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
NT8 Multiform example problem
« 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
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: NT8 Multiform example problem
« Reply #1 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