Hi,
Basic question which I am having problems solving. NT14.16, C11.0.136.
SendEMail procedure has:
Prototype: (EmailParametersGroup pEmail),long,proc
Parameters: (EmailParametersGroup pEmail)
THis works correctly ( on same thread):
If SendEmail(parms) = 0
.....
end
However, i want to send E mail on its own thread:
START(SendEmail,35000,parms) gives "No Matching Prototype error"
What am I missing?
Thanks,
Ron