How to change a script existing (ImageCatalog.jsx)

Hello

I use ImageCatalog.jsx to create pages in bulk with pictures on them, but they don't come out in the order of name.

I found this existing forum that addresses how to do, but I don't know how to work with scripts - create a new document with the script text or replace text in the script exist (that I tried to do, but it did not work).

Either way, I use Windows, not Mac.

The current forum is here:Re: image sorting before import imageCatalog

Any help would be appreciated.

Thank you

Amanda

Hello

Do not replace the line no 52 (inside a function myWinOSFileFilter (myFolder)):

return myFilteredFiles;

with this part of the code;

return myFilteredFiles.sort(Names);
     function Names(a,b) {
          if (a.name.match(/^\d/) && b.name.match(/^\d/))
               return parseInt(a.name) - parseInt (b.name);
          if (a.name > b.name) return 1;
          if (b.name > a.name) return -1;
          return 0;
          }

Save (perhaps a copy...?) and run

Jarek

Tags: InDesign

Similar Questions

  • How to change account Adminstrative existing to another user account in Vista

    Hi, one of my daughters has administrative control within his user account on the family computer.  Due to the amount of problems the pc is supported due to virus, blocking, etc., I want to have admin control so that only I can make it work.

    Of course, my daughter wants to keep everything that is in his account at the moment.  Could someone advise me please:

    1. What is the best way to change the settings in order to give me the only access road to the admin account?

    2 safely transfer or keep the existing files of my daughter to a new user account under his name (to exclude order admin)?

    Thanks in advance.

    > 1 What is the best way to change the settings in order to give me the only road access to the admin account?

    The ONLY way is to ask your daughter to make your own account as an administrator.
    Only the administrator has privileges to do so. No one else.

    >>>>2. safe, transfer or keep the existing files of my daughter to a new user account under his name (to exclude order admin)?

    Nothing to transfer. If your daughter agrees to waive its rights to admin and to your administrator, then all what they (or you) must do is change his account to admin for the standard user account. No transfer of files are needed.
    Make sure that the new account admin (probably yours) is in working condition, first before she changes her account type. Otherwise you will not end up wth no system administrator account.

  • How to change the text after the script to the Calendar Wizard creates a calendar

    I mainly work with Photoshop, so I am new to the world of InDesign.  I put my options for the Calendar Wizard script, it goes through the motions, making the calendar and then shows my finished product.  The problem is that it lists the year alongside each month: may 2012 June 2012, etc, and I need to remove '2012' of each of them.  I know that the font styles updates the entire calendar when they are applied, so I hope that it works in a similar way.  I guess it is a very simple task if you are familiar with the program, haha!

    Thanks in advance for any help!

    It sounds more like you ask how to delete 2012 of several pages, and not how to change the script to not put 2012 in all first. If I'm wrong about this, you may want to ask on the Forum script.

    An easy way to remove 2012 is to use find/replace. If you are looking for 2012 and do not fill the field exchange, she will replace 2012 with nothing. In the Find/Replace window, there is a field that will allow you to search for the location of the cursor to the end of the current history, the history, the stories in the document or all open documents. If you set it to the Document, you can use the search button to find the first instance, and if you want to remove it, you can hit replace them, replace/find (what will change and find the next instance), or change everything. I would replace/find, in case you have 2012 on another part of the calendar that you want to keep. You can also have it search the text only when it has a particular paragraph or a character style and put in place the same or a different paragraph or character style. To do this, click in the boxes of Format change or find. To clear out them, hit the small icon of the Recycle Bin next to the field.

  • How to change the xml link?

    First a few words about my background:

    I got a page on a version of InDesign CS3 layout. Now, I'm creating a procedure to automate the production of several pdf based on this provision. Manually process would be to open the page layout; change the xml with each xml source link and create a file pdf corresponding...

    First question:

    In CS4 when I want to manually edit the xml link, the open dialog box prevents me (xml files are grey) to select xml files, it is a well known problem? How can I avoid it?

    Second question:

    How to change the script xml link?

    Last question - applescript question -:

    How to skip application dialog boxes? As "this document is missing a few links, would continue you?

    If you want to be able to help me, thanks in advance!

    There is a piece of code found on the net:

    tell document 1 of application "Adobe InDesign CS3"relink thisItemLink to someFileReferenceupdate thisItemLinkend
    
  • My xbox account is linked to an account non-existent live windows, how to make a change to an existing one?

    My xbox account is linked to an account non-existent live windows, how to make a change to an existing one?

    Hello

    You will need to contact Xbox support http://support.xbox.com/en-us/pages/contact-us.aspx

  • How to change an existing report in vFoglight v5 or v6?

    I want to know how to change a relationship by Vizion Core vFoglight 6. We have upgraded the version of the 5-6 Worm worm vFoglight. Could you please provide the steps to modify these reports. Also need to know how to change an existing dashboard?

    you want to change communications canned or reports that you have created? Same question for the dashboards.
    -Larry

  • How to ignore any script error in my .jsx

    Hi, I'm really a specific jsx who works only with a specific .aep. So when I run the script without opening .aep, ExtendScript Toolkit send me to this window and I want to ignore all errors or skip a line of the error and send an alert inside sequelae. How can I do? inside my .jsx.

    My first GUI Structure of Panel is the classic "David Torno" sharing online:

    (I'll share all of the code because that is too lines of code)

    {

    function myScript (thisObj) {}

    function myScript_buildUI (thisObj) {}

    var myPanel = (thisObj instanceof Panel)? thisObj: new window ("palette", "Panel Estudio Voraz", (10, 10, 300, 300) and not defined, undefined, {resizable: true}, {without borders: true} ");

    myPanel.layout.resize ();

    res = "group {orientation: 'column', margins: a spacing of 0: 0,------}»

    myTabbedPanel: Panel {type: 'tabbedpanel'------}

    myTab1: Panel {type: "tab", text: "OpenTag"------}

    topImgGrp: Panel {type: "panel", text: ",}

    myIconButton: IconButton {text: 'IconButton',},

    },\

    }";

    CODE TOO much BLABLABLA

    myPanel.grp = myPanel.add (res);

    myPanel.grp.spacing = 0

    myPanel.minimumSize.width = 400

    Return myPanel;

    }

    var myScriptPal = myScript_buildUI (thisObj);

    If ((myScriptPal! = null) & & (myScriptPal instanceof window)) {}

    myScriptPal.center ();

    myScriptPal.show ();

    }

    }

    myScript (this);

    }

    He said that returning the outside function:

    END PANEL - NO PONER NADA ESTA LINEA ABAJO.

    Return myPanel;

    }

    var myScriptPal = myScript_buildUI (thisObj);

    If ((myScriptPal! = null) & (window instanceof myScriptPal)) {}

    myScriptPal.center ();

    myScriptPal.show ();

    }

    }

    check if the project is opened

    If (app.project.file == null) {}

    Alert ("Please, you open project first.");

    return;

    } else {}

    myScript (this);

    }

    }

  • How to change an existing form

    How to change an existing document?

    Hi johnm45095656,

    You want to change the data met the PDF form or change the structure of the PDF form?

    To change the PDF file form the structure convert existing fillable PDF forms on the screen in Adobe Acrobat DC | Tutorials Adobe Acrobat DC you will need Acrobat free trial download Adobe Acrobat application | Acrobat Pro DC.

    If you just want to change the filled data in the form of PDF you can do using the Reader app, if there is no security or updated signature in place on the PDF form.

    Kind regards

    Nicos

  • How can I run script jsx button with photoshop, I been tried more (HTML 5)

    How can I run script jsx button with photoshop, I tried, but I get no results please someone help me in this issue that I can continue my extension and gives me the good code that I can use it.

    Thank you very much

    In the index.html file, you will need to create a button and call the function when button by clicking on:

    "button" id ="button" onclick = "getDucumentFormatFun ()" > name of the Document:

    In the js file you must set the getDucumentFormatFun() function:

    function getDucumentFormatFun() {}

    fileFormat var = "get_fileFormat()";

    evalScript (fileFormat, fileFormatCallback);

    }

    define the callback function: fileFormatCallback

    function fileFormatCallback (res) {}

    Alert ("the name of the active document is:" + res);

    }

    In jsx file:

    get_fileFormat = fileFormatFun;

    function fileFormatFun()

    {

    Return app.activeDocument.name;

    }

  • How to change folder name by default when you use save for Web in java script?

    Hello everyone, hope you can help me.


    Photoshop has a folder name by default of images When you export using slices Save for Web . I need to change this folder name.

    How to change folder name by default when you use save for Web in java script?

    Thanks in advance!


    1325ACD7-9C89-4D20-A6BF-E9EE8B7A1D27.png

    QQ20150923-1@2x.png


    JJMack Chuck Uebele Nicolas Ribot SuperMerlin

    You can try with scriptlistener to record the code. Change to the last line of the NO to ALL dialog boxes, so that the dialog - if you wish. There are two places in the code to save the files: one where is actually saved the file, and the other where the default value is file. I have seen it changed something with it. So, you can simply use the first listing of a path in the code below.

    #target photoshop
    
    var idExpr = charIDToTypeID( "Expr" );
        var desc19 = new ActionDescriptor();
        var idUsng = charIDToTypeID( "Usng" );
            var desc20 = new ActionDescriptor();
            var idOp = charIDToTypeID( "Op  " );
            var idSWOp = charIDToTypeID( "SWOp" );
            var idOpSa = charIDToTypeID( "OpSa" );
            desc20.putEnumerated( idOp, idSWOp, idOpSa );
            var idDIDr = charIDToTypeID( "DIDr" );
            desc20.putBoolean( idDIDr, true );
            var idIn = charIDToTypeID( "In  " );
            desc20.putPath( idIn, new File( "C:\\Users\\csuebele\\Pictures\\LR shortcuts" ) );//Here's where it actually saves
            var idFmt = charIDToTypeID( "Fmt " );
            var idIRFm = charIDToTypeID( "IRFm" );
            var idPNtwofour = charIDToTypeID( "PN24" );
            desc20.putEnumerated( idFmt, idIRFm, idPNtwofour );
            var idIntr = charIDToTypeID( "Intr" );
            desc20.putBoolean( idIntr, false );
            var idTrns = charIDToTypeID( "Trns" );
            desc20.putBoolean( idTrns, true );
            var idMtt = charIDToTypeID( "Mtt " );
            desc20.putBoolean( idMtt, true );
            var idEICC = charIDToTypeID( "EICC" );
            desc20.putBoolean( idEICC, false );
            var idMttR = charIDToTypeID( "MttR" );
            desc20.putInteger( idMttR, 255 );
            var idMttG = charIDToTypeID( "MttG" );
            desc20.putInteger( idMttG, 255 );
            var idMttB = charIDToTypeID( "MttB" );
            desc20.putInteger( idMttB, 255 );
            var idSHTM = charIDToTypeID( "SHTM" );
            desc20.putBoolean( idSHTM, false );
            var idSImg = charIDToTypeID( "SImg" );
            desc20.putBoolean( idSImg, true );
            var idSWsl = charIDToTypeID( "SWsl" );
            var idSTsl = charIDToTypeID( "STsl" );
            var idSLAl = charIDToTypeID( "SLAl" );
            desc20.putEnumerated( idSWsl, idSTsl, idSLAl );
            var idSWch = charIDToTypeID( "SWch" );
            var idSTch = charIDToTypeID( "STch" );
            var idCHsR = charIDToTypeID( "CHsR" );
            desc20.putEnumerated( idSWch, idSTch, idCHsR );
            var idSWmd = charIDToTypeID( "SWmd" );
            var idSTmd = charIDToTypeID( "STmd" );
            var idMDCC = charIDToTypeID( "MDCC" );
            desc20.putEnumerated( idSWmd, idSTmd, idMDCC );
            var idohXH = charIDToTypeID( "ohXH" );
            desc20.putBoolean( idohXH, false );
            var idohIC = charIDToTypeID( "ohIC" );
            desc20.putBoolean( idohIC, true );
            var idohAA = charIDToTypeID( "ohAA" );
            desc20.putBoolean( idohAA, true );
            var idohQA = charIDToTypeID( "ohQA" );
            desc20.putBoolean( idohQA, true );
            var idohCA = charIDToTypeID( "ohCA" );
            desc20.putBoolean( idohCA, false );
            var idohIZ = charIDToTypeID( "ohIZ" );
            desc20.putBoolean( idohIZ, true );
            var idohTC = charIDToTypeID( "ohTC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohTC, idSToc, idOCzerothree );
            var idohAC = charIDToTypeID( "ohAC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohAC, idSToc, idOCzerothree );
            var idohIn = charIDToTypeID( "ohIn" );
            desc20.putInteger( idohIn, -1 );
            var idohLE = charIDToTypeID( "ohLE" );
            var idSTle = charIDToTypeID( "STle" );
            var idLEzerothree = charIDToTypeID( "LE03" );
            desc20.putEnumerated( idohLE, idSTle, idLEzerothree );
            var idohEn = charIDToTypeID( "ohEn" );
            var idSTen = charIDToTypeID( "STen" );
            var idENzerozero = charIDToTypeID( "EN00" );
            desc20.putEnumerated( idohEn, idSTen, idENzerozero );
            var idolCS = charIDToTypeID( "olCS" );
            desc20.putBoolean( idolCS, false );
            var idolEC = charIDToTypeID( "olEC" );
            var idSTst = charIDToTypeID( "STst" );
            var idSTzerozero = charIDToTypeID( "ST00" );
            desc20.putEnumerated( idolEC, idSTst, idSTzerozero );
            var idolWH = charIDToTypeID( "olWH" );
            var idSTwh = charIDToTypeID( "STwh" );
            var idWHzeroone = charIDToTypeID( "WH01" );
            desc20.putEnumerated( idolWH, idSTwh, idWHzeroone );
            var idolSV = charIDToTypeID( "olSV" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSV, idSTsp, idSPzerofour );
            var idolSH = charIDToTypeID( "olSH" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSH, idSTsp, idSPzerofour );
            var idolNC = charIDToTypeID( "olNC" );
                var list4 = new ActionList();
                    var desc21 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerozero = charIDToTypeID( "NC00" );
                    desc21.putEnumerated( idncTp, idSTnc, idNCzerozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc21 );
                    var desc22 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc22.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc22 );
                    var desc23 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwoeight = charIDToTypeID( "NC28" );
                    desc23.putEnumerated( idncTp, idSTnc, idNCtwoeight );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc23 );
                    var desc24 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc24.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc24 );
                    var desc25 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc25.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc25 );
                    var desc26 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc26.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc26 );
            desc20.putList( idolNC, list4 );
            var idobIA = charIDToTypeID( "obIA" );
            desc20.putBoolean( idobIA, false );
            var idobIP = charIDToTypeID( "obIP" );
            desc20.putString( idobIP, """""" );
            var idobCS = charIDToTypeID( "obCS" );
            var idSTcs = charIDToTypeID( "STcs" );
            var idCSzeroone = charIDToTypeID( "CS01" );
            desc20.putEnumerated( idobCS, idSTcs, idCSzeroone );
            var idovNC = charIDToTypeID( "ovNC" );
                var list5 = new ActionList();
                    var desc27 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzeroone = charIDToTypeID( "NC01" );
                    desc27.putEnumerated( idncTp, idSTnc, idNCzeroone );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc27 );
                    var desc28 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwozero = charIDToTypeID( "NC20" );
                    desc28.putEnumerated( idncTp, idSTnc, idNCtwozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc28 );
                    var desc29 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerotwo = charIDToTypeID( "NC02" );
                    desc29.putEnumerated( idncTp, idSTnc, idNCzerotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc29 );
                    var desc30 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc30.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc30 );
                    var desc31 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerosix = charIDToTypeID( "NC06" );
                    desc31.putEnumerated( idncTp, idSTnc, idNCzerosix );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc31 );
                    var desc32 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc32.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc32 );
                    var desc33 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc33.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc33 );
                    var desc34 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc34.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc34 );
                    var desc35 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwotwo = charIDToTypeID( "NC22" );
                    desc35.putEnumerated( idncTp, idSTnc, idNCtwotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc35 );
            desc20.putList( idovNC, list5 );
            var idovCM = charIDToTypeID( "ovCM" );
            desc20.putBoolean( idovCM, false );
            var idovCW = charIDToTypeID( "ovCW" );
            desc20.putBoolean( idovCW, true );
            var idovCU = charIDToTypeID( "ovCU" );
            desc20.putBoolean( idovCU, true );
            var idovSF = charIDToTypeID( "ovSF" );
            desc20.putBoolean( idovSF, true );
            var idovCB = charIDToTypeID( "ovCB" );
            desc20.putBoolean( idovCB, true );
            var idovSN = charIDToTypeID( "ovSN" );
            desc20.putString( idovSN, """c:\photos""" );//Here's where the default folder is suppose to go.
        var idSaveForWeb = stringIDToTypeID( "SaveForWeb" );
        desc19.putObject( idUsng, idSaveForWeb, desc20 );
    executeAction( idExpr, desc19, DialogModes.ALL );
    
  • How to change the page numbers after adding & save page numbers in the pdf document - need to change the existing page printed on the upper right in the header numbers

    How to change the page numbers after you add and save the page numbers in the pdf document - need to change the existing page printed on the upper right in the header numbers.

    These page numbers were initially created using Acrobat PDF header and footer.

    I have a 750 page pdf document that I've created.

    I have to sometimes the pages up and down after that I added the page numbers in the document by using the Header_Footer tool on the right column of tools.

    But after you save the document, if I get a few pages around, I can't go back and change the page numbers.

    I thought that the page numbers, as indicated in the header and footer must have changed automatically, but I guess that once its print, that it cannot be edited - is that, as what is?

    So I guess we should always first get a copy without numbers of pages before confirming the documents and the creation of an index.

    A way to remove these page numbers already there and add new page numbers.

    Its a lot of work to align 750 court documents and then realize that you must move some and then realize the page numbers cannot be changed and thus begin to do this all over again to compile which can take about 10 hours.

    My question is quite simple, but I hope that overall, I got my point. Sorry if I made it is too complex.

    If no simple way, want to know if anyone has another different tool or a few recommendations to better highlight what I'm doing wrong.

    Thank you for your review and response.

    You should be able to update with tools - Pages - header & foot-

    Update... It not work for you?

    If this isn't the case, then try to remove from this menu and then re - adding them.

    Tuesday, June 23, 2015 23:55, Fortune Mile [email protected]>

  • How to change the color of an element of "xref" existing as a reference?

    How to change the color of an element of "xref" existing as a reference? Now, its color is black, but I want it is blue. Here are the excerpts from the file of ESD. Can anyone help? Thanks in advance. You can also give me your Skype if you have the answer.

    Element (reference): xref

    List of attributes

    Name: See the optional choice

    Choice: new, replace, auto

    Default: automatic

    Name: Ref-text String

    Name: Ref-external-id String

    Name: File-Ref-String

    Name: id-ref - String

    Name: number of the optional choice window

    Choice: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10

    Default: 1

    Name: optional string condition

    Name: condition-model String

    Name: Optional String property

    Name: review optional choice

    Choice: modified, added, deleted, off

    Name: anchor id String

    Name: msg-info String

    Format of original reference

    If the context is: * < (list-steps | block)

    Use the reference format: number

    On the other

    Use the reference format: numbers and text

    Hello

    what you need to do is the following:

    -Open your template (not ESD)

    -define a format of characters (i.e. crosslnk) and change the font color of blue

    -Add the tag in front of both of your cross link formats (number and numbers and text)

    -Save the template and open your documents-> cross links are now blue

    have a nice,

    Alex

  • How to change the PCTFREE parameter for an existing table

    How to change the PCTFREE parameter for an existing table?

    Guys can you help me please

    Hello

    Of course it is possible.
    In this case you would export the table from the database (using old style exp)
    Start the import with the index_file option to generate the table/index instructions
    Modify the file created and updated the PCTFREE and remove any that need to be performed (default, if I remember correctly, he comments on the statements of the Index)
    Run the file for the table and the index created
    After that start the import with the option "ignore = yes".

    Make sure that you export only this particular table using "tables =
    Also in importing the "ignore = yes" will also be important data that still exists.

    In my view, however, this is not what you want to do. It's more complex, sensitive failure and the table should be deleted, so users are affected unnecessarily long.

    Success!
    FJFranken

  • How to change the units of the rule in an existing document?

    I've created a document and specified format letter. There was no possibility to change the units to inches, so I created the document. Now that I work on it, since it is a press announcement and specified inches needs, how to change units of dimensions of pixel among leaders to inches? Everything I found in aid has been forthcoming in preferences, but it's for new documents is not it? How can I cange a document existing. It seems the earlier versions of InDesign, you can just go to the preparation of the Document and there would be an option, but I'm not sure about that either.

    Help would be appreciated so I can finish this project.

    TIA,

    Ken

    The leaders appear in the existing document? If so, place the arrow of selection up to the left where the leaders Cross and right-click. You should get a drop-down menu to change the units.

  • How to change the existing settings of the source for the container system

    Hello

    Cannot change settings in the system container (Oracle 11.5.10) source source.

    Please guide me how to change the settings.

    Thank you and best regards,
    Partha.

    Partha, you should not change the current container. Create a new container by copying the existing container and make any changes required in the present.

