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...
Continue reading...