NetTalk Central

Author Topic: No matching prototype available  (Read 2700 times)

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
No matching prototype available
« on: June 10, 2014, 08:45:05 AM »
Hi - Basic question but do not remember solution

NT 8.15
CL 9.0

Getting the following compile error
No matching prototype available

On Line: Start(SendEmail,25000,email)
Using SendEmail(email) works fine (Except a warning - Calling function as procedure)

Both called from within a routine on a form at Validate Record.

What am I doing wrong?

Thanks.
Brian

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: No matching prototype available
« Reply #1 on: June 10, 2014, 10:57:40 PM »
a) Does the SendEmail procedure have the "Declare Globally" switch on?
b) What is the prototype of SendEmail?

cheers
Bruce