tdDate
The route date
tcTypes
The work order types to retrieve. Leave blank for all
tcFilter
Any valid filter you want to apply to the query
tnResultMode
This specifies how you want the data returned. For example 1 = XML , 31 = oRows data set
tcCursor
The name of the internal cursor to store the results
The structure of the list as per the workordr table
o.GetRouteWorkOrders("535", {08/02/2002},"S","", 31, "Trecords")
The above would;
1. Retrieve all "S" type work orders assigned to route 535 for the 08/02/2002
2. Place this list in the internal cursor "TRecords"
3. Place the list in the collection o.oRows