My programs often issue Browse Preference <mypreference> clauses so I can customize my view of data. This is nice in that sometimes I want to see things one way, sometimes another. However, I have encountered problems using this technique. Case in point: I just modified the structure to a large table that has many fields, 29 fields in all. When my program does the usual BROWSE PREFERENCE <whatever> the newly added field in the table is not visible in that browse window. How can I deal with this problem? I want to see that field, move it to where I want it to appear, resize the width of the column, just like the other fields.
I figure there are probably a few ways of dealing with this. One would be to delete the foxuser.dbf table entirely, but this seems like gross overkill, since I'd lose all my preferences!
What do you suggest? Thank you for ideas!
Edit: Whoops, I didn't just have a browse preference in effect I also had a browse fields <field list> in effect, and that is the reason I couldn't see my newly added field!
I figure there are probably a few ways of dealing with this. One would be to delete the foxuser.dbf table entirely, but this seems like gross overkill, since I'd lose all my preferences!
What do you suggest? Thank you for ideas!
Edit: Whoops, I didn't just have a browse preference in effect I also had a browse fields <field list> in effect, and that is the reason I couldn't see my newly added field!