Greetings....
I have a Listbox that I want to show only items that are .t. for a logical field (field->template) in some views and all the data in another view.
Using the Set Filter command works but is slow. Ive tried to set up an Index on that logical field but am getting an index error.
INDEX ON field->template + field->custno where template is logical and custno is character. Can you do an Index on a logical field? Or is there a better way to accomplish what I am trying to do?
I would then use the SET SCOPE or SELECT function for the Listbox. Any guidance on this is appreciated!
Greg