Newbies pmnot Posted January 12, 2007 Newbies Posted January 12, 2007 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?
Fenton Posted January 12, 2007 Posted January 12, 2007 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.
comment Posted January 12, 2007 Posted January 12, 2007 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.
Newbies pmnot Posted January 12, 2007 Author Newbies Posted January 12, 2007 [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
Recommended Posts
This topic is 6873 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now