Browse By Tags

  • How to use client to get sql view data?

    Former Member
    Former Member
    How to use client to get sql View data? Can I use AML? Thank you.
  • Stop text input for item property in relationship grid

    Hello, Is it possible to stop users from selecting an item for a item property using text input in something like the part number property of the product model relationship item? I've added a filter to the OnSearchDialog event of the property to limit…
  • Get tab labels of visible relationships in a Form

    Hi Community, does anybody know a simple way to get the tab labels of the visible relationships in a Form? I know that we can use the following code: --> var tabbar = parent.relationships.relTabbar; But this one will return an array of all relationships…
  • Can I add columns to a relationship tab dynamically?

    How do I add a column to a relationship tab dynamically. I wish to federate an ItemType, the number of columns returned depends on the dataset and query combination and cannot be predicted prior to the query being run. Typically I would expect 30-40…
  • How to control relationships toolbar?

    Former Member
    Former Member
    Dears: How to control relationships toolbar? EX:Disable Lock buttom....
  • Relationships disable toolbar

    Hi How to disabled relationships toolbar because one business logic can't do (add update delete unlock...) So I need disabled relationships toolbar.
  • Tab off on formpopulate by Javascript

    Former Member
    Former Member
    How can I tab off when the formpopulate event ? Because my default form don't show tab, edit form want to show tab.
  • Update RelationShip Tab on change

    Hi guys ! I'm looking to refresh the current RelationShipTab (TearOff) on change detected in the form. For the event, no problem. I found how remove the tab : var tabbar = parent.relationships.relTabbar; tabbar.removeTabByLabel("Rapport"); And…