good day i have developed an application which im struggling to run.
i have created an interface which calls the next program on click of button ok
as follows: note this is a snippet *
DO WITH FRAME fram1:
ASSIGN
ftreaty = TRIM (ptreaty:SCREEN-VALUE).
fuy = DATE (puy:SCREEN-VALUE).
END.
RUN d:\custom\rpt005.p (INPUT ptreaty,
INPUT puy).
and there is an appserver that connects to the database so i have two more programs, one that connects to the database and posts the information to a temp table and then posts the temp table infomation to another porgram which will display the data..
however when i run the program i get the following error message:"the caller's temp-table parameter temp1 does not match to the parameter temp-table temp1(5363)" i have created the same temp tables and i cant find where im going wrong.
may anyone assist me
kind regards
i have created an interface which calls the next program on click of button ok
as follows: note this is a snippet *
DO WITH FRAME fram1:
ASSIGN
ftreaty = TRIM (ptreaty:SCREEN-VALUE).
fuy = DATE (puy:SCREEN-VALUE).
END.
RUN d:\custom\rpt005.p (INPUT ptreaty,
INPUT puy).
and there is an appserver that connects to the database so i have two more programs, one that connects to the database and posts the information to a temp table and then posts the temp table infomation to another porgram which will display the data..
however when i run the program i get the following error message:"the caller's temp-table parameter temp1 does not match to the parameter temp-table temp1(5363)" i have created the same temp tables and i cant find where im going wrong.
may anyone assist me
kind regards