Hi everyone,
I have what would seem to be a ridiculous situation with the following simple report.
(I am new to VFP 9 reports, having always before styled my own with @ say)
I generated the report using the wizard, there is only one table, indexed on a single field, outside of the report. I am using an alias for the report layout as the actual file used will change. If I populate the alias the report works fine. But when I try to use actual data with only the structure of the alias present I get the error "Index tag is not found for cursor object cursor1".
What is particularly frustrating is that a similar report works, using exactly the same logic. I have inspected properties of both reports, over many hours but cannot detect anything that would make the difference.
Thanks if anyone can help.
Bill