QUOTE (Kai Team @ November 17, 2013 12:00 pm) |
PS - it occurs to me that if the OP just wants the logs sequenced in date-time order vs. the order of the Publish Logs grid, that is simpler, since the date-time for each log is in the Publish Logs table, assuming they were fetched from a Field Notes file with this information. |
Kai Team, just a reminder that last year your wrote this macro ResetPublishLogs that almost does what appears to be requested. All that would need to be done is modify line 36 from
CODE |
$_sql="Select pCode,pSeq from PublishLogs Order By pSeq" |
CODE |
$_sql="Select pCode,pSeq from PublishLogs Order By pDate,pSeq" |
Kiwi Moose could make said change to their local copy of the macro, or Kai Team could add that as an option and release v2.0.