NetTalk Central

Author Topic: ReplyComplete() - Page type Forms  (Read 2682 times)

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
ReplyComplete() - Page type Forms
« on: July 14, 2017, 11:40:02 AM »
Hi, Bruce

Thanks for the tip about ReplyComplete() in the last UserGroup session (July 13, 2017).   I encountered NetSimple errors -40 Data could not be Sent when applying it to my forms and, as a test, to a browse procedure.  An example app worked fine with it until I made the example form a page instead of a popup.  As a page, the app just cleared the page leaving a blank window on recalling the parent browse but didn't give any error messages.

I have attached the modified Web 2 example's app, dct, and tps files.  Only the app has been changed

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Re: ReplyComplete() - Page type Forms
« Reply #1 on: September 06, 2017, 09:23:23 AM »
For the sake of anyone with a similar problem.

In the August 24, 17 NT User Group at 2:02, Bruce showed a way to get around this problem for now using START.  But you can't use START with a procedure that returns a value so you have to change the prototype of the SendEmail (as an example) so it doesn't return the result.