Forums

Find answers, ask questions, and connect with our
community all around the world.

Home Forum Omnis General Forum How can I assign values by “designcol” and “tabcount” with responsive web app ?

  • How can I assign values by “designcol” and “tabcount” with responsive web app ?

    Posted by khanh vu on August 23, 2023 at 10:18 am

    How can I assign values by “designcol” (for example, a total of 6 columns) and “tabcount” using coding within a jscomponent without setting properties?

    I have tried the following: “Do $cinst.$objs.MyTab.$tabcount.$assign(1)” and “Do $cinst.$objs.myDatagrid.$designcol.$assign(5).” However, these attempts have not been successful. Please assist me in achieving this.

    khanh vu replied 10 months, 4 weeks ago 2 Members · 2 Replies
  • 2 Replies
  • Andreas Pfeiffer

    Administrator
    August 23, 2023 at 11:47 am

    Hello Khanh,

    There is a typo in your code. You would need $designcols (with the “s”).

    Best,

    Andreas

  • khanh vu

    Member
    August 24, 2023 at 3:04 am

    I have done it. Thanks

Log in to reply.