Chat Messenger built with WiX Code

@shan

Yes I did. What I did was to add another database field with a value in it, something like ‘last 7’ to indicate the message is part of the last 7 messages in the chat. Then I simply flip’d the order in the dataset and added a filter to look for ‘last 7’ in the specific database field. It was as simple as that!

Note - you would have to run a script to clear out the ‘last 7’ from a message if it no longer qualifies.