Page 1 of 1

sample code for MultiListMaintenance

PostPosted: Wed Jan 06, 2016 10:00 am
by perry
Hi,

As subject for v7.0.149+

Thanks in advance

Re: sample code for MultiListMaintenance

PostPosted: Wed Jan 06, 2016 12:23 pm
by perry
I have the form working now, was missing this
Code: Select all
        Public Overrides Sub DisplayLines(List As JiwaApplication.IJiwaEnumerableWithTag)

            Select Case List.GetType
                Case GetType(List_Orders)
                    For Each item In List
                        grdOrders.ActiveSheet.RowCount += 1
                        DisplayLine(item, grdOrders, grdOrders.ActiveSheet.RowCount - 1)
                    Next

            End Select

        End Sub


An official sample is still appreciated :)

Re: sample code for MultiListMaintenance

PostPosted: Sat Feb 27, 2016 5:53 pm
by Mike.Sheen
Bumping as was never marked as solved.