NetTalk Central

Author Topic: Compile errors Print Procedure  (Read 2390 times)

Johan van Zyl

  • Full Member
  • ***
  • Posts: 180
  • jvz
    • View Profile
    • Email
Compile errors Print Procedure
« 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>) ?
Johan van Zyl
Clarion 6.3 9058/C8 Gold/SQL/NetTalk WebServer

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Compile errors Print Procedure
« Reply #1 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