Cannot navigate to end of line

Hello all,
I run across this often here, I am unable to just go to the end of the current line in an editor window if the line is long enough to go past the editor window. If i press end, the actual cursor moves to the end, but the view in the editor doesnt scroll along with the cursor, same thing if I do it using the cursor keys. I figured out a temp fix, and that's by reverting to DialogInput again as my font in the editor windows. I set the fonts to Lucida Console, the revert to default fonts fixed it. Any one ran across this, or seen this on any other non default installation fonts? Can we get a fix for this?
Thanks

Hello again,
After some investigation, seems related to the number of lines in the file, and was a bit tricky to track down. I've come up with this scenario to reproduce it on my machine. Am running Win XP OBI SP2, English (US) Locale, jdk1.5.0_09, jdeveloper Studio Edition Version 10.1.3.2.0.4066:
- Extract from jdevstudiobase10132.zip into c:\jdeveloper.
- Run jdeveloper.exe from extraction point.
- Choose java.exe of jdk1.5.0_09 install folder.
- No migration from previous releases.
- After jdev starts, create a new application and project with the default Application1/Project1 names.
- Create new class in Project1, accepting defaults again, project1.Class1
- Copy the following code to replace Class1 contents:
package project1;
public class Class1 {
    public void method1() {
    public void method2() {
    public void method3() {
    public void method4() {
    public void method5() {
    public void method6() {
    public void method7() {
    public void method8() {
    public void method9() {
    public void method10() {
    public void method11() {
    public void method12() {
    public void method13() {
    public void method14() {
    public void method15() {
    public void method16() {
    public void method17() {
    public void method18() {
    public void method19() {
    public void method20() {
    public void method21() {
    public void method22() {
    public void method23() {
    public void method24() {
    public void method25() {
    public void method26() {
    public void method27() {
    public void method28() {
    public void method29() {
    public void method30() {
    public void method31() {
    public void method32() {
    public void method33() {
    public void method34() {
    public void method35() {
    public void method36() {
    public void method37() {
    public void method38() {
    public void method39() {
    public void method40() {
    public void method41() {
    public void method42() {
    public void method43() {
    public void method44() {
    public void method45() {
    public void method46() {
    public void method47() {
    public void method48() {
    public void method49() {
    public void method50() {
    public void method51() {
    public void method52() {
    public void method53() {
    public void method54() {
    public void method55() {
    public void method56() {
    public void method57() {
    public void method58() {
    public void method59() {
    public void method60() {
    public void method61() {
    public void method62() {
    public void method63() {
    public void method64() {
    public void method65() {
    public void method66() {
    public static final String A_REALLY_LONG_STRING = "THIS IS SOME LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONG STRING";
- Save the file then close it.
- Reopen the file, navigate to A_REALLY_LONG_STRING, press 'End' on that line, as expected cursor moves to the end, and the editor view scrolls to the end as well.
- Goto Tools -> Preferences -> Code Editor -> Fonts, then choose Lucida Console as the editor font.
- Close file, then reopen it, navigate again to the String, press 'End' or try and navigate using the cursor keys, and the view doesnt scroll to end of line anymore. At least in the case of this specific file which after pasting should be 204 lines long, if you delete 3 lines to get it down to 201 lines (anything under 202 lines), for example by removing method66 declaration and removing one empty line, then save, then close the file and reopen it again, the correct behavior is restored, and scroll to end of line works.
Reverting back to DialogInput of course solves all issues. Happens on my machine with these fonts as well:
Letter Gothic
Fixed Miriam Transparent
MS Gothic
One last note, am running at 1024x768 resolution for the issue of not being able to see the entire line appears :) at least if its related.

Similar Messages

  • Final total cannot appear when the last line item reached the page end

    Hi All,
    My report included 2 pages. Problem is the final total cannot appear when the last line item reached the page end. (page 2)
    final total will appear on the middle of last page (page 3) when i comment (type    = 'BOTTOM').
    Below is the program.
      CALL FUNCTION 'OPEN_FORM'
        EXPORTING
          device   = 'PRINTER'
          dialog   = 'X'
          form     = 'ZBOTM_VOUCHER'
          language = sy-langu.
      sort itab by vblnr.
      LOOP AT itab INTO wa_itab.
        move wa_itab-vblnr to reguh-vblnr.
        move wa_itab-lifnr to reguh-lifnr.
        move wa_itab-rbetr to reguh-rbetr.
        reguh-rbetr = reguh-rbetr * -1.
        CALL FUNCTION 'WRITE_FORM'
          EXPORTING
            window  = 'MAIN'
            element = 'DETAIL'.
        t_rbetr = reguh-rbetr + t_rbetr.
        AT LAST.
          CALL FUNCTION 'WRITE_FORM'
            EXPORTING
              window = 'LINE'.
          CALL FUNCTION 'WRITE_FORM'
            EXPORTING
              element = 'TOTAL'.
              type    = 'BOTTOM'
              WINDOW  = 'MAIN'.
        ENDAT.
    Thanks.

    Hi,
    Where should I include the code for bottom?
    How to open text editor?
    Thanks.
    Edited by: Alice8 on Feb 7, 2011 9:09 AM

  • File adapter: End of line issue in unix receiver

    Hi all,
    We are sending flat files using File Adapter (FTP) with the File content conversion functionality and we can see the file right in our windows system, but when it arrives to the Unix receiver, they give us an error regarding the End of line.
    It has a ^M character in every line so it cannot be processed.
    Does anyone know how to skip this end of line character in our file keeping the same format?
    Thanks in advance.

    Hi Daniel,
    you can try to use this adapter module:
    localejbs/SAP XI Sample/ConvertCRLFfromToLF
    http://help.sap.com/saphelp_nw04/helpdata/en/32/43d84072378031e10000000a1550b0/content.htm
    Hope this help.
    Francesco

  • ITextRangeProvider.Move constantly called by screen reader when at end of line.

    I am currently implementing ITextRangeProvider and ITextRange interfaces to allow screen readers
    to gather information from a custom RichText control.
    I am currently having a problem with the JAWS screen reader. 
    When I navigate to the end or beginning of line using the right or left arrow keys JAWS will constantly call ITextRangeProvider.Move in an endless loop. This also blocks the ability to move the caret with the right and left arrow keys. 
    My application appears frozen. This does not happen with the built-in Narrator screen reader.
    When I navigate via the right and left arrow keys on a line of text (without reaching the beginning
    or end of line) the following trace output is generated (The result of right arrowing to the period character “.”:
    int ITextRangeProvider.CompareEndpoints
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.MoveEndpointByRange
    int ITextRangeProvider.CompareEndpoints
    int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit
    unit=Character, int count=1)
    string ITextRangeProvider.GetText(int maxLength=1)
    string ITextRangeProvider.GetText selectedText.Length=1 selectedText="."
    This output repeats 12 times in a row before it stops. 
    Also, when I move the caret my caret location changed handler calls:
    This.radRichTextBoxAutomationPeer.RaiseAutomationEvent(AutomationEvents.TextPatternOnTextSelectionChanged);
    In my Visual Studio output window I see the following:
    RaiseSelectionChanged='ScreenReaderIntegration.TextProvider.RaiseSelectionChanged()' is
    a 'method', which is not valid in the given context
    The repeated trace output for each character and the "method not valid in given context"
    message are consistent for every character right or left arrow navigation except when I right arrow past the last character (in this case the “.”). 
    When I right arrow past the period the lockup and blocked cursor movement happens, the following trace output is generated 7 times:
    int ITextRangeProvider.CompareEndpoints
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.MoveEndpointByRange
    int ITextRangeProvider.CompareEndpoints
    int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit
    unit=Character, int count=1)
    string ITextRangeProvider.GetText(int maxLength=1)
    string ITextRangeProvider.GetText selectedText.Length=2 selectedText="\r\n"
    Then the following trace output happens once:
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.ExpandToEnclosingUnit(TextUnit unit=Format)
    void ITextRangeProvider.MoveEndpointByRange
    int ITextRangeProvider.CompareEndpoints
    string ITextRangeProvider.GetText(int maxLength=-1)
    string ITextRangeProvider.GetText selectedText.Length=0 selectedText=""
    Then the following trace output happens in an endless loop while I can no longer move the caret:
    ITextRangeProvider.Move unit=Format count=1
    int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit
    unit=Format, int count=1)
    int ITextRangeProvider.CompareEndpoints
    string ITextRangeProvider.GetText(int maxLength=-1)
    string ITextRangeProvider.GetText selectedText.Length=0 selectedText=""
    Is this a JAWS screen reader problem because Narrator does not show the same behavior?
    Or, is this a problem with my interface implementation and are there any suggestions as to how
    to proceed to solve this problem?

    I am currently implementing ITextRangeProvider and ITextRange interfaces to allow screen readers
    to gather information from a custom RichText control.
    I am currently having a problem with the JAWS screen reader. 
    When I navigate to the end or beginning of line using the right or left arrow keys JAWS will constantly call ITextRangeProvider.Move in an endless loop. This also blocks the ability to move the caret with the right and left arrow keys. 
    My application appears frozen. This does not happen with the built-in Narrator screen reader.
    When I navigate via the right and left arrow keys on a line of text (without reaching the beginning
    or end of line) the following trace output is generated (The result of right arrowing to the period character “.”:
    int ITextRangeProvider.CompareEndpoints
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.MoveEndpointByRange
    int ITextRangeProvider.CompareEndpoints
    int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit
    unit=Character, int count=1)
    string ITextRangeProvider.GetText(int maxLength=1)
    string ITextRangeProvider.GetText selectedText.Length=1 selectedText="."
    This output repeats 12 times in a row before it stops. 
    Also, when I move the caret my caret location changed handler calls:
    This.radRichTextBoxAutomationPeer.RaiseAutomationEvent(AutomationEvents.TextPatternOnTextSelectionChanged);
    In my Visual Studio output window I see the following:
    RaiseSelectionChanged='ScreenReaderIntegration.TextProvider.RaiseSelectionChanged()' is
    a 'method', which is not valid in the given context
    The repeated trace output for each character and the "method not valid in given context"
    message are consistent for every character right or left arrow navigation except when I right arrow past the last character (in this case the “.”). 
    When I right arrow past the period the lockup and blocked cursor movement happens, the following trace output is generated 7 times:
    int ITextRangeProvider.CompareEndpoints
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.MoveEndpointByRange
    int ITextRangeProvider.CompareEndpoints
    int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit
    unit=Character, int count=1)
    string ITextRangeProvider.GetText(int maxLength=1)
    string ITextRangeProvider.GetText selectedText.Length=2 selectedText="\r\n"
    Then the following trace output happens once:
    void ITextRangeProvider.MoveEndpointByRange
    void ITextRangeProvider.ExpandToEnclosingUnit(TextUnit unit=Format)
    void ITextRangeProvider.MoveEndpointByRange
    int ITextRangeProvider.CompareEndpoints
    string ITextRangeProvider.GetText(int maxLength=-1)
    string ITextRangeProvider.GetText selectedText.Length=0 selectedText=""
    Then the following trace output happens in an endless loop while I can no longer move the caret:
    ITextRangeProvider.Move unit=Format count=1
    int ITextRangeProvider.MoveEndpointByUnit(TextPatternRangeEndpoint endpoint, TextUnit
    unit=Format, int count=1)
    int ITextRangeProvider.CompareEndpoints
    string ITextRangeProvider.GetText(int maxLength=-1)
    string ITextRangeProvider.GetText selectedText.Length=0 selectedText=""
    Is this a JAWS screen reader problem because Narrator does not show the same behavior?
    Or, is this a problem with my interface implementation and are there any suggestions as to how
    to proceed to solve this problem?

  • I am getting a dark or shaded screen on my safari pages.  I can conduct a search but cannot navigate the resulting website

    i am getting a shaded screen after a search on safari and cannot navigate the resulting websites.

    Dreamyqueeny wrote:
    My laptop fell off the coffee table, and slammed shut. I
    anybody have any ideas? else I am going to have to visit a genius! grrrrrrr....
    Thanks in advance!
    Vix
    Looks like that is what you are going to end up doing.  No telling what was damaged internally.

  • There are no more arrows on the tab bar so if you have many tabs open you cannot navigate through them anymore what happened to that?

    I always have 30+ tabs open. Used to be there were arrows on either side of the tab bar and you could navigate to the start or the end of your tabs. Now those arrows are missing and if you have a lot of tabs open you cannot navigate, you must close a tab in order to see other ones. Or click that group tab button thing to see which tabs you have open which is stupid. Is just mine faulty? or did this function just go away. Makes no sense to not be able to scroll through and see all the opened tabs.

    hello, can you try to replicate this behaviour when you launch firefox in safe mode once? if not, maybe an addon is interfering here...
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • Error "Cannot navigate out of current form" is raised after closing window.

    Hello,
    We are currently migrating from Designer 6.0 with Headstart 2.1.2 to Designer 6i release 4.10 with Headstart 6.5.3.0. We have a form with an action item in it to call another form. An error FRM-41351 "Cannot navigate out of current form" is raised when the following steps are undertaken:
    - Start the generated form (from the menu).
    - Push the button the call the second form.
    - Close the second form.
    - Close the first (parent) form.
    If we start and close the first (parent) form without have started the second one, this error is not raised.
    After some investigation, the problem seems to have something to do with the library OFGNAVL65.PLL. It looks the generated form tries to close a window based on a non-existent ID.
    Has anyone experienced this same problem? Can you help me?
    Kind regards,
    Bert

    IF ID_NULL(FIND_FORM('TEST')) THEN
    OPEN_FORM('TEST');
    ELSE
      GO_FORM('TEST');
    END IF;

  • FRM-41351 Cannot Navigate Out of Current Form

    I have an Action Item to call another form. Sometimes (not always) when exit out of called form the above error occurs.
    I have added the above message to qms_messages setting to suppress but the message still appears.
    I am using call method of CALL_FORM with display of HIDE as QMS$AI_CALL_FORM doesn't appear to take any note of the display of HIDE.
    Any help would be appreciated.
    Thanks.

    It is indeed a bug.
    We have the same problem, but we have added a line to the QMS$INIT_APPLICATION procedure in the application library to suppress the message. And that works fine.
    Add the following to the procedure:
    -- Suppress error FRM-41351 Cannot navigate out of current form (Forms bug 871936)
    qms$forms_errors.add_suppress_message('FRM-41351');

  • Cannot navigate out of current form

    hi
    i have a formmodule id filled correctly. And i need to navigate to this form through this id.
    Therefore, i use go_form(myformmodule)
    when this particular form is closed, i got the error "cannot navigate out of current form".
    can i verify before that m form is still opened or not ? this will help me avoid the error message.
    help please
    thanks
    Dan

    IF ID_NULL(FIND_FORM('TEST')) THEN
    OPEN_FORM('TEST');
    ELSE
      GO_FORM('TEST');
    END IF;

  • I installed 3.6.12 and now get error message that says - Error: Platform version 1.9.2.12 is not compatible with miniversion = 1.9.2.10 maxversion = 1.9.2.19 and it won't launch unless outside of sandbox. I cannot navigate to yahoo. Please help.

    I down loaded latest version and get error message when I launch it. Error message is entitled XUL Runner and says - Error: Platform version 1.9.2.12 is not compatible with miniversion >= 1.9.2.10 maxversion <= 1.9.2.19 and it won't launch. I can launch if I use Run Outside of Sandbox option, but I cannot navigate my home page on yahoo. What happened? Please send fix. Thanks, [email protected]

    Do a clean (re)install:
    * Download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data when uninstalling.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere (not in the Firefox program folder) and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.

  • How to delete the ends of line ["\n"] in a String before parsing

    hi, i'd want to parse a String with Regex/Pattern.
    This String contains ends of line i want to delete before applying my parsing treatment.
    I've tried to do that by replacing the character "\n" with "" :
        // the original text
        String orgTextToParse = new String(buffer);
        //we create a pattern to recognize the ends of line
        String regExpEol = "\n";
        Pattern patternEol = Pattern.compile(regExpEol);
        Matcher matcherEol = patternEol.matcher(orgTextToParse);
        // the new text without end of line
        StringBuffer newTextToParse = new StringBuffer();
        // we replace the "\n" by ""
        while(matcherEol.find()) {
          String REPLACE = "";
          matcherEol.appendReplacement(newTextToParse,REPLACE);
        matcherEol.appendTail(newTextToParse);
        System.out.println("[new string start] " + (newTextToParse.toString()) + " [end of new string]");Is there an appropriate way to delete "\n" ?
    (perhaps a method of the Pattern or Matcher classes... ?)
    thanx
    Edited by: jfact on Dec 29, 2007 11:05 AM
    Edited by: jfact on Dec 29, 2007 11:06 AM

    The second (optional) argument to Pattern is a set of flags. Take a look at the Javadoc.
    The 'genomic' implication is that the EOL is an arbitrary line break for human consumption so it does look like you need to remove the EOL. I would just use replaceAll() since it can be done with one line of code (or just a couple if you pre-compile the regex) without the need for any looping.
    line = line.replaceAll("\n","");Edited by: sabre150 on Dec 29, 2007 10:27 AM

  • How to fix Syntax Error: Expected end of line, etc. but found end of script. in applescript?

    I am making an applescript for my modding tool for Minecraft. It used to use multiple apps and I am now trying to make one app for all the tasks.
    Here is the code:
    say "You are running iCraft version one point one for minecraft version 1.2.5"
    display dialog "Which tool do you want to use?" buttons {"Mod Installer", "Backup", "Restore"} default button 3
    set the button_pressed to the button returned of the result
    if the button_pressed is "Mod Installer" then
    do shell script "~/desktop/iCraft/iCraft.app/contents/re…
    display dialog "Insert all mod files into the Mods folder."
    display dialog "Have you inserted all Mod files into the Mods folder?" buttons {"Yes", "No"} default button 2
    if the button_pressed is "Yes" then
    do shell script "~/desktop/iCraft/iCraft.app/contents/re…
    display dialog "Finished"
    else
    display dialog "Insert mod files into the Mods folder and restart iCraft.app."
    end if
    if the button_pressed is "Backup" then
    display dialog "Are you sure you want to backup your Minecraft.jar in it's current state?" buttons {"Yes", "No"} default button 2
    if the button_pressed is "Yes" then
    do shell script "~/desktop/iCraft/iCraft.app/contents/re…
    display dialog "Finished, find it in your Backups directory in the iCraft folder"
    else
    display dialog "Backup aborted"
    end if
    if the button_pressed is "Restore" then
    display dialog "Are you sure you want to restore your Minecraft.jar with your backup?" buttons {"Yes", "No"} default button 2
    if the button_pressed is "Yes" then
    do shell script "~/desktop/iCraft/iCraft.app/resources/s…
    else
    display dialog "Restore aborted"
    end if
    end
    When I try to compile/run it gives me Syntax Error: Expected end of line, etc. but found end of script.

    Your script got mangled when pasting it into your message, but the main problem looks like you are missing a bunch of end if statements.  Unless your if statements are contained on one line, you need to terminate them with a matching end if statement - for example, the following are equivalent:
    if someString is "whatever" then display dialog "foo"
    if someString is "whatever" then
      display dialog "foo"
    end if

  • Applescript compile fails with "Expected end of line, etc. but found identifier"

    Hi,
    I've written my first applescript to move messages in Micorosoft Outlook to a specific folder.  It is based on existing scripts I found on the internet.  However my version keeps failing to compile with the error "Expected end of line, etc. but found identifier".  I tried the exact same script on another Mac and it works.  I created a very simple version of the script to show the error.  All I am trying to do is get the current selected messages so I can move them:
    on run {}
        tell application "Microsoft Outlook"       
            set selectedMessages to current messages
        end tell
    end run
    and I still get the same errors on the word "messages" above.
    MAC is running OSX 10.9.4
    Microsoft Outlook for Mac 2011 - version 14.4.3 (140616)
    Since the script works on other computers the only thing I can assume is something wrong with the setup.
    Any help is greatly appreciated.
    - Ben

    Frank Caggiano wrote:
    twtwtw
    Any reason that the parens would be needed on some cases and not in others? As you can see the code the OP posted compiled fine on my system with no need of the parens. Also the OP mentioned that the code did work on one machine but not another so I would assume again the parens were not needed in that case.
    JUst curious
    regards
    Parentheses have the same function here as they do in mathematical equations. They are cues to the compiler about the order in which different parts of the statement should be processed. The problem here, I think, is that the word current is part of a lot of applescript nouns: current date, current application, current messages, current user, current track, current location, etc. That's exacerbated by the fact that message is also a noun in its own right in Outlook, creating an ambiguous bit of grammar. Applescript has to interpret the presence of that word in context, and several factors - different versions of the OS or of the relevant applications, the presence of different osaxen, runtime issues that alter how the Applescript system reads in the scriptability information - could affect how that interpretation plays out.
    Context is (apparently) everything, sometimes.

  • Apple Script Editor, "Expected end of line but found identifier" Error

    Hello, I'm trying to automate an Application I have, called Self Control, since I have ADD and easily get distracted, and what I want to do is for my computer to automatically set the application up, but to do this, I need a script, which I have already done, but get this error, can someone help me fix this script?
    (the error happens once I click on "run", it tells me as follows: "Syntax Error", followed by, "Expected end of line but found identifier".
    on run argv
    set defaultTime to 1440
    try
      set myTime to item 1 of argv as number
    on error
      set myTime to defaultTime
    end try
    tell application "Usable Keychain Scripting"
      tell current keychain
       set myPass to (password of first generic item ¬
        whose name contains "SelfControl")
       -- eliminate invisible characters, or "gremlins," from password
       set x to quoted form of myPass
       set myPass to do shell script "echo " & x & " | perl -pe 's/[^[:print:]]//g'"
      end tell
    end tell
    tell application "SelfControl" to activate
    tell application "System Events"
      tell process "SelfControl"
       tell slider of window "SelfControl" to set value to myTime
       click button "Start" of window "SelfControl"
      end tell
      tell window 1 of process "SecurityAgent"
       with timeout of 15 seconds
        repeat
         set tryAgain to false
         try
          set value of text field 2 of scroll area 1 of group 1 to myPass
         on error
          delay 1
          set tryAgain to true
         end try
         if not tryAgain then exit repeat
        end repeat
        click button 2 of group 2
       end timeout
      end tell
    end tell
    end run
    I'm no coding expert, but your help would be greatly appreciated. I know that once the script is done I can automate it with Calendar, or even Quicksilver, I just need help with the script.
    Thanks in advance!

    This is a pain with Applescript.
    Could  be a missing " or ' .  I didn't notice this problem.
    Use (* and *) to comment out lines to find where the problem lays. Start big then go smaller and smaller until you find the problem line.  Search internet for examples of the line in question.

  • Help with error message: Expected end of line but got identifier

    The following is a calculated applescript step in a Filemaker script. It tells iCal to go to the date of an iCal event that the script has previously created from Filemaker. The code below keeps generating an error message: "Expected end of line but got identifier." Note: "ACTIVITY::Date" below is Filemaker's way of indicating the file name (ACTIVITY) and the field in question (date). Help appreciated.
    "tell application \" iCal\" ¶
    activate ¶
    switch view to month view ¶
    set theDate to date \"" & ACTIVITY::Date & "\" ¶
    view calendar at theDate ¶
    end tell"

    It's not clear exactly what you're aiming for here, so it's not easy to tell you how to fix it.
    At first glance I'd say you're missing a quote symbol or two, but even then it doesn't make a lot of sense without more context - for example, 'ACTIVITY::Date' isn't valid as an AppleScript variable name (you can't have a : in a variable name), and your code isn't within a Filemaker block, so it doesn't appear to relate to Filemaker, either.
    In either case the only thing that looks remotely valid to me would be:
    set theDate to date "\"" & ACTIVITY::date & "\""
    but without knowing the context of ACTIVITY::Date it's impossible to tell if this is valid, or how it differs from:
    set theDate to date ACTIVITY::Date
    (i.e., why the quotes are needed at all)

Maybe you are looking for

  • Crawler - Refreshing Previously Imported Documents

    I checked the box in red below and it updated the MetaData for a pdf that the customer said was not updating. I then re-ran teh crawl. The document updated the meta data BUT IT ALSOso marked all the documents as updatedLWill this checkbox always caus

  • Problem in starting service of indesign server

    Hi, While attempting to start service of indesign server CS 5, I am getting following error. "Could not start the IndesignServerService Service on Local Computer." Any help on is appreciated. Thanks. Regards, Chaitan

  • Tomcat Installation Problem

    I am using Win98 and jdk version 1.3.1_03. For JAVA_HOME, i set it by typing "set JAVA_HOME=c:\jdk1.3.1_03" and CATALINA_HOME, "set CATALINA_HOME=c:\jakart~1" (my tomcat is installed in this directory) in command prompt. When i do jakart~1\bin\startu

  • How can I view .mov files on my ipad?

    How can I view my .mov spherical panoramas on my ipad?

  • Adobe Acrobat 3D and SolidWorks 2006

    Hi there, I was just wondering if anybody else experiences problems with Acrobat 3D and SolidWorks 2006. When I try to convert 3D models from Solidworks 2006 I get an error message: The file contains no displayable geometry. Converting SolidWorks 200