Search results

  1. K

    Class module reference

    Hi I would like to use a class module for displaying multiple filter forms. However I am not sure how to establish reference to the already opened class module in the OnOpen(OnLoad) event of the filer form. What I have is a Form with products. In this form I open my class module with the "new"...
  2. K

    Suppressing Import Message

    Hi I am changing icons on the switchboard on the fly. However, every time the icons or the graphics being loaded the message [Importing "File Path and name"] comes up. I am storing the icon path and name in a table and then changing the picture property of a control with the new path. It...
  3. K

    Suppressing Import Message

    Hi I am changing icons on the switchboard on the fly. However, every time the icons or the graphics being loaded the message [Importing "File Path and name"] comes up. I am storing the icon path and name in a table and then changing the picture property of a control with the new path. It...
  4. K

    Setting Column Width Programatically

    Hi I need to programmatically adjust column with on a subform, which is displayed as datasheet (or query in access 2000). It is very easy to do it from the GUI. However, I cannot work out how to do it. Unfortunately, I cannot set it up in advance as the form is created on the fly and then...
  5. K

    MS Graph Not Updating....

    Hi I am programmatically changing labels on the graph. However, my code is working correctly only when I put a brake in the middle of the procedure. Otherwise the labels do not get changed. I tried to insert "DoEvents" (and in desperation "dbengine.idle"), re-wrote the code to do things a bit...
Back
Top Bottom