September 11, 200223 yr I am doing 3 reports , they start with a diferent field at the beginig ,so if a start the report with date first , I assign to sort the report by date when i am in the wizard, and do the same to the other reports , I did a simple script to sort the list but it sorts using always the firts sort that I did in the firts report. Why this occurs ? If in the wizard I Did a diferent Sort criteria to every columar list . Thanks..
September 11, 200223 yr This is probably because the script is only recognizing the last sort that was done before the script was made (or the last time it was modified). What I like to do is make a script for each sort I want. So manually perform the sort you want. Then go to ScriptMaker and make a script that goes: Sort [Restore, no dialog] Do this for each sort you want. Then you can add this subscript to your other report printing script. Ken Ken
September 11, 200223 yr Author Thanks Kennett ! It works every day I learn something new in this forum Thanks Again...
Create an account or sign in to comment