Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. trash00

    mscal.ocx issues?

    A have a form for entering date which uses mscal.ocx (8.0). after user selects a date the form closes a the chosen value is set to textbox value property. and then a window saying "There isn't enough free memory to update the display. Close unneeded programs and try again." Then all...
  2. trash00

    OpenDatabase with Password doesnt work

    Sooooo ok, noone answered, so I checked MS knowledge base and here's the answer(Excerpt from Q161016): NOTE: Even though the Options and Read-Only arguments of the OpenDatabase method are documented in Help as being optional arguments, you must provide them when you use the Connect argument. If...
  3. trash00

    OpenDatabase with Password doesnt work

    I have problems with another simply looking thing, but dunno what a monster sleeps inside it. I need to open a password protected database (MDB file). The password is "dog". I'm doing it this way: Dim db As Database Set db = OpenDatabase("D:\mydb.mdb&quot...
  4. trash00

    Form to be DIALOG using VBA and objects

    OK, let's explain some more: The child modal form returns a value to the parent form. The child form has to be opened with windowmode:=acDialog, so the code stops execution after docmd.openform ... line and waits until the child dialog form closes. until i put there that acDialog param, after...
  5. trash00

    Form to be DIALOG using VBA and objects

    The problem is: I have a modal+popup form which i want to show as a DIALOG form, so I can handle value passed to parent form upon exiting this form. Normally I open a form to be DIALOG as docmd.openform form_name, ...., windowmode:=acDialog But how can I achieve this in VBA using object? I...

Part and Inventory Search

Back
Top