I've been rewriting an application to make greater use of views and so far so good until this morning. I'm working in vfp8 and have the user prompt for a value which then gets queried and shown in a grid on the form. This worked fine last night and when I ran the form this morning I get an error loading the form concerning the de.
I went back to views 101 and wrote the simplest of views to ask the database to bring me back a result based on an input parameter. Say I want the zip code '07060' and tell it to find it thru a parameter identified as m.zip with the ? infront. If I do it in vfp6 on another machine it works as you would expect. On the notebook in vfp8 it now tells me the sql column does not exist (it seems to think that m.zip refers to a column--doesn't matter if i change the name of the variable).
Obviously I'm doing or not doing something stupid here. Would appreciate any ideas.
I went back to views 101 and wrote the simplest of views to ask the database to bring me back a result based on an input parameter. Say I want the zip code '07060' and tell it to find it thru a parameter identified as m.zip with the ? infront. If I do it in vfp6 on another machine it works as you would expect. On the notebook in vfp8 it now tells me the sql column does not exist (it seems to think that m.zip refers to a column--doesn't matter if i change the name of the variable).
Obviously I'm doing or not doing something stupid here. Would appreciate any ideas.