Search results

  1. S

    Cosmetic Problem: Default File Name Appears to be Truncated in File Dialog

    Has someone a simple(!) workaround for the default file name appearing to be truncated (on the left) when it is displayed in a File Open Dialog? The full file name is: "test_default_file.txt" This is also the actual content of the control, it just appears truncated. Only the rightmost 18...
  2. S

    Solved Datasheet: Different back colors for columns and alternate row colors

    Is it possible to change the back color for some columns in a datasheet form but still keep alternate row colors? I’ve got a datasheet (sub) form. The first (leftmost) columns are read-only (Enabled=False,Locked=True) and the user is not supposed to edit data there. The last (rightmost) columns...
  3. S

    Solved Run SQL Batch

    Hi Everybody! I've got a .sql text file containing a number (currently ~50) of individual SQL statements, all correctly terminated with a semicolon. Is there any ready-made tool or module to run all these statements against the current Access database? (I know how I could write such a thing...
  4. S

    Prevent ALL CAPS Thread Titles?

    @Jon, is there any option to prevent thread titles in ALL CAPS? I got the impression that these are used much more frequently in recent weeks and I find them pretty annoying, as they are hard to read and create a fake (but probably deliberate) impression of increased importance/urgency.
  5. S

    Solved Is KeyCode Printable Character?

    Hi! Is there an easy way to determine whether the KeyCode passed in to a KeyUp event procedure corresponds to a printable character? When handling the KeyUp event, I want to process the keystrokes for any KeyCode that is actually producing a character in the control, but not any control key...
  6. S

    Solved LINQ Query with Property of an Object in a Linked List as Criteria

    I’ve got two classes (Course, Person). The students enrolled in a course are stored in a List(of Person) of the Course class. Now I want to use LINQ to query a List(of Course) to retrieve only courses in which a Person of a certain name (e.g. “Jane”) is enrolled. How to write a LINQ query to...
  7. S

    Solved Inaccessible forums in Similar Threads

    @Jon - FYI: In the "Similar Threads" section below the thread, I see threads from (sub-)forums I do not have access to. See the screenshot for an example. I guess this is not intentional... PS: I get an access denied error if I click on any of those links, so it is not that serious.
  8. S

    Access Rich-/HTML-Textbox does indents bulleted lists with wrapped text incorrectly

    Access Rich-/HTML-Textbox indents bulleted lists with wrapped text incorrectly Hi Everyone! I'm pretty annoyed by the fact that the Access Rich-/HTML-Textbox seems to be unable to indent bulleted lists with wrapped text correctly. If a line is wrapped, the second line will start at the...
  9. S

    NADD - Netherlands Access Developer Day - Sept. 14, 2019

    On September 14th, 2019 the Netherlands Access Developer Day will take place in Aalsmeer, close to the beautiful city of Amsterdam in the Netherlands. It’s one day packed with Microsoft Access technical presentations and an excellent networking opportunity with fellow Access developers. All...
Back
Top Bottom