I got a strange error.
i use in my program
- Code: Select all Expand view
use lvrlog new
INDEX ON str(val(type),2)+str(val(noden),2)+str(val(modn),2) TAG MODULE for val(modn)#0
msginfo(ordfor())
INDEX ON str(val(type),2)+str(val(noden),2) TAG PM for (nr = '4' .or. nr = '6') .and. nodet # 'HG' .and. nodet # 'NIM'
msginfo(ordfor())
In the first message the filtering is shown but in the second it's empty. Also if I browse the database, all records are shown.
If I create a small test-program, everything works fine.
Does anyone have a clue why this happend in my main program?
Thanks
Marc