Hi all, does anyone know how to get a list to regenerate using code?
Mendy Sudranski
Looks like RP_GENERATE_LIST is worth a look, though in it Chuck writes, "Current this is not being used..."
We use RP_GENERATE_LIST all the time...I never noticed Chuck's "Current is not being used...." comment. Should we be using this?
Hm - I wonder if that is an old note - because I think the report utility still references that procedure:http://www.tessituranetwork.com/Help_System/Content/List%20Creation%20and%20Management/Generate%20a%20List%20Report.htm
At minimum, I've usedEXEC [dbo].[RP_GENERATE_LIST] @list_no = ###in my code before and it seems to do the trick.
Beth
i think that is part of an old comment as there are changes through 10/23/12 and change for v11. i think it is being used. i hope. this does look like the answer i was looking for. thanks.