Maybe you are looking for

  • How can I get back to the system before iOS 10?

    I think personally that the new system of iOS 10 and its new features have no taste at all.  It makes you feel that you were using the Android system because of its lack of elegance and simplicity. The new screen blocked look so cheap and I am very d

  • 630 B800 laptop intel celeron hanging problem

    Hello.. hope you are great .i'm new to this community its my first post... Nearly 20 days ago, I bought a new hp laptop 630 in a store whose configuration is 1.5 dual core processor, 2 GB ram.500 GB HARD drive... with mobile blutoth and... computer w

  • 9263 update tension to slow

    I am using a cDAQ 9172 with modules NI9263 VO and NI9205 VI. I want to read a (feedback) voltage and adjust the output voltage to read a porportial of the voltage value in. The problem I'm having is that the 9263 seems to slow down. I need to update

  • Cannot install updates error Code: 0x52F - Windows XP

    Microsoft community, For Windows XP, these updates will not apply: Update of security for Word Viewer (KB2817361)Update for Office 2003 (KB2817421) securityError code: 0x52F * Barf *, I hate contributing to online communities, but it is really annoyi

  • HP Pavilion A6742P - Vista - CD drive is disabled

    original title: http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/cddvd-file-system-reader I have a HP PAVILION A6742P - WINDOWS VISTA HOME PREMIUM 64-BIT DESKTOP MODEL...