Hi,
Thank you for the reply
Here is the code
subroutine PROCESSATTENDANCE(string BOOTHCODES,string CLASSCODES,string CATEGORYCODES,string EMPLOYEE_IDS,string PRFROMDATE,string PRTILLDATE) RPCFUNC ALIAS FOR PROCESSATTENDANCE.
I have created it using paste special-->sql-->remote stored procedure.
Actually it was as follows
subroutine PROCESSATTENDANCE(string BOOTHCODES,string CLASSCODES,string CATEGORYCODES,string EMPLOYEE_IDS,string PRFROMDATE,string PRTILLDATE) RPCFUNC ALIAS FOR "~"ATTENDANCE~".~"PROCESSATTENDANCE~"" (Even when i use it as such i get the same error)
I have edited it as
subroutine PROCESSATTENDANCE(string BOOTHCODES,string CLASSCODES,string CATEGORYCODES,string EMPLOYEE_IDS,string PRFROMDATE,string PRTILLDATE) RPCFUNC ALIAS FOR PROCESSATTENDANCE.
Inthe window i have hardcoded the parameters as follows still not working
proccall.PROCESSATTENDANCE('1' , '21/10/2014' , '20/11/2014')
Thank you