Jump to content

Error - Scriptmaker auto .txt exports


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

Recommended Posts

Greeting all and thank you in advance for reviewing my post. Any guidance would be greatly appreciated.

I am having a problem with a very small and simple FM database used to generate text files for a web server. Using the scriptmaker to do this, i am unable to finish dure to tthe following error:

"" could not be created on the disk. Use a different name, make more room, unlock it or use a different disk.

I've been playing with this script for a while now and even though i change my $path i always get eh same error. Here is my script:

Loop

Set Variable [ $path; Value:"/*"c:/text/categories/lvl2_" catigories::category_page ".txt"*/" ]

Export Field Contents [ catigories::COMPILED_CODE; “$path” ]

Go to Record/Request/Page

[ Next; Exit after last ]

End Loop

Can anyone see the problem here?

Please let me know if you see it i am nearly at the end of my rope.

Thank you all again for taking a minute to review my request for assistance.

Link to comment
Share on other sites

Set Variable [ $path; Value:"/*"c:/text/categories/lvl2_" catigories::category_page ".txt"*/" ]

Export Field Contents [ catigories::COMPILED_CODE; “$path” ]

Set Variable [ $path; Value:"file:/c:/text/categories/lvl2_/catigories::category_page& ".txt" ]

See if this helps.

Link to comment
Share on other sites

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