-
passing param into loading overlay
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.
Log in to reply.