NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Johan van Zyl on January 06, 2012, 12:29:09 AM

Title: Compile errors Print Procedure
Post by: Johan van Zyl on January 06, 2012, 12:29:09 AM
Copied (<NetWebServerWorker p_web>) into Prototype field from another virtually identical procedure.

Prototype is: STAFFREDFLAGGEDOPTIONSPRINT(<NETWEBSERVERWORKER>) - C:\Clarion8Projects\ProjectsJVZ\PlanAHead\CallCenter\callw068.clw:2271,29

StaffRedFlaggedOptionsPrint PROCEDURE

  ! The NetTalk Extension to report procedure has been added to this procedure.
  ! This means that p_web must be passed to this procedure. So the prototype should
  ! look like this:
  ! <(NetWebServerWorker p_web)>   ! <---- this here - maybe (<NetWebServerWorker p_web>) ?
Title: Re: Compile errors Print Procedure
Post by: Bruce on January 06, 2012, 03:24:02 AM
Prototype and Parameter lists need to be the same.

Prototype: (<NetWebServerWorker p_web>)
Parameters: (<NetWebServerWorker p_web>)

cheers
Bruce