Search results

  1. W

    form with dynamically shifted controls

    Thank you. That is exactly what i looked for.
  2. 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.
  3. 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?
  4. 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...
  5. 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...
  6. W

    Combobox warning if more than one item is available

    Thank you! That is what i was missing.
  7. 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...
  8. 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...
  9. W

    Reassigning SourceObject of subform

    Thanks. I will report back
  10. 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...
  11. 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...
  12. 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
  13. W

    subform requery after parent form filtering

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

    subform requery after parent form filtering

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

    subform requery after parent form filtering

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

    subform requery after parent form filtering

    No. They are two linked subform.
  17. W

    subform requery after parent form filtering

    Hi, I have a form with two subforms that are linked together. Everything works fine: scrolling through subform1 shows always the correct linked data in subform2. However when i apply filter on subform1 that requery does not work so subform2 stays empty. I have read about reassinging the...
  18. W

    Insert SQL from invoice report

    Thanks! It solved it!
  19. W

    Insert SQL from invoice report

    Hi, I am doing invoicing report based on a table that contains transaction details IDs, dates and customers. Every report must have an serial id number. In order to keep invoicing in order i need to have a table that keeps a track of the invoice ids along with the transaction details ID every...
  20. W

    excel sheet xml import with xslt

    The sample xml: <ss:Row> <ss:Cell> <ss:Data ss:Type="String">Típus</ss:Data> </ss:Cell> <ss:Row> <ss:Cell> <ss:Data ss:Type="String">Kártya tranzakció</ss:Data> </ss:Cell>
Back
Top Bottom