jcastro90
5th March 2015, 00:28
Hi I have BaanV SP10, and when try to use the sesión whinh2115m000 obtain this error
Warehouse '%s' does not have locations.
I check and found that messaage come from a DAL. There have this code:
function extern long whinh215.cwar.check()
{
if whwmd200.sloc = tcyesno.no then
dal.set.error.message("whinhs0267", whinh215.cwar)
|* Warehouse '%s' does not have locations.
return(DALHOOKERROR)
endif
return(0)
}
But the warehouses have the field sloc in 1, and doesn't understand why DAL produce this error.
Please help
Warehouse '%s' does not have locations.
I check and found that messaage come from a DAL. There have this code:
function extern long whinh215.cwar.check()
{
if whwmd200.sloc = tcyesno.no then
dal.set.error.message("whinhs0267", whinh215.cwar)
|* Warehouse '%s' does not have locations.
return(DALHOOKERROR)
endif
return(0)
}
But the warehouses have the field sloc in 1, and doesn't understand why DAL produce this error.
Please help