RE: How to conditionally open a remote view which is included in the D



Hi Peter:

I don't think you can conditionally open tables/view in the data
environment.

Why don't you move the code to open the remote view to the Load event of
the form and then check the condition with a IF statement.

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/

*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003

I have included a remote view in the DE of a form. However, the remote
view
should only be conditionally opened. How can I control this behavior?

thanks.

.


Loading