How to reopen a closed and removed project.

Pl reply directly to me: [email protected]
a) How do I open a closed project & removed from workspace. I tried double clicking on prj .xpdl file, import etc. Nothing helped. There is no project-open option. File-Open cannot open the XPDL file or .project file.

Hi,
You can reopen a project that you removed from Studio's Project Navigator by clicking on the sixth icon from the left in the toolbar (it says "Open Project" when you hold your mouse over it).
Dan

Similar Messages

  • Carriage return in textarea - how do I check for and remove it???

    I have an html form that has a <textarea> element for user input. I work mainly with Java and some JavaScript. Since carriage returns are permitted in a <textarea> element, upon retrieving the value submitted, my Java and/or JavaScript variables contain carriage returns as well, making the values incomplete.
    For Example :
    String dataSubmitted = request.getParameter("formInput");
    <script language="JavaScript">
    var textValue = "<%=dataSubmitted%>";
    ....//do other stuff
    </script>When I view the source of my JSP page, the above statement of code looks like this:
    var textValue = "This is some text that
    I submitted with a carriage return";I'm putting the text submitted through this form into a mysql database, and when I pull up the values I find that it has recorded the carriage return as well. There is an actual symbol representing a carriage return in the db field.
    What I'd like to do is use some Java code to go through each character of the String and find and remove the carriage return, perhaps replacing it with an empty space instead. But how do I check for a carriage return in a String variable?
    Also, is there a way to use JavaScript to alert the user when the carriage return button is pressed when they're in the <textarea>?
    Any input is appreciated,
    Thank You,
    -Love2Java

    What I'd like to do is use some Java code to go through
    each character of the String and find and remove the
    carriage return, perhaps replacing it with an empty
    space instead. But how do I check for a carriage return
    in a String variable?The carriage return is represented by the \r. Generally there is also a newline, the \n. You can use String#replaceAll() to replace occurences of them by a space.
    string = string.replaceAll("\r\n", " ");
    Also, is there a way to use JavaScript to alert the user
    when the carriage return button is pressed when they're
    in the <textarea>?You can capture keys using the 'onkeypress' attribute. The keyCode of a the return key is 13. So simply catch that:<textarea onkeypress="if (event.keyCode == 13) alert('You pressed the return button.'); return false;"></textarea>The return false prohibits the linebreak being inserted. If you remove that, then it will be inserted anyway.

  • How to Reopen the closed period?

    Dear Friends
    I have to reverse a MIGO document created in the month of December. When I tried to do the same, the system is giving th error message that posting is only possible in the period 11, 2008 and 12, 2008.We consider April as the 1st month of the year.
    How can I reopen 09, 2008 and make the reversal ??
    Thanks
    Chandra

    You are trying to reverse the document created in Dec-08. The system message says posting only allowed in 11 and 12-08. Normal business scenario you should not perform reversal of MIGO this way. Follow return PO process to return the receipted goods.
    Otherwise, if it is must, open both FI and MM periods. Fi period via OB52, MM period via MMPV/MMRV tcodes. It has option to open previous period. So, you may have to repeat steps to get to period 09-08.
    Hope it helps.
    -- Ram

  • "add and remove projects" problem in eclipse weblogic tool 1.1.3

    Hello,
    i installed eclipse weblogic tool 1.1.3. When i try to add a project to the server, it cannot even list my java projects. I found out that it only list those dynamic web projects.
    My question is: is it possible to add java project to server. My java project includes src and webRoot, which is deployed in weblogic 10.
    Also, when i set a breakpoint in jsp. I always have the source not found problem. Is there a way to get around this?
    Thanks

    Hi
    Java project cannot be deployed to the server standalone.
    One way to do is to create a ear project and add the web project and java project to it. If you create the web project and java project after EAR project creation then you can add to ear when creating web and java projects.
    But if you already have web and java projects, create a ear project and right click on ear project -> properties -> project reference -> check both projects. Also right click on ear project -> properties -> j2ee module dependencies -> check both projects.
    Now build the ear project and you will see the java project part of ear and the web project can refer to the java project classes.
    Vimala-

  • How do I search for and remove empty folders?

    I would love any help. I've spent about 6 hours yesterday looking for a solution for this project...
    PROBLEM:
    I'm trying to organize a 6GB file library of sheet music documents.
    After using Gemini to find and delete duplicate files, I'm left with hundreds of empty folders and files spread across the folders in odd locations.
    How do I find and delete all the empty folders?
    My hope is to remove all the empty folders and then manually reorganize the files.
    This will probably take quite a few hours.
    Here is an example of the mess. The folders currently look something like this:
    Music Library 1 > Kids Songs > Easy > Empty Folder
    Music Library 2 > Kids Songs > Easy > "Ode To Joy.mus" and other files are here
    Music Library 3 > Kids Songs > Intermediate > Intermediate songs files are here
    A better / larger question might be - What is the best way to organize this mess?
    Is there a good file manager for organizing these documents? We run a music school and are trying to set it up for multiple teachers to organize their files and sort by a few different tags like: Difficulty, Genre, Teacher Name, Composer name etc.
    Thank you so much for any help!

    I'm afraid the ability to find empty folders is a wee bit complicated, and quite simply is completely broken in Mavericks. Just because a folder appears to be empty, doesn't mean that it is--if it was ever opened it will have an invisible .DS-Store file inside. For instance, in Snow Leopard if I do a search on the Desktop folder for Kind is Folder, plus Number of Items is less than two, I get two folders, both are empty but one I just created and never opened, and the other I created some time ago and later tossed the contents, which means that it has a .DS-Store file. Both show "No Items" in Icon view. If I modify the Number of Items to "equals 0" only the newly created and unopened folder "empty" shows up. If I try the same thing in Mavericks I get no sensible results at all in any set of search parameters.
    The moderator at Houdah Software reports: "Spotlight on Mavericks reports a value of 1 for "Number of Items" (kMDItemFSNodeCount) for all folders." He says he has reported it as a bug. Evidently it is not yet fixed.
    Francine

  • How to reopen a closed connection?

    If I'm working on a worksheet, and I lose connection, how do I reopen it?
    I try running my code, and the Query Result just says "Closed Connection".
    The little connection dropdown list on the top-right corner of the screen gets grayed out when I lose connection.
    I can do Control N, and copy/paste my code into the new worksheet window,
    but that seems like the wrong way to do it.
    Is there any way to just reconnect using my current worksheet window?
    Thank you.

    SQL Developer Shows "Connection Closed" Error When Running a Query (Doc ID 1297692.1)
    Applies to:
    Oracle SQL Developer - Version: 2.1.1 and later [Release: and later ]
    Microsoft Windows x64 (64-bit) - OS Version: 7
    Symptoms
    The creation of a new connection goes through fine and the "Test" connection functionality and returns success status. While trying to view any tables, functions, procedures, etc., a "connection closed" message is displayed. Also, running any query returns the same "connection closed" message.
    The following error message is seen in the command window:
    Exception initializing 'oracle.dbtools.raptor.plsql.PLSQLAddin' in extension 'Oracle SQL Developer': java.lang.NoClassDefFoundError: com/sun/jdi/Bootstrap at oracle.jdevimpl.debugger.jdi.DebugJDIConnector.getVersion(DebugJDIConnector.java:30)
    Cause
    The SQL Developer download for windows 64-bit version 7 does not come bundled with the jdk. The requirement is to use jdk ver 1.6_11 or above. If the jdk used by the SQL Developer does not meet this requirement, the above mentioned exception happens.
    Solution
    1) Specify the full path to the right version of the jdk in the
    \sqldeveloper\bin\sqldeveloper.conf file in order to make sure that the SQL Developer points to the right jdk such as shown below:
    SetJavaHome C:\<full path>\jdk1.6.0_X
    2) Set the ORACLE_HOME env variable to the SQL Developer install location.
    Set ORACLE_HOME=<TOP_OF_SQLDEV_INSTALLATION location>

  • How to install MySQL 5 and remove default install

    Hi all,
    I have some problems to make MySQL 5 works fine on Mac OS X server.
    I have installed the package (http://dev.mysql.com/downloads/mysql/5.0.html) but a instance of the old mysql still running.
    Can someone explain me how to remove the default install and make the new one works?
    PowerBook G4   Mac OS X (10.4.3)   Mac OS X Server

    "pwd in directory /usr/local/mysql return /usr/local/mysql"
    I didn't really address this in my previous post, but this could be a problem. This seems to indicate that there is an actual directory named mysql in /usr/local. That shouldn't be the case. If it's empty, you should remove it and replace it with a symbolic link to /usr/local/mysql-standard-5.0.16-osx10.3-powerpc (assuming that's the version you have installed).
    To create this link, cd to /usr/local and enter:
    ln -s /usr/local/mysql-standard-5.0.16-osx10.3-powerpc mysql
    Or you may want to run the installer again. I would hope that the installer would not fail without giving you an error, and since creating this link is not necessary for the installation, it probably just ignored it, but the presence of the directory would have prevented it from creating the link, so it could have interfered with the normal operation of the installer.
    Normally when you install MySQL it installs into the /usr/local directory, creating a folder with the full name of the version, e.g. "mysql-standard-5.0.16-osx10.3-powerpc" in the case of the current version. It then creates a symbolic link to that directory called "mysql" in the /usr/local directory. That's why, normally, if you cd to /usr/local/mysql and issue pwd it should give you the full path to the current MySQL installation directory.
    The beauty of this system is that it leaves your current installation intact, so if you need to back out, because some of your applications are not compatible with the new version, you only need to re-point that symbolic link to point back to the old version.
    It also allows you to transfer your data very easily. Even if you forget to extract the data folder from the old version before you installed the new one, your data is still there, safe and sound. (That's why I've been recommending leaving that folder alone until you sort out the problems with the installation of the new version.)

  • How can I stop sync and remove a computer from my iphone?

    How can I Cancel iphone wifi sync with my computer? and how do I remove my computer (W-VAIO) from my list? I did the settings from iTunes & it still doesn't work, I even hit the 'apply' button..... what do I do? I recently plugged a friend's phone on my laptop and it automatically sync'd everything to her, how do I turn off this feature so I can avoid this?

    I recently upgraded my wife's computer to mountain lion so we could sync it with her iPhone, allowing her to send emails to the groups she manages whether she's at home or on the road.
    Is it really the case that the iPhone is incapable of this?  The mac does it fine and the iPhone goes through the motions but then bails when you hit send, saying it isn't a valid address.
    This really makes no sense.  Isn't this the whole point of iCloud?

  • How did my HP8620 come up with a E-mail address ? How can it be reversed and removed

    I don't want a e-mail addreww for my printer how can oit be removed...........
    This question was solved.
    View Solution.

    Hi,
    Printer email address is for ePrint, if you don't want to use ePrint you can go to your HP Connected account and  only allow you to send to its address then no one can send anything to it. You may need it one day.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Timed loop not starting - works after closing and opening project

    Refer the image below - a simple timed loop should run when the Run button is pressed. What happens is that the parallel vi runs (see arrow) but the vi inside the loop doesn't.  Both vi's shown run forever (i.e. the timed loop is only used to specify the CPU).  
    When I press the Abort Execution button, strangely it can then be seen that the execution highlighting runs into and through the timed loop and probe 50 is updated.
    This sorted itself out after I closed the project and opened it again so its not a critical issue - was simply wondering what could cause this?

    That program looks kinda weird.
    First of all, avoid to use flat sequence structures whenever you can, or use it only when you are going to initialize something, or when your program has an specific sequence.
    I think you have a problem the way you are conecting the subvis. Remember that in LabVIEW,  the flow of the data will determine the order of execution, and in your case, the conections looks kinda weird.
    I have a question; Do the subvis need to run simultainously?, or what do you need to do exactly

  • HT204266 I purchased an app and found out it cannot be used, how do I get refund and remove that app

    I purchase a 7notes and found out it is Japanese version which I can not use. How can I cancel it?

    You can contact iTunes support and see if they will issue a refund, but they don't have to. The terms of sale is that all sales are final.
    to remove it from your device, hold down on the icon until they all start to wiggle. Then tap on the white X in the red circle to delete it. Single tap the home button to exit that mode.

  • How to remove a hidden text in pdf file with Acrobat Pro 9. How to save pdf file and remove hidden text?

    I
    I made this file in indesign, the highlited empty spaces indicates that their is a hidden text and it pop up when searching for some words in pdf file. so how can I save pdf file to keep only the seen text ???

    Dear lrosenth,
    I went through some codes/suggestions in internet and I found that I need to have cmap file and cid font file for the respective font since pdf doesn't support unicode fonts directly.
    Can you help me to know where can I get cmap file and cid font file for tamil language font Latha(TrueType) microsoft font.
    Regards,
    Safiq

  • HT201081 how to disable family sharing and remove credit card

    I updated all of out Apple mobile devices and set up Family Sharing.  I thought this would be a great idea.  Quickly I was proven wrong.  I liked the idea of linking my wife's account and mine, and the ability to add my kid as a child under my account (with his own itunes account). The ability for each account to be linked was convenient, but my problem, and many others I have seen posting online, is it being necessary to leave the credit card on file.  Second is the premissions setting.  This again is a good theory, but with children and their always wanting new games and other apps, it quickly became inconvenient to have to give permission to download even a FREE app.  So here is what I would like. The option to add the ability to download free apps, and request permission for purchasing apps.  If this in not possible, than the ability to completely disable family sharing, thus allowing me to remove my credit card info from the iTunes system and prevent unwanted purchases.
    If anyone has any suggestions on disabling the family sharing I would greatly appreciate it.

    Direct from the iPhone User Guide.
    “Leave Family Sharing. Go to Settings > iCloud > Family, then tap Leave Family Sharing. If you are the organizer, go to Settings > iCloud > Family, tap your name, then tap Stop Family Sharing. For more information, see support.apple.com/kb/HT201081.”
    Excerpt From: Apple Inc. “iPad User Guide For iOS 8.1.” Apple Inc., 2014. iBooks.
    This material may be protected by copyright.
    Check out this book on the iBooks Store: https://itun.es/us/5A6R2.l
    Edit. Here's the link for more information.
    Leave Family Sharing - Apple Support

  • How do I  resolve, prevent and remove duplicate index key words?

    The problem I'd like to resolve in in my index is: I have
    mutiple 'Getting Started' topics in each module (for example). When
    I open the Index in the application and click 'Getting Started' I
    am presented with 41 selections. Could be more, I stopped counting
    after 41 and refused to scroll. I would have to click on each one
    to find the "Getting Started" topic I was looking for. I know as an
    end user that I would come un-glued if I had to click and close 41+
    topics in my quest for help . Help should be ... well, helpful. If
    I need help the last thing I'm looking for is annoyance at a tool
    that I hoped would be my salvation. As I'm writing this I'm
    beginning to wonder if what I want can be accomplished. What can I
    do to indicate to the user what specific topic any given "Getting
    Started' refers to so they don't find themselves instead in a click
    and close coma? It seems to me that I have a bloated, out of
    control index. Any suggestions on how I might put my index on a
    diet and provide optimal index effectiveness??

    You could try renaming the topics to something like "Module A
    Getting Started", "Module B Getting Started", etc. but I'd also
    suggest that having 40+ topics against a keyword is not the right
    way to do things. I personally wouldn't have 40+ Getting Started
    topics. By all means have an Overview topic at the start of each
    main area of your help and link to other parts of the same book
    (e.g. to the major tasks).
    A better way however may be to have a single Getting Started
    book at (or near to) the top of your TOC which tells the users what
    they can do. Then link to the topics elsewhere in the TOC that
    provide the detail.
    As far as indexing is concerned, we have an unwritten rule
    that you have no more than two index levels and no more than 5-6
    topics per keyword. If you think this is impossible maybe you need
    to look at how you are indexing.

  • How to file a complaint and remove charges

    i was pretty happy with Verizon Fios until I recently added another TV  box in the household. The box arrived within 2 days but after it was plugged into TV outlet, it just would not work. You would think that after intitial Verizon installation 2 years ago every single TV outlet in the house would be converted to Verzion but apparently that was not the case. After 2 days of trying to reach Verizon tech support, I finally talked to really nice gentleman who notified that a technican must be dispatched to my house. Ok...here goes my Saturday but it is what it is. On Saturday I get a text that a tech would arrive between 1 and 2 pm. needless to say the tech did not show up until 5 pm. It took the tech 15 min to convert the outlet and make the box and TV work. In the process of doing this, he somehow disconnected our whole sound system. All we heard was a loud bang and the tech quickly left the house. But i was still happy that the box and TV were working. It took my husband 2 hours to figure out what the tech did to the sound systen but everything finally worked again.This week I get a monthly bill for Verizon for 250$. 129 for my services, 24.99 for the new box and 90$ for dispatching the tech. It was never mentioned to me that  I have to pay for tech to come out and surely I did not expect that techs make 180$ an hour. I want these charges to be removed because I am ready to cancel FIos and Wireless all together

    Have you tried calling customer service at all?This is mainly a peer to peer support forum.Techs don't make $180. Company bills that much to cover not only their salary, but other expenses (employee benefits, his vehicle, tools, etc).Unfortunately others have complained that when a tech comes out, they did not know there would be a fee.

