Search results

  1. A

    block shift button when starting up application

    Hi, in some application I have made using a switchboard after starting up, I saw that when the user holds the shift button, this switchboard does not show up automatically. How can i fix it that the user cannot interfere holding this button?
  2. A

    do not want ANY menu bar in application

    Great job, thanks
  3. A

    do not want ANY menu bar in application

    Hello, I do not want any menu bar in some application I have made using a switchboard. In the start-up function I unchecked all the checkboxes but some menu functions keep coming back. How can I overrule this?
  4. A

    Text box capitalizes first weekday character

    Hi, A text box on my form automatically capitalizes the fist letter of a "weekday-word". Like when I put in "sunday" this text box converts it automatically to "Sunday". How can I avoid this?
  5. A

    Printing only first page of a report

    I have a button on a form. Pushing the button starts printing a report containing the current record that was on the form. This record has many fields, so that it prints about 4 pages of text. It is only the first page that i want to be printed. Code is like this: Private Sub...
Back
Top Bottom