Hi Rick,

 

That code works fine for me on FM9. As simple as the script is, I'd suspect 
there's an issue with one of the files in the book. Does FM crash at the same 
place each time? I'd test to see if you can open/save all the files manually 
using the FM interface.

 

HTH,

Mike
 
> To: [email protected]
> CC: [email protected]
> Subject: RE: Problem running FrameScript in Frame 9
> From: [email protected]
> Date: Mon, 17 May 2010 18:25:38 -0400
> 
> Hi Michael,
> 
> Thanks for your response. Here's the code:
> 
> IF ActiveBook = 0
> DISPLAY 'No active book.'
> LEAVESUB;
> ELSE
> SET vCurrentBook = ActiveBook;
> ENDIF
> 
> LOOP ForEach(BookComponent) In(vCurrentBook) LoopVar(bookcomp)
> OPEN Document File(bookcomp.Name) NewVar(vDobj) FileIsOldVersion(OK) 
> FontNotFoundInDoc(OK) FontNotFoundInCatalog(OK) 
> AlertUserAboutFailure(False) FileIsInUse(ResetLockAndContinue) 
> RefFileNotFound(AllowAllRefFilesUnFindable) LanguageNotAvailable(OK) 
> FontChangedMetric(OK);
> SAVE Document DocObject(vDobj);
> CLOSE Document DocObject(vDobj); 
> ENDLOOP
> 
> And I will take your suggestion and post to the framescript-users group as 
> well.
> 
> Thanks,
> Rick
> 
> 
> 
> 
> 
> Michael Pearson <[email protected]> 
> 05/17/2010 05:09 PM
> 
> To
> <[email protected]>, <[email protected]>
> cc
> 
> Subject
> RE: Problem running FrameScript in Frame 9
> 
> 
> 
> 
> 
> 
> Hi Rick,
> 
> I've not had any trouble with FM9 and FrameScript. In fact, I run 
> identical scripts on FM7.2, FM8 and FM9 on an almost daily basis. Why 
> don't you post the code so we can all have a look.
> 
> Also, for FS questions, you might be better off posting here: 
> http://tech.groups.yahoo.com/group/framescript-users/
> HTH,
> Mike
> 
> > To: [email protected]
> > Subject: Problem running FrameScript in Frame 9
> > From: [email protected]
> > Date: Mon, 17 May 2010 14:24:34 -0400
> > 
> > I have recently upgraded to Frame 9 and FrameScript 5.2R1 from Frame 7 
> and 
> > FrameScript 2.1. I find that when I run a simple script that opens, 
> saves, 
> > and closes all the files in a large book file, using FrameScript 5.2 and 
> 
> > Frame 9, Frame crashes repeatedly. When I run the same script in Frame 7 
> 
> > (using the same FrameScript 5.2R1) on a Frame 7 book file with Frame 7 
> > versions of all the same files in it, it works just fine.
> > 
> > Has anybody else experienced this sort of problem, and more importantly, 
> 
> > does anyone know what the problem might be and how I might fix it?
> > 
> > Thanks,
> > Rick Spiegel
> > 
> > 
> > 
> > NOTICE from Ab Initio: If received in error, please destroy and notify 
> sender, and make no further use, disclosure, or distribution. This email 
> (including attachments) may contain information subject to confidentiality 
> obligations, and sender does not waive confidentiality or privilege. 
> > _______________________________________________
> > 
> > 
> > You are currently subscribed to framers as [email protected].
> > 
> > Send list messages to [email protected].
> > 
> > To unsubscribe send a blank email to
> > [email protected]
> > or visit 
> http://lists.frameusers.com/mailman/options/framers/mt_pearson%40hotmail.com
> 
> > 
> > Send administrative questions to [email protected]. Visit
> > http://www.frameusers.com/ for more resources and info.
> 
> Hotmail is redefining busy with tools for the New Busy. Get more from your 
> inbox. See how.
> ForwardSourceID:NT0016EE22 
> 
> 
> 
> NOTICE from Ab Initio: If received in error, please destroy and notify 
> sender, and make no further use, disclosure, or distribution. This email 
> (including attachments) may contain information subject to confidentiality 
> obligations, and sender does not waive confidentiality or privilege. 
                                          
_________________________________________________________________
Hotmail is redefining busy with tools for the New Busy. Get more from your 
inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2
_______________________________________________


You are currently subscribed to framers as [email protected].

Send list messages to [email protected].

To unsubscribe send a blank email to
[email protected]
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [email protected]. Visit
http://www.frameusers.com/ for more resources and info.

Reply via email to