Jump to content

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

Recommended Posts

Posted

Hello,

I have a database with a script set up to export fields into a merge file which I can then import.

I've since added some new fields to the database

Now when I run the script the new fields are not included within the exported merge file.

I don't know how to adapt the script so that the new fields are included within the export.

I believe it to be within the Set Variable where the script looks at what fields are to be exported

within the "Set Variable" dialogue box

"file:" & Get(DesktopPath) & "dataAllFnd" & LeftWords(Get ( UserName );1) & GetAsText (Year ( Get ( CurrentDate ))) & "_" & GetAsText (Month ( Get ( CurrentDate ))) & "_" & GetAsText (Day ( Get ( CurrentDate ))) & "_" & GetAsText (Hour (Get ( CurrentTime ))) & GetAsText (Minute (Get ( CurrentTime ))) & "_tks.mer"

i've included a screen shot

Thank you for taking the time to read my post ad for any help you may be able to offer.

Posted

Well , think you need to post the script or something ?

-i

*make sure to zip / compress the file before uploading!

Posted

thank you,

ive worked it out, it was in the specify export records where I can add the new fields..

Thank you

This topic is 4681 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.