Funciones SQLServer en scriptcase

SELECT * FROM SCfn_compras(‘01/07/2013’,‘01/08/2013’)
Genera el siguiente error:

Error
Se produjo un error al acceder a la base de datos
Incorrect syntax near ‘01/07/2013’.
select count(*) from SCfn_compras(‘01/07/2013’,‘01/08/2013’)

Igualmente si uso variables:

SELECT * FROM SCfn_compras([fchInicial],[fchFinal])

Error
Se produjo un error al acceder a la base de datos
Incorrect syntax near ‘01/07/2013’.
select count(*) from SCfn_compras(‘01/07/2013’,‘01/08/2013’)

Hello,

Is this the SELECT you used on a Grid application -> SQL? Or are you calling a function through sc_lookup()?

regards,
Bernhard Bernsmann

[QUOTE=bartho;16848]Hello,

Is this the SELECT you used on a Grid application -> SQL? Or are you calling a function through sc_lookup()?

regards,
Bernhard Bernsmann[/QUOTE]

Si, es el SELECT que se usa en la aplicaci?n GRID en el campo de texto SQL.

Hello,

Issue reported to our bugs team.

regards,
Bernhard Bernsmann