Re: 2 small problems

Tech-Archive recommends: Fix windows errors by optimizing your registry



I doubt it is this but -

Is tab stop #4 control disabled?

Other than that I don't know. What kind of control is #4, and is there any code in its events?

John


Joanne wrote:

Whoops
Forgot about the tab stop on control 4. It is set to tab stop yes, is
actually numbered tab stop #4, but tabbing will not proceed from tab
stop 3 to tab stop 4. Instead, it goes back to tab stop 1.
Any ideas anyone?
Appreciations for you time and expertise
Joanne
J. Goddard wrote:


#1
Pressing F4 opens the dropdown. You can use sendkeys in the On Enter event to do that. I think it is Sendkeys "{F4}"

#3
The Tab Stop property for control 4 may be "No" - it should be "Yes"

I'll leave #2 to the "experts" - I don't think it is due to Access directly.

John


Joanne wrote:


Problem 1
When i enter my cbobox, I would like it to drop open, but I don't see
anything in the list of properties that will allow me to do this.
AutoExpand is already set to yes, and Locked is set to no. Can this be
done?

Problem 2 When I look at print preview, it shows only the top half of my form -
and sure enough, when I send it to the printer it prints only the top
half of my form. I haven't a clue why the controls on the bottom half
will not print. Visible is yes, display is always on all controls.

Problem 3
When I tab through my form, it goes thru stop 1, 2, and 3, then goes
back to stop 1. I can click in stop 4 and then tab through the rest of
the form, but I cannot go from stop 3 to stop 4. Looked at the
settings and they seem to all be equal to me, all have the correct
stop number on them, and in view tabs they are in the correct order. I
don't know what gives here either.

Any help you can offer on any of these little anoyances will be
greatly appreciated.

TIA
Joanne





.



Relevant Pages

  • Re: Detect if dialog page is active and button enabled
    ... very risky way to control another program. ... then rather than sendkeys I would suggest ... Appleman doesn't talk about the tab control. ... window, by sending a WM_NOTIFY message ...
    (microsoft.public.vb.winapi)
  • Re: Asp.Net AJAX dynamically added Tab Control not displaying
    ... TabPanel assumes there's no active tab and it hides all the tabs at client ... protected void Page_PreRender ... Microsoft is providing this information as a convenience to you. ... does not control these sites and has not tested any software or information ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Subform trouble for New User
    ... control as suggested. ... I didn't use that field in the Subform Field Linker). ... The structure of this tab is ... continuous form.I have limited the fields in the continuous form to ...
    (microsoft.public.access.forms)
  • Re: Tab Control
    ... here's the code on an Option Group control that changes ... to the corresponding index value of the tab control page you ... click to go to the first tab page, and set the button's OptionValue property ... i keep the list of available subforms in tbl00SubformReports, ...
    (microsoft.public.access.formscoding)
  • Re: Calculated fields in subforms of Tab Control not refreshing
    ... Private Sub TabCtl0_Change ... from the drop down so that the tab selection works on first click. ... Right-click the edge of a subform control, ... Calculations in some fields use data from fields in other ...
    (microsoft.public.access.modulesdaovba)