Jan 25, 2007 #1 georgeluck Technical User Joined Jan 25, 2007 Messages 4 Location GB I need to reindex a database in foxpro. I am new to foxpro and have very little knowledg of it. I try to index it but it is greyed out
I need to reindex a database in foxpro. I am new to foxpro and have very little knowledg of it. I try to index it but it is greyed out
Jan 25, 2007 #2 tesar Programmer Joined Mar 7, 2001 Messages 292 Location CZ george, try write in command window: index on my_index_expr tag my_index_name (in simpliest case both _expr and _name use your field...) Tesar Upvote 0 Downvote
george, try write in command window: index on my_index_expr tag my_index_name (in simpliest case both _expr and _name use your field...) Tesar