Forum Post: Sending Parameters To Business Entity's Readdata Procedure

  • Thread starter Thread starter OctavioOlguin
  • Start date Start date
Status
Not open for further replies.
O

OctavioOlguin

Guest
Greetings. Can somebody help? I've done this and that, but can´t stop getting "incompatible datatype parameter" messages: ASSIGN pQuery = SUBSTITUTE("Fecha >= &1 and Fecha ' ' and Fecha >= &1/&2/&3 and Fecha <= &4/&5/&6", STRING(DAY(fDesde)), STRING(MONTH(fDesde)), STRING(YEAR(fDesde)), STRING(DAY(fHasta)), STRING(MONTH(fHasta)), STRING(YEAR(fHasta))). after that I call a routine that instantiates the BE somewhere inside the appserver like this: myCaso:ReadCasoPaq(pQuery, OUTPUT DATASET dsCasoPaquete). but on calling proc I catch a lang.syserror: (223) incompatible data types Any help will be appreciated

Continue reading...
 
Status
Not open for further replies.
Back
Top