I've been requested to modify the Advance Account Lookup form by adding new filters, send the filters to a store procedure, execute that store procedure and use the returned results set to create a group that will have specific result colums.
I don't know how to call and fill a group from code. I've looking over the internet about this topic, but there is nothing clear. I just found that I should use the function: application.BasicFunctions.CreateAdHocGroup aMainTable, aGroupName, aIDs, aStartingID, LayoutGroupID But I don't know how to set the parameters values.
Any idea, advice or comment? |