sample code for MultiListMaintenance

Discussions relating to Jiwa 7 plugin development, and the Jiwa 7 API.

sample code for MultiListMaintenance

Postby perry » Wed Jan 06, 2016 10:00 am

Hi,

As subject for v7.0.149+

Thanks in advance
Perry Ma
S. Programmer
Lonicera Pty Ltd
http://www.lonicera.com.au
perry
Frequent Contributor
Frequent Contributor
 
Posts: 173
Joined: Mon Oct 27, 2008 2:26 pm
Topics Solved: 15

Re: sample code for MultiListMaintenance

Postby perry » Wed Jan 06, 2016 12:23 pm

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 :)
Perry Ma
S. Programmer
Lonicera Pty Ltd
http://www.lonicera.com.au
perry
Frequent Contributor
Frequent Contributor
 
Posts: 173
Joined: Mon Oct 27, 2008 2:26 pm
Topics Solved: 15

Re: sample code for MultiListMaintenance

Postby Mike.Sheen » Sat Feb 27, 2016 5:53 pm

Bumping as was never marked as solved.
Mike Sheen
Chief Software Engineer
Jiwa Financials

If I do answer your question to your satisfaction, please mark it as the post solving the topic so others with the same issue can readily identify the solution
User avatar
Mike.Sheen
Overflow Error
Overflow Error
 
Posts: 2583
Joined: Tue Feb 12, 2008 11:12 am
Location: Perth, Republic of Western Australia
Topics Solved: 807


Return to Technical and or Programming

Who is online

Users browsing this forum: No registered users and 4 guests