February 9, 200917 yr 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.
February 9, 200917 yr 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.
Create an account or sign in to comment