Search results

  1. W

    Ribbon File Tab

    Thank you. Yes i did research, though through dr. Google.... So my findings were kind of inconsistent. Hiding File Tab revealed mostly how to hide controls but not the whole tab. Only one site said it is impossible to hide it completely. I just wanted to double check with the request. Thanks...
  2. W

    Ribbon File Tab

    Hi, Can the file tab be completely hide, or only its buttons can be hide? thanks
  3. W

    Dynamic Ribbon to show clock

    Thank you. I will do so. Just thought there was an easy solution i had just missed. thanks
  4. W

    Dynamic Ribbon to show clock

    Hi, I am just finishing to customize the ribbon with dynamically updating some labels. Everything works fine, however i can not figure out ho to show system time in run-time. i can have it visible but it does not update so actually it is only a timestamp instead of a running clock. Any idea...
  5. W

    form with dynamically shifted controls

    Thank you. That is exactly what i looked for.
  6. W

    Custom ribbon with TabFormToolsDesign

    Actually that is what i would like to avoid. Cause this way i would need to add this custom ribbon to every form. So the point is to run the custom ribbon from start up and in case there is a need to have design tab it would be still available.
  7. W

    Custom ribbon with TabFormToolsDesign

    Thank you for the fast reply. So if i understand it correctly, startFromScratch false is the only way to trigger the design tab to show?
  8. W

    Custom ribbon with TabFormToolsDesign

    Hi, I have the following problem. I have made custom ribbon using xml that works fine. The DB starts up loading this custom ribbon set at opition. What i would like to achieve that while the DB uses this custom ribbon, at opening a form in design view i would have the form design tab as well...
  9. W

    form with dynamically shifted controls

    Hi, I would like to make a form which shows up the partners of the business in a file box style: not below each other but each being shiifted slightly to the right. Just like in a file box. Is there anyway? I was thinking about repositioning the controls in runtime, but it does not work. Any...
  10. W

    Combobox warning if more than one item is available

    Thank you! That is what i was missing.
  11. W

    Combobox warning if more than one item is available

    Hi, i have the following question: I have a form with a combobox that is based on a query. It contains customers and addresses. However there are customers with the same name, but of course with different address. By pressing ALT+ down arrow i have the list and can select the one i want...
  12. W

    Reassigning SourceObject of subform

    Mark, yes it is exactly the situation. The normal syncronization process is working fine before filtering but fails to perform correctly after filtering. I have tested the forms and found that after filtering subform1, the sourceobject of subform2 disappears. I have read about this and there...
  13. W

    Reassigning SourceObject of subform

    Thanks. I will report back
  14. W

    Reassigning SourceObject of subform

    Sorry if i was not clear enough. So subform1 contains the records of tbCustomers with names address, etc. in datasheet view. I did this to see records as kind of a list Subform2 contains records of the same table, but in single form view to see the data as one page. The two forms are related to...
  15. W

    Reassigning SourceObject of subform

    thanks for the fast answer. So the situation is like this. I have a form. Said form has two subforms linked together. Master form is in datasheet view, child form is simple form view. Scrolling through master form results in data shown in simple view in child form. In case user filters the...
  16. W

    Reassigning SourceObject of subform

    hi, i need to reassign sourceobject of a subform control on a form after filtering is applied. How do i do it? thanks
  17. W

    subform requery after parent form filtering

    But why it does work without filtering and fails only if filters are applied? Anyone?
  18. W

    subform requery after parent form filtering

    I see. But why it does work without filtering and fails only if filters are applied?
  19. W

    subform requery after parent form filtering

    Me.Parent.Controls!Parentform.Requery
  20. W

    subform requery after parent form filtering

    No. They are two linked subform.
Back
Top Bottom