Hi FrameScript list, Is there a way to make a list of element ranges? I'd like to make an array that would hold information on where listed elements are in a ...
Dan, ... You can make a integer list of elements; see the script below. Of course, you could make multiple lists to store also the element range, if necessary....
I searched archived and found info on moving anchors but I am still having trouble achieving my task. Anyone have a simple script that will move a figure...
... having trouble achieving my task. Anyone have a simple script that will move a figure anchor that is on a paragraph by itself to the previous paragraph...
Hello Jeff, ... Assumed that a "figure anchor" is a AFrame anchor: Set vPgfNameError = 'MoveToPreviousPlease'; Set vPgfNameFigure = 'GoodFigureParagraph'; Set...
Hi all, If I'm exporting a textfile from FrameScript (using 'New TextFile'), how do I send a tab character? Sending a CHARTAB doesn't seem to do this - if you...
4381
Rick Quatro
frameexpert@...
Dec 4, 2003 7:57 pm
Hi Dan, Try using this for your tab character. New String NewVar(vTab) IntValue(8); Use vTab in place of CHARTAB. Rick Quatro Carmen Publishing 585 659-8267 ...
hmmmm, bounced the first time - try again ... From: Malcolm Mclean Sent: Thursday, 04 December 2003 3:10 PM To: 'framescript-users@yahoogroups.com' Subject:...
... FrameMaker's tab is a decimal 8, but the rest of the world wants the tab at 9. New String NewVar(vRealTab) IntValue(9); gives you a string variable to work...
4384
Rick Quatro
frameexpert@...
Dec 5, 2003 2:17 am
Actually it was a mistake on my part. Rick ... was...
Hi everyone, I need a script. It should process a FrameMaker file containing the contents of a C header file I get from our programmers. The purpose is to...
Hello Klaus, Thank you very much!!! This was not just a "code snippet" it was the entire script. And it works like a charm. And you did it so quickly!!! Again,...
I need to add a small text frame to a master page that will contain some Arabic text. The Arabic text reads from right to left. How do I change 1 text frame to...
Hi Chris, ... FrameMaker does not support right to left languages. That means you must fake that: o Text must be right aligned. o Characters must be in reverse...
Hello all, I want to import a text file into a FrameMaker document using the FM option "Merge lines into paragraphs". I try the script below but still get a...
Hello All, I tried to compile the code below and recieved the following linking errors: Linking... testdll.obj : error LNK2001: unresolved external symbol ...
Hi all, I'm having a little problem updating an SGML script to XML. The file Extension override in the structapps.fm doesn't seem to be working and when I run...
Hello, i solved this problem with something like that: Event NotePreFileType Find '.sgm' InString(Filename) NoCase ReturnStatus(SuffixFound); If SuffixFound ...
Hello, ... may i missunderstood your problem. ... If you are working with FM 7.0 you can get problem because FM recognise xml by default and not sgml. I read...
Ok, figured it out: If you are compiling in Visual Studio 6: 1) Project -> Settings -> Link -> Object Library Modules: Make sure you write in all the FDK *.lib...
Many thanks for the feedback. I'm a little confused as to why it worked with SGML and when i change the options to xml it doesn't work! I have tried...
Hi Everybody! I need to save a bunch of files as Framemaker 6 (from FrameMaker 7). Is there a FilterID for FrameMaker 6? Is this how I would do it in my Save...