Search results

  1. M

    GetLabel on firing on startup

    Unfortunately, still getting the same "with block" error.
  2. M

    GetLabel on firing on startup

    Thanks for the quick answer. Unfortunately trying to invalidate the ribbon invariably causes an "object variable or with block variable not set" error.
  3. M

    GetLabel on firing on startup

    In my custom ribbon I use the getLabel function to write data to a button lable. Sub GetLabel(control As IRibbonControl, ByRef label) ' Callbackname in XML File "getLabel" ' To set the property "label" to a Ribbon Control Select Case control.ID Case "Btn_25" label =...
  4. M

    dlookup and date

    Thanks for the quick reply. Unfortunately the problem remains. The message box always appears when cycling through the records even if the date in the form field is not in the public holiday table.
  5. M

    dlookup and date

    Hi there, I have a split database. On the backend there is a linked table with all the dates of the public holidays occuring in the next few years. The table is called "ArbFreieTage" and the column with the dates is called "Datum". When I open the form "Außenpforte" I would like to check if...
  6. M

    Custom Ribbon on Form

    Open your form in design view and open the property shhet. Select the "All" tab and scroll down to "Name of Ribbon". Select the custom ribbon you would like. When you now active the form this ribbon will always be displayed.
Back
Top Bottom