PRB: View Wizard Loses Relations When Removing Field
ID: Q165634
|
The information in this article applies to:
-
Microsoft Visual FoxPro for Windows, versions 3.0, 3.0b, 5.0, 5.0a, 6.0
-
Microsoft Visual FoxPro for Macintosh, version 3.0b
SYMPTOMS
When creating a Local View with the View Wizard, there is an issue with
relationships when two tables are used and a relation is created. If the
user returns to Step 1 in the Wizard and removes a field or fields from the
selected fields, the relationship is removed.
RESOLUTION
The user must simply re-add the relationship once returning to Step 2.
STATUS
This behavior is by design.
MORE INFORMATIONSteps to Reproduce Behavior
- In the Command window issue the following command:
MODIFY DATA HOME()+"samples\data\testdata"
- From the File menu, click New. Click View and select Wizard from the New
File dialog box.
- In Step 1 of Local View Wizard, add all fields from Customer and
Orders. Click NEXT to move to Step 2.
- Since Orders.Cust_ID and Customer.Cust_ID should be in the pop-up menus,
click the Add button to set the relationship between the two tables.
- Click Back to go back to Step 1.
- In Step 1, remove a field or fields from the Selected Fields.
- Click Next to return to Step 2. (NOTE: the relationship is gone and must
be added again.)
Additional query words:
Keywords : kbtool kbMAC kbVFp kbVFp300 kbVFp300b kbVFp500 kbVFp500a kbVFp600 FxtoolQueryvwdes FxtoolWizother
Version : MACINTOSH:3.0b; WINDOWS:3.0,3.0b,5.0,5.0a,6.0
Platform : MACINTOSH WINDOWS
Issue type : kbprb
|