Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
All fields except one match key selected with combolist
Message
From
10/08/1999 15:27:10
 
 
To
10/08/1999 15:17:54
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00251721
Message ID:
00252178
Views:
23
I'd suggest this.
Copy the form.
Remove the CBO.
Put in a button with this in the click()
SELECT [parent]
SKIP 1
IF EOF()
  GO TOP
ENDIF
thisform.refresh()
Just see if the fields all display the *correct* record's information.

Next, please post (if you care to, of course) what your two tables are, their aliases, their order properties and whether the relation is one to many. You can get this information by selecting View/Data Environment menu option. The cursors will be there and you can view a properties sheet for them and the DE just like for a form.

>Did you create the form with the form wizard? Are you using the wizard-style navigation toolbars?
>
>No. I created the form from scratch (selected NEW form from the PM). I believe I used the builder to set up my cbo initially.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform