Re: BROWSE PREFERENCE: How to add a new field by Dan
Dan
Sun May 11 10:51:56 CDT 2008
On Sun, 11 May 2008 08:20:52 -0700, Dan Musicant (man@privacy.net)
wrote:
:I've added a field to a table and don't see the field because the browse
:clause uses PREFERENCE. How can I get the browse to show my new field?
:Do I have to edit a record in the resource file to do this? What would I
:change? Or would I just find the record in the resource file and delete
:it?
:
:This program works from FPW 2.6 to VFP 9. TIA.
:
:Dan
Ah, I found my problem. The command that launches the browse specifies
the fields to show and then uses the preference name specified in a
parameter. I added my new field to the fields list of the browse clause.
Hadn't seen that code in a long time!
Dan