Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6527 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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

xmlexport.png

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?

Posted

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.

Posted

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
Posted

[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

xmlexport2.png

I am sure that someone can come up with a cleaner way to do this but it works

again thanks for the help

p

This topic is 6527 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.