January 12, 200719 yr Newbies I am not even sure if this is possible (a: being a novice, b:being new to 8) but I figured since I can get it to do this as script for a current record - there should be a way to loop and get all of them exported at once I figured out how to do the current record with a script with lots of help from various posts here in the forum now i am trying to put this function into a loop to export all records - and I cannot get my head around setting the script up -it loops but the variables stay the same any help is greatly appreciated and just a ponder of mine, but why, when they did fm8 didn't they include a simple "export current record" option like they did with the pdf export?
January 12, 200719 yr There is a contradiction here. If you want to export all the records, then don't do the Show All, Omit, Show Omitted steps. XML Export will wrap each record within its ROW elements. Your XSL should be written to deal with that; it's the normal situation. If you only want the "yes" people, then do a Find for them first; no need to do a loop.
January 12, 200719 yr Well, he said (in the thread topic) he wants a separate file for each record. I think the simplest way to do this would be to find the eligible records first, then loop between them. In each cycle of the loop, open a new window, isolate the current record, export and close the window.
January 12, 200719 yr Author Newbies [color:black]Thanks for the window idea - but I ran into a snag with that since I have records that are not ready to be exported - I am sure that you could find a way around that but I am lucky to beable to find my coffee cup this morning. so this is what i came up with I am sure that someone can come up with a cleaner way to do this but it works again thanks for the help p
Create an account or sign in to comment