Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need your help!
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00425972
Message ID:
00426264
Views:
26
>Hi Chris,
> I am so sorry to ask you again but I don't know where "the remote view definition" is.
> I don't have much experience about Vfp, please be patient with me.
> All the remote views that I am using are based on tables(from the server). As I understand, I have to create a new field(temporaty field) only for my remote view(not for the table for the server?). Then have the code that Julie gave. Then set the order for that temporary field. Am I right?
> Please, help me out of this problem.
> Thank you.

Both types of views, local and remote, are stored in a VFP database. So the definition of the remote view you are using is stored in a VFP database somewhere on the system. If the name of the view is v_Contacts, you can view and modify the view with:

MODIFY VIEW v_Contacts

from the VFP command window

And you are correct about creating the new field just for the view, not for the table on the server.
Chris McCandless
Red Sky Software
Previous
Reply
Map
View

Click here to load this message in the networking platform