Bryan - Gendev
Programmer
I have a puzzling occurence with one of my small apps. I wrote this years ago and have been asked to add another report to it. It runs using a single screen and is a membership database for a ex-servicemens club.
I have used SET ORDER TO TAG SURNAME in a prg file which runs before creating a report. The table MEMBERS is already selected.
When I run the app in my develoment folder I get the required output report correctly ordered (from a prg run from a command button on the app's main form )
However I have copied all the required files to another test folder on my PC and when doing the above on the main form I get the error
'index tag not found'
I have reindexed the members table in which I see the fields marked as having indexes set in the cdx file using display status in the debugger.
Can someone help me out here please?
Gendev
I have used SET ORDER TO TAG SURNAME in a prg file which runs before creating a report. The table MEMBERS is already selected.
When I run the app in my develoment folder I get the required output report correctly ordered (from a prg run from a command button on the app's main form )
However I have copied all the required files to another test folder on my PC and when doing the above on the main form I get the error
'index tag not found'
I have reindexed the members table in which I see the fields marked as having indexes set in the cdx file using display status in the debugger.
Can someone help me out here please?
Gendev