Not Advancing to the next record

StacyStacy

A "Californian" at heart!
Local time
Today, 17:06
Joined
Jan 29, 2003
Messages
159
Please help me with an issue that an end user has described:


If we are on any tab other than the first one ("provider-training location"), and we scroll to a different record, the next record defaults back to the first tab. In other words, there appears to be a set focus on the first tab. This slows us down considerably. For instance, we may want to search for a particular project code, so we go to the "approval" tab. However, when we click on the next record, we are thrown back to the first tab and then have to scroll over and select the approval tab again.
 
If I'm reading your problem correctly then you could try this:

1) Set the form property "Navigation Buttons" from Yes to No

2) Create your on set of Navigation buttons on the form and then you can code them specific to your needs.

If your using the pre-defined navigation buttons that default to the form then it sounds like what you were saying that they keep going back to the first tab but if you create user-defined navigation buttons then you should be able to navigate the way you want.

HTH
 
I fixed It!

After printing out the documenter, I could not easily tell what was different. Additionally, I created another form with tabs and I could advance to each field without going back to the first tab. This is what I did:

I went back to the "forms" property, and removed the following code on the "OnClick" routine: programcombobox.setfocus.

It worked!

;)
 
Last edited:

Users who are viewing this thread

Back
Top Bottom