How to alter text after Calendar Wizard script creates a calendar

I mainly work with Photoshop, so I'm new to the InDesign world.  I set my options for the Calendar Wizard script, it goes through the motions, makes the calendar, and then shows my finished product.  The problem is that it lists the year next to each month:  May 2012, June 2012, etc., and I need to remove "2012" from all of them.  I know the font styles will update the entire calendar when they are applied, so I hope this works in a similar way.  I'm guessing this is a very simple task if you're familiar with the program, haha! 
Thanks in advance for any help!

It sounds more like you are asking how to remove 2012 from several pages, rather than how to edit the script to not put 2012 in to begin with. If I'm wrong about that, you might want to ask over at the scripting forum.
One easy way to remove 2012 is to use Find/Change. If you search for 2012 and leave the change field blank, it will replace 2012 with nothing. In the Find/Change window, there is a field that will let you search from the cursor location to the end of the current story, the whole story, all stories in the document, or all open documents. If you set it to Document, you can use the find button to find the first instance, and if you want to delete it, you can hit either Change, Change/Find (which will change it and look for the next instance), or Change All. I'd use Change/Find, in the event you have 2012 on another part of the calendar that you want to keep. You can also have it look for the text only when it has a particular paragraph or character style, and change to the same or a different paragraph or character style. To do that, click in the Find Format and Change Format boxes. To clear them out, hit the little trash can icon next to the field.

