Forums

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

Home Forum Omnis General Forum passing param into loading overlay

  • passing param into loading overlay

    Posted by Obonye on January 17, 2025 at 11:16 pm

    I have modified the sample library to include a $showoverlay return method in the $completed loop, like this:

    Do lList1.$define(lCol1,lCol2,lCol3,lCol4,lCol5)

    If iOverlayObj=’DataGrid’|iOverlayObj=’PagedPane’

    For lCount from 1 to 100

    Do iCallingInst.$showoverlay(lCount,100)

    Do lList1.$add(lCount,lCount,lCount,lCount,lCount)

    End For

    End If

    The $showoverlay returns a notation error at line:

    Do $cinst.$objs.Start.$text.$assign(‘Cancel’)

    Do $cinst.$clientcommand(“showloadingoverlay”,rowvariable)

    I have attached the sample library to demonstrate the error.

    Kind regards,

    Martin.

    Andreas Pfeiffer replied 6 months, 1 week ago 2 Members · 1 Reply
  • 1 Reply
  • Andreas Pfeiffer

    Administrator
    January 20, 2025 at 2:13 pm

    Martin,

    Do not use a server side timer.

    Instead use the timer control and run the timer on the client side.

    Best,

    Andreas

Log in to reply.