NetTalk Central

Author Topic: Return Value  (Read 3579 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 331
    • View Profile
    • Email
Return Value
« on: August 28, 2012, 12:21:09 PM »
Hi Guys,

I am starting a "window" procedure in a new thread from a NetWebForm
To run on server side.

I'd like to return a value from the "normal" window procedure back to the NetWebForm.

I've tried the standard Return(ReturnValue) to the calling procedure, but I am unable to receive the value.

Is this possible?

Regards
Rupert

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Return Value
« Reply #1 on: August 28, 2012, 03:50:48 PM »
because you are trying to return data you probably don't want it running on its own thread.