Similar Messages

  • How to end text element in sap script

    how to end an text element in sap script
    this is the format.
    /E text element name
    &tablename-fieldname&
    text-text-text-text
    now if i do not end that text element it is not displayiny my below text , so what to do in this case

    Go through the links mentioned below.
    http://www.****************/Tutorials/Smartforms/SFMain.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985
    http://www.sapmaterial.com/smartform_example.html
    Re: Hands on SAP Smart Forms
    smartforms
    Reward points if useful.

  • How to alter 'add to file names' script?

    I'm working on some stuff that I need to get done today, and it dawned on me that I could save a lot of time if I had a certain script perform a simple task for me. Unfortunately I haven't been able to get one to work right. I just want to be able to add the same thing onto the end of a file name... For instance, 01.jpg would become 01x.jpg, 02.jpg becomes 02x.jpg and so on. The basic 'Add to File Names' script will almost work, but it adds to the front of the name, not the back. Does anyone know how I could alter the lines in that script to get it to do what I want?
    Thanks for any help,
    Dave

    01. Under 'Alternative 01:', the line ...
    No error checking for folders is included. Such is an exercise for the student.
    ... should have been ...
    --No error checking for folders is included. Such is an exercise for the student.
    02. The error message ...
    "System Events got an Error: NSCannotCreateScriptCommandError".
    Hmmm, those replying are using MacOS X 10.4.x, and you are using MacOS X 10.2.x. Others, with Macs running MacOS X 10.2.x and using AppleScript code from MacOS X 10.3.x and later, do at times experience 'NSCannotCreateScriptCommandError' error messages.
    In the code below, 'System Events' was replaced with 'Finder'. Some additional editing was performed, where required.
    Alternative 01:
    property tAddition : "x" -- The charcter or string to append to the files' name.
    tell application "Finder"
    set tSelection to selection
    --No error checking for folders is included. Such is an exercise for the student.
    repeat with i in tSelection -- Cycle through the provided files.
    set {displayed_name, name_Extension} to {displayed name of (i as alias), name extension of (i as alias)}
    if ((displayed_name ends with name_Extension) and ((count name_Extension) > 0)) then
    -- Handle file names which include a name extension.
    set (name of i) to ((get (characters 1 through ((count displayed_name) - (count name_Extension) - 1) of displayed_name) as string) & tAddition & "." & name_Extension)
    else
    set (name of i) to (displayed_name & tAddition) -- Handle file names without a name extension.
    end if
    end repeat
    end tell
    Save the AppleScript code as a script.
    Move file (or a copy or alias of the file) to the '~/Library/Scripts/' folder.
    Select files to be processed, in 'Finder'.
    Select the script, via the 'Script menu'.
    Alternative 02:
    property tAddition : "x" -- The charcter or string to append to the files' name.
    on run {} -- User double-click on the applet.
    display dialog "Drag file(s) onto applet for processing."
    end run
    on open selected_Items -- User dragged items onto applet.
    my handleitems(selectedItems) -- Processed items dragged onto applet.
    end open
    on handleitems(localItems)
    -- No error checking for folders is included. Such is an exercise for the student.
    tell application "Finder"
    repeat with i in local_Items -- Cycle through the provided files.
    set {displayed_name, name_Extension} to {displayed name of i, name extension of i}
    if ((displayed_name ends with name_Extension) and ((count name_Extension) > 0)) then
    -- Handle file names which include a name extension.
    set (name of i) to ((get (characters 1 through ((count displayed_name) - (count name_Extension) - 1) of displayed_name) as string) & tAddition & "." & name_Extension)
    else
    set (name of i) to (displayed_name & tAddition) -- Handle file names without a name extension.
    end if
    end repeat
    end tell
    end handle_items
    Save the AppleScript code as an applet (application).
    Drag files to be processed, onto the applet, in 'Finder'.

  • How to add text after number in the same cell? "200 units", "3Kg", "17 sqm"

    Dear Sirs,
    I have problem with adding text after a number in the same cell.
    For instance, in excel I am able to do this:
    200 units -----> this is on the same cell. Any number I type, "units" will follow automatically.
    I know that we can just type "200 units" but its in text format so it cannot be calculated supposedly I want to multiply it by others number.
    I know that we can do this by splitting into two cells, one on the left for the number "200" and another one on the right for the text "units".
    It would be helpfull if we could do this function such as "20 years", "3Kg" etc.
    Sorry to trouble you all.
    Thank you
    Q

    This is a case of uneven implementation in Numbers. This sort of functionality is available to format numbers used to label axis ticks on various charts, but not to format numbers in a cell. This feature should be requested.
    As an aside, perhaps a spreadsheet that actually managed numeric units as part of the calculation would be powerful and useful in avoiding formula bugs, something like is available in Google calculations. If you are unfamiliar with this, try one of the following examples typed into any Google search entry field:
    150 miles per gallon in liters per 100 kilometers
    100 * 20 yards / 40 minutes in mph
    Read more at http://www.google.com/intl/en/help/features.html#calculator

  • How to use Text lements(/E) in Scripts and print program

    Hi all,
    I need to use Text elements from print program to Script output.
    I have included the text element name in WRITE_FORM and defined in the script with (/E) also.
    Still the data is not displaying.
    Please let me know how to use the text elements.
    thanks in advance..
    Rakesh
    <removed_by_moderator>
    Edited by: Julius Bussche on Nov 25, 2008 10:08 AM

    For printing the text directly on the formm the text element in form wud be as
    /E   ITEM_HEADER
    MH Quantity,,,,Description,,UOM,,Net Weight,,Gross Weight
    If you have variable define in the driver prog and you want to display,text elt. wud be as
    /E   ITEM LINE
    MH &CONF_OUT-ATBEZ&,,&CONF_OUT-ATWTB&
    where CONF_OUT is a structure with fields ATBEZ and ATWTB
    MH is the paragraph format
    Hope this clears your doubt.
    Regards,
    Prashant

  • How to truncate text in a shell script? [SOLVED]

    Here is my shell script...
    #!/bin/bash
    case "$1" in
    artist) dcop amarok player artist ;;
    title) dcop amarok player title ;;
    esac
    I want it to send the artist and title truncated if they are more than 20 characters and with a little '...' ellipsis at the end. Can anyone help me?
    Last edited by tony5429 (2008-03-12 13:28:24)

    This might be a starting point, even though I don't know the answer: http://developer.apple.com/documentatio … 03521-SW16 (gosh what a long URL)
    edit
    wow, I was slow
    Last edited by finferflu (2008-03-11 20:52:38)

  • How to edit text box in Acrobat XI, created by prior versions of Acrobat

    Hi, I'm having a difficult time trying to figure out how to edit a text box that was created in an older verison of Acrobat and used to fill out a form.
    In my case, I've added text boxes over pre-existing text using an older version of Acrobat.
    When I try to click on the text box, however, it seems to pick up on the pre-existing text and not allow me to edit the text box that I created in the past.

    Try to edit the text with the 'Add Text Comment' tool which resides in Comment pane. The text used to fill the form may have been written as annotation, hence when you are trying to edit those with editing tools, original text is being edited.

  • SSRS - How to enable drilldown after report is already created?

    I forgot to check the enable drilldown checkbox while creating a simple matrix report. Is there a way to edit this without creating the whole report again ?

    Hi blastoSO,
    According to your description, you have created a matrix report without selecting “Enable drilldown” item. Now you want to edit it and make it to be an drilldown report(as you selected “Enable drilldown” when creating). Right?
    In Reporting Service, when you create a matrix report with wizard, if you select “Enable drilldown”, it will automatically set each child group can be toggled by its parent group. If you didn’t select “Enable drilldown”, you don’t have to recreate a new
    report, the only thing you need to do is set visibility for each child group manually. We have tested this situation in our local environment. You can follow these steps below:
    In report design view, click your matrix to select it.
    In Row Group pane, right click on a child group, select Group Properties.
    Click Visibility tab, choose “Hide” in When the report is initially run, select the parent group from dropdown list in Display can be toggled by this report item.
    Repeat step2 and step3 for each child group. Save and preview.
    Reference
    Add an Expand/Collapse Action to an Item
    Best Regards,
    Simon Hou

  • Shared Resource Pool creates multiple calendars in Projects (Project Profession 2013)

    I have a small programme, a total of 18 individual plans including the Resource Pool, the resource pool seems to be creating individual calendars for each active resource these calendars (e.g. Resource Fred has a line ID of 9 in the Resource sheet and a
    calendar MyCal9 is created) these Calendars are then copied into each of the Projects in which the resources are active.
    I have not seen this before and it seems so inefficient (and makes the Project .mpp files huge) that I am concerned that some sort of corruption has crept in, is this the case or is this how Project 2013 works?
    Nigel Parsons

    Linking between files uses a very old windows technology called DDE. It is DDE that is flawed, so the same problems apply to two linked Excel workbooks, it's not a Project problem. Over-writing, renaming, moving files or storing on remote servers all incurs
    a risk of file corruption from DDE flaws. Citrix should be ok provided the Citrix servers and teh server holding teh files are physically in the same building (not linked over a WAN).
    Copying and unzipping etc I recommend NOT linking. To create a consolidated view insert all sub-projects into a new file with link option OFF. This consolidates all data (including resources) and provides a great reporting tool.
    Record a macro to make creating new copies quick and easy.
    Rod Gill
    Author of the one and only Project VBA Book
    www.project-systems.co.nz

  • LC4: how start Acrobat action wizard script or trigger preflight correction?

    Hi!
    I need to work with layers (OCG) in a single site PDF.
    seperate the different element types into different layers (done by preflight correction script)
    hide the text layer
    export the pdf without the hidden text-layer as img
    import the new img as background layer.
    save pdf
    I was able to do all steps in 4 different action wizard scripts in Acrobat XI. How can I access them in a LiveCycle process?
    If this is not possible, how can I access preflight corrections into a LiveCycle process to achieve the same?
    Thanks a lot!
    Andreas

    Hi!
    I need to work with layers (OCG) in a single site PDF.
    seperate the different element types into different layers (done by preflight correction script)
    hide the text layer
    export the pdf without the hidden text-layer as img
    import the new img as background layer.
    save pdf
    I was able to do all steps in 4 different action wizard scripts in Acrobat XI. How can I access them in a LiveCycle process?
    If this is not possible, how can I access preflight corrections into a LiveCycle process to achieve the same?
    Thanks a lot!
    Andreas

  • How to add text animator to text layer in script?

    Hello,
    I'm a beginner in scripting and trying to create a script to apply set of expression control and text animator.
    I want to add text animator property to selected layer, however I keep having error with the codes below.
    selectedLayers[0].Text.Animators.addProperty("ADBE Text Animator");
    selectedLayers[0].Text.Animators.addProperty("ADBE Text Position");    //error on this line
    What is the correct code?
    Thanks a lot.

    Thanks Dan, that works!
    However, I hit another road block. I tried to add a range selector under the animator group with the codes below and both returned error.
    myAnim.property("ADBE Text Animator Properties").addSelector("ADBE Text Range Selector");
    myAnim.property("ADBE Text Animator Properties").addProperty("ADBE Text Range Selector");
    After reading this post. how to access text proprety
    Its seem text animator has different codes for accessing different properties.
    I've searched on the Adobe scripting guide and couldn't find the exact code for the property (e.g. ADBE Text Position 3D ).
    It would be much appreciated If anyone could recommend a scripting book for After Effects.
    Thanks.

  • How to link layers in After Effect by script?

    Hi!
    Is it possible to link one layer to another in After Effect by script?
    I would build the custom effect with parameter like "Gradient Wipe" have: Gradient Layer.
    The idea is: this connection is independent from the layer number. That mean any layers delete, re-ordering etc will not affect this connection.
    Thank you in advance!

    Seems I've found the way...
    I've used "Layer" parameter:
    But there is another question:
    How to update the "old" Custom Effect in my AE projects?
    The problem is:
    If I'm changing the Custom Effect's content in PresetEffects.xml (adding the new parameter) then I can't load the old projects with old Custom Effect on layers.
    Can I avoid this?

  • How do I install Adobe Calendar Wizard in InDesign CS6?

    how do I install Adobe Calendar Wizard in InDesign CS6?

    Thanks but I should explain:
    I work at a university, there is a template for door signeage that I have downloaded from the uni website – the fonts are included but when I try to install them using Microsoft office it just doesn’t let me?
    Is there a preffered process? Thanks so much for your help
    Jade
    JADE FLYNN | Web & Administration Officer
    Office of the Deputy Vice-Chancellor (Indigenous Strategy & Services)
    [personal information removed by moderator]

  • How do i text an calendar item

    How do I text a  iphone calendar item to someone else?

    Hi,
    From your Safari menu bar click Safari / Preferences then select the Autofill tab.
    Click the Edit button next to *Other forms*
    Delete the url's for the site(s) you have problems with.
    Quit Safari (Command + Q) then relaunch Safari for changes to take effect.
    If you are running v10.6.2 as your profile indicates, there are updates available.
    Click the Apple () menu (top left in your screen) Software Update ...
    Carolyn

  • How do I add text to a photo when making a calendar from iPhoto?  I see the text box for the dates but not for the actual photo...thanks.

    I can't find a way to add text to a photo once it's been put into the top pane of the calendar month...is there a way to do this since I'd like to add a descriptor to the photos?  I see the text box when you click on the calendar date, but don't find one for the photo pane.  Thanks for any assistance.

    Right - you can not add text to photos with iPhoto - you must use an external editor
    LN

Maybe you are looking for

  • Making an external DB Oracle connection from SAP

    Dear experts. Wondering about sintax I have to use for CON_ENV field into DBCON table in order to perform a connection to an external Oracle database. tsname string connection is: OMS_DES=(DESCRIPTION = (ADDRESS = (PROTOCOL= TCP)(Host= mxprrp5a.myhos

  • Next record by enter keyboard

    I have a text item( tabular layout). By pressing enter from the keyboard I want to go next record. How can I do that? By default I can enter next record by mouse click.

  • Link down and Link Up Snmp trap C#

    Hi i've configure my cisco router to receive the SNMP traps if the link goes up or down. However i found out that when i plugged out the cable i'm not receiving any link down on the network management system. Until i plugged in again the link will th

  • Apache,IIS integration with Sun Java System Application Server

    Hi, Is any one know the way to connect Sun Appserver with IIS and Apace server. Edited by: shiju707 on Oct 10, 2007 8:22 PM

  • Sequences from 11.1.1.3 HBR to Calc Manager

    I have migrated my rules (security is pending).  How are my rule sequences getting into Calc Manager (Rulesets)? Thanks, -Vince