Maybe you are looking for

  • Problem with setting Created, Modified, Author, Editor on file i Site Collection from Client SDK

    Hello, I have a piece of code that is used for converting files from a shared file area to SharePoint for customers that move to SharePoint and Dynamics CRM. The relation to Dynamics CRM calls for using custom code an not existing conversion tools. T

  • MS Word 2007 insert table with vertical scrollbar?

    Hi all, what is the best way when creating a word report to display a table that has alot of rows.  I am wondering if it somehow possible to have a table in Word that has say 10 rows shown to the user but also has a vertical scrollbar that the user c

  • Can I run master collection CS6 on a Mac and PC? What options do I have?

    I'm thinking about purchasing the Master Collection of CS6. My school is offering a great deal, but I have a Mac right now and would like to change over to a PC in 1-2 years, so I was wondering what I should do since I either have to buy a Mac or Win

  • Public folders not replicating Exchange 2010

    Earlier this year I did a migration from a single 2003 Exchange server to a single Exchange 2010 server. I didn't notice until recently that my GAL isn't being updated in cached mode in Outlook 2010+ but is in OWA and with cached mode turned off. So,

  • EXS' Sampler Instrument Count Limitation

    Hello everyone, Does anyone happen to know of a workaround/ solution to EXS' sampler instrument count limitation? I find myself constantly shuffling instruments and libraries in and out of the Sampler Instruments folder, a process which, given my 1TB