Re: After update disabling controls

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



Sorry, what I meant was that the fields being displayed depending on the most
recent entry.

I've checked and the code is also present in the OnCurrent event on the Form
although I didn't actually put it there (is that right?) and the control is
also bound to the only column in the combo box and yet it still doesn't work!

Linq Adams wrote:
I'm confused!

"the fields are displayed as being enabled or disabled depending on the
current record although the fields do display their correct selection."

Did you mean to say that the "are NOT displayed as being enabled or disabled
depending on the current record?"

Anytime you do formatting in the AfterUpdate event of a control, such as
enabling/disabling your comboboxes, in order to have the formatting persist,

1) The control of the AfterUpdate event has to be bound to a field in the
table

2) You have to include the same code in the form's OnCurrent event


.



Relevant Pages

  • RE: List Boxes
    ... I assume you want the height of the list box control to grow to display all ... selecting a variable first, and depending on what is selected depends on ...
    (microsoft.public.access.tablesdbdesign)
  • Re: Groups of Buttons
    ... This way the user can click on a tab and the ... - Use a Panel and programmatically control which Panel is displayed/hidden ... depending on which button is pressed. ... > I would like to display different group of buttons at different time ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Validating ComboBox Entries
    ... To prevent a user from entering any data, it can't be in the rowsource. ... still need to see it in the employees historical entries. ... the project name is displayed in the Combo control. ... I would have to display a Message Box or something similar to ...
    (microsoft.public.access.formscoding)
  • RE: VS2005 DataList with Nested GridView using ObjectDataSource
    ... you're wantting to display some data on the ASP.NET ... web page through the DataList control, and since those data records can ... category items in the DataList and in each DataList item, use a GridView ... | customer number in a grid (call it QUERY A). ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Re: Cobol Myth Busters
    ... ON SIZE ERROR phrase is used. ... access to tables of fixed size, and so should be avoided where high performance is needed. ... 05 depending-element occurs 1 to 4096 depending on binary-number. ... Packed is almost as slow as display. ...
    (comp.lang.cobol)