My program searches through some DBF tables for certain records and when if finds them it populates a MemSet with 3 pieces of information, EventType, EvenName, and EventTotal. This part works great, the problem is when i take that table and try to send it to a Rave Report and total up the EventTotal information, the information is not in a sorted order. I kind of expected this since im just pulling information randomally from the table in no specific order but before i do the report I Open my table up and do a .Sort; on it. It seems to work for the overall EventType but not the EventName. How can i tell my code to sort this first by the EventType and then by the EventName.. Or can i just specify it to sort on the Name?
Any Help is Appreciated.
Tom C
Any Help is Appreciated.
Tom C