How to open All *.fmb files at one shot in Form Builder

I have 20 *.fmb files i need to open all at one shot in form builder ......Please tell me how to do that
Edited by: user10365515 on May 1, 2010 4:05 AM

So, just go to that directory select that 20 files and double click or hit enter it will open in one form builder session.
Note: You can not open from Form Builder.

Similar Messages

  • How To Open PDF Attached file use CLIENT_HOST 11 g forms

    How to open pdf file on client side at 11 g forms ?
    when i open any attached (PDF )file on client side is not open those file open on server side plz guide me how to  open those file on client machine using client host?
    thanks

    Where is the pdf you are trying to open? Is it on the server or the client? If the file is stored on the server then you can access it using WEB.SHOW_DOCUMENT assuming it is stored in a place that has a virtual mapping. For example:
    WEB.SHOW_DOCUMENT ('http://server/someLocation/file.pdf','_blank');If the file is on the client then you need to configure your application to use WebUtil. Then you can do what Francois suggested.

  • FMB File 64bits compatible with 32Bits Forms builder

    Hello my friends
    I was wondering if someone can give me a hand here, actually i have 3 questions.
    I installed weblogic and oracle forms & reports 11g on my laptop (windows 7 64 bits).
    1)I create a form, with the database i have on my laptop, but when i got to my work i try to open the file but it says that "the file can't be opened" with no error code or other kind of info.
    so i was wondering if anyone knows if there's a compatibility problem between the 32bits version and 64 bits version of forms builder and report builder.
    2)The other question was when i was trying to create a master detail data block when i compile the form it says
    SQL Error Ocurred
    Sql stament ignored
    I was looking on this forum and it says that it was something about reserved words, however i speak spanish so my table names are in spanish too, i don't think it has to be something with the reserved words.
    the error ocurred on the delete detail trigger i think, i'm not in the office right now.
    3) I found the solution for this one while i was writing this.
    Thanks in advance
    I hope someone can give me a hand
    PS: Sorry for the bad English.

    Not sure if this might help, but try it and please report back (these steps fix problems in some odd situations.)
    Open the fmb on a computer where it will open ok.
    Do a pl/sql Replace All, replacing all semicolon with semicolon. (That just forces the Forms Builder to remove embedded compiled code.)
    Save and close the form (without recompiling anything). You may notice the fmb size is reduced.
    Then try opening the fmb on the other computer.

  • How to put all RMAN-files in one backupset??  (so preventing RMAN-06023)

    ((Please see also this thread: Re: Restoring Database causes ORA-19612
    How can I manage that ALL files, ALL pieces, Controlfile, SPfile etc. etc. is available in ONE backup-file.
    When I do "Backup Database" and I copy the created files to another location: restoring the database keeps asking for older backuppieces.
    (Rman-error: RMAN-06023: no backup or copy of datafile 1 found to restore"
    When i type on the target:
    RMAN> list backup of datafile 1;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    12 Full 70.03G DISK 00:44:49 02-APR-12
    BP Key: 12 Status: EXPIRED Compressed: NO Tag: TAG20120402T213111
    Piece Name: G:\RMANBACKUP\0KN7EQSV_1_1
    List of Datafiles in backup set 12
    File LV Type Ckp SCN Ckp Time Name
    1 Full 2945781693 02-APR-12 D:\ORACLEDATA\CISORA1\SYSTEM01.DBF
    RMAN>
    I see that the Missing file is in a backupset of 1 day ago. That's NOT what i want. I want EVERY DAY a FULL backupset.
    please advise how to achive.
    thanks
    Edited by: AvRossem on 3-apr-2012 5:36

    AvRossem wrote:
    ((Please see also this thread: Re: Restoring Database causes ORA-19612
    How can I manage that ALL files, ALL pieces, Controlfile, SPfile etc. etc. is available in ONE backup-file.
    When I do "Backup Database" and I copy the created files to another location: restoring the database keeps asking for older backuppieces.
    (Rman-error: RMAN-06023: no backup or copy of datafile 1 found to restore"
    When i type on the target:
    RMAN> list backup of datafile 1;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    12 Full 70.03G DISK 00:44:49 02-APR-12
    BP Key: 12 Status: EXPIRED Compressed: NO Tag: TAG20120402T213111
    Piece Name: G:\RMANBACKUP\0KN7EQSV_1_1
    List of Datafiles in backup set 12
    File LV Type Ckp SCN Ckp Time Name
    1 Full 2945781693 02-APR-12 D:\ORACLEDATA\CISORA1\SYSTEM01.DBF
    RMAN>
    I see that the Missing file is in a backupset of 1 day ago. That's NOT what i want. I want EVERY DAY a FULL backupset.
    please advise how to achive.
    thanks
    Hi,
    How can I manage that ALL files, ALL pieces, Controlfile, SPfile etc. etc. is available in ONE backup-file.The short awnser is: You cannot do that.
    RMAN divides some files types in different backupset.
    This is a rule:
    Datafiles use your own Backupset
    Controlfile and SPFILE use your own Backupset
    ARCHIVELOG use your own Backupset
    For each BACKUPSET you can have many Backuppiece (i.e files on disk). As rule you always have relationship of one (Backupset) to one or more (Backuppiece).
    So, respecting the rule above you can do following:
    You can use the option FILESPERSET to keep all datafiles in same backuppiece. (In my case below 200 datafiles will be in same backuppiece)
    {code}
    RMAN> backup database tag='my_backup' filesperset 200 include current controlfile ;
    Starting backup at 03-APR-12
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    input datafile file number=00001 name=/u01/app/oracle/oradata/dbrcv/system01.dbf
    input datafile file number=00002 name=/u01/app/oracle/oradata/dbrcv/sysaux01.dbf
    input datafile file number=00003 name=/u01/app/oracle/oradata/dbrcv/undotbs01.dbf
    input datafile file number=00004 name=/u01/app/oracle/oradata/dbrcv/users01.dbf
    channel ORA_DISK_1: starting piece 1 at 03-APR-12
    channel ORA_DISK_1: finished piece 1 at 03-APR-12
    piece handle=/u01/app/oracle/fast_recovery_area/DBRCV/backupset/2012_04_03/o1_mf_nnndf_MY_BACKUP_7qppmnn7_.bkp tag=MY_BACKUP comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:45
    channel ORA_DISK_1: starting full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    including current control file in backup set
    including current SPFILE in backup set
    channel ORA_DISK_1: starting piece 1 at 03-APR-12
    channel ORA_DISK_1: finished piece 1 at 03-APR-12
    piece handle=/u01/app/oracle/fast_recovery_area/DBRCV/backupset/2012_04_03/o1_mf_ncsnf_MY_BACKUP_7qppo4ls_.bkp tag=MY_BACKUP comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
    Finished backup at 03-APR-12
    RMAN> backup archivelog all filesperset 200 ;
    Starting backup at 03-APR-12
    current log archived
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting archived log backup set
    channel ORA_DISK_1: specifying archived log(s) in backup set
    input archived log thread=1 sequence=16 RECID=1 STAMP=779332254
    input archived log thread=1 sequence=17 RECID=2 STAMP=779374813
    input archived log thread=1 sequence=18 RECID=3 STAMP=779393222
    input archived log thread=1 sequence=19 RECID=4 STAMP=779436085
    input archived log thread=1 sequence=20 RECID=5 STAMP=779472067
    input archived log thread=1 sequence=21 RECID=6 STAMP=779511653
    input archived log thread=1 sequence=22 RECID=7 STAMP=779580131
    input archived log thread=1 sequence=23 RECID=8 STAMP=779648029
    input archived log thread=1 sequence=24 RECID=9 STAMP=779649107
    input archived log thread=1 sequence=25 RECID=10 STAMP=779649189
    input archived log thread=1 sequence=26 RECID=11 STAMP=779649436
    channel ORA_DISK_1: starting piece 1 at 03-APR-12
    channel ORA_DISK_1: finished piece 1 at 03-APR-12
    piece handle=/u01/app/oracle/fast_recovery_area/DBRCV/backupset/2012_04_03/o1_mf_annnn_TAG20120403T171718_7qppphtb_.bkp tag=TAG20120403T171718 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:35
    Finished backup at 03-APR-12
    {code}
    Now I have 3 files:
    {code}
    RMAN > List BACKUSET;
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    447 Full 314.02M DISK 00:00:37 03-APR-12
    BP Key: 450 Status: AVAILABLE Compressed: NO Tag: MY_BACKUP
    Piece Name: /u01/app/oracle/fast_recovery_area/DBRCV/backupset/2012_04_03/o1_mf_nnndf_MY_BACKUP_7qppmnn7_.bkp
    List of Datafiles in backup set 447
    File LV Type Ckp SCN Ckp Time Name
    1 Full 444127 03-APR-12 /u01/app/oracle/oradata/dbrcv/system01.dbf
    2 Full 444127 03-APR-12 /u01/app/oracle/oradata/dbrcv/sysaux01.dbf
    3 Full 444127 03-APR-12 /u01/app/oracle/oradata/dbrcv/undotbs01.dbf
    4 Full 444127 03-APR-12 /u01/app/oracle/oradata/dbrcv/users01.dbf
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    448 Full 9.36M DISK 00:00:04 03-APR-12
    BP Key: 451 Status: AVAILABLE Compressed: NO Tag: MY_BACKUP
    Piece Name: /u01/app/oracle/fast_recovery_area/DBRCV/backupset/2012_04_03/o1_mf_ncsnf_MY_BACKUP_7qppo4ls_.bkp
    SPFILE Included: Modification time: 03-APR-12
    SPFILE db_unique_name: DBRCV
    Control File Included: Ckp SCN: 444147 Ckp time: 03-APR-12
    BS Key Size Device Type Elapsed Time Completion Time
    492 300.38M DISK 00:00:26 03-APR-12
    BP Key: 495 Status: AVAILABLE Compressed: NO Tag: TAG20120403T171718
    Piece Name: /u01/app/oracle/fast_recovery_area/DBRCV/backupset/2012_04_03/o1_mf_annnn_TAG20120403T171718_7qppphtb_.bkp
    List of Archived Logs in backup set 492
    Thrd Seq Low SCN Low Time Next SCN Next Time
    1 16 234488 30-MAR-12 261258 31-MAR-12
    1 17 261258 31-MAR-12 286957 31-MAR-12
    1 18 286957 31-MAR-12 303448 31-MAR-12
    1 19 303448 31-MAR-12 329357 01-APR-12
    1 20 329357 01-APR-12 351967 01-APR-12
    1 21 351967 01-APR-12 375454 02-APR-12
    1 22 375454 02-APR-12 409423 02-APR-12
    1 23 409423 02-APR-12 443037 03-APR-12
    1 24 443037 03-APR-12 443868 03-APR-12
    1 25 443868 03-APR-12 443928 03-APR-12
    1 26 443928 03-APR-12 444188 03-APR-12
    {code}
    See it:
    BackupSet :
    447 = Datafiles
    448 = Controfile and SPFILE
    492 = Archivelogs
    Now I want create a copy of these backupset to offsite purpose:
    {code}
    RMAN> backup backupset 447,448,492 tag='my_backup_offsite' format '/u01/app/offsite/%U';
    Starting backup at 03-APR-12
    using channel ORA_DISK_1
    channel ORA_DISK_1: input backup set: count=17, stamp=779649348, piece=1
    channel ORA_DISK_1: starting piece 1 at 03-APR-12
    channel ORA_DISK_1: backup piece /u01/app/offsite/0hn7h0a4_1_2
    piece handle=/u01/app/offsite/0hn7h0a4_1_3 comment=NONE
    channel ORA_DISK_1: finished piece 1 at 03-APR-12
    channel ORA_DISK_1: backup piece complete, elapsed time: 00:00:25
    channel ORA_DISK_1: input backup set: count=18, stamp=779649393, piece=1
    channel ORA_DISK_1: starting piece 1 at 03-APR-12
    channel ORA_DISK_1: backup piece /u01/app/offsite/0in7h0bh_1_2
    piece handle=/u01/app/offsite/0in7h0bh_1_3 comment=NONE
    channel ORA_DISK_1: finished piece 1 at 03-APR-12
    channel ORA_DISK_1: backup piece complete, elapsed time: 00:00:03
    channel ORA_DISK_1: input backup set: count=19, stamp=779649439, piece=1
    channel ORA_DISK_1: starting piece 1 at 03-APR-12
    channel ORA_DISK_1: backup piece /u01/app/offsite/0jn7h0cv_1_2
    piece handle=/u01/app/offsite/0jn7h0cv_1_3 comment=NONE
    channel ORA_DISK_1: finished piece 1 at 03-APR-12
    channel ORA_DISK_1: backup piece complete, elapsed time: 00:00:45
    Finished backup at 03-APR-12
    RMAN> list backupset tag='my_backup_offsite';
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    447 Full 314.02M DISK 00:00:37 03-APR-12
    BP Key: 624 Status: AVAILABLE Compressed: NO Tag: MY_BACKUP_OFFSITE
    Piece Name: /u01/app/offsite/0hn7h0a4_1_3
    List of Datafiles in backup set 447
    File LV Type Ckp SCN Ckp Time Name
    1 Full 444127 03-APR-12 /u01/app/oracle/oradata/dbrcv/system01.dbf
    2 Full 444127 03-APR-12 /u01/app/oracle/oradata/dbrcv/sysaux01.dbf
    3 Full 444127 03-APR-12 /u01/app/oracle/oradata/dbrcv/undotbs01.dbf
    4 Full 444127 03-APR-12 /u01/app/oracle/oradata/dbrcv/users01.dbf
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    448 Full 9.36M DISK 00:00:04 03-APR-12
    BP Key: 625 Status: AVAILABLE Compressed: NO Tag: MY_BACKUP_OFFSITE
    Piece Name: /u01/app/offsite/0in7h0bh_1_3
    SPFILE Included: Modification time: 03-APR-12
    SPFILE db_unique_name: DBRCV
    Control File Included: Ckp SCN: 444147 Ckp time: 03-APR-12
    BS Key Size Device Type Elapsed Time Completion Time
    492 300.38M DISK 00:00:26 03-APR-12
    BP Key: 626 Status: AVAILABLE Compressed: NO Tag: MY_BACKUP_OFFSITE
    Piece Name: /u01/app/offsite/0jn7h0cv_1_3
    List of Archived Logs in backup set 492
    Thrd Seq Low SCN Low Time Next SCN Next Time
    1 16 234488 30-MAR-12 261258 31-MAR-12
    1 17 261258 31-MAR-12 286957 31-MAR-12
    1 18 286957 31-MAR-12 303448 31-MAR-12
    1 19 303448 31-MAR-12 329357 01-APR-12
    1 20 329357 01-APR-12 351967 01-APR-12
    1 21 351967 01-APR-12 375454 02-APR-12
    1 22 375454 02-APR-12 409423 02-APR-12
    1 23 409423 02-APR-12 443037 03-APR-12
    1 24 443037 03-APR-12 443868 03-APR-12
    1 25 443868 03-APR-12 443928 03-APR-12
    1 26 443928 03-APR-12 444188 03-APR-12
    RMAN>
    {code}
    When you perform restore you can use the tag='my_backup_offsite'.
    This files belong a same policy of "configure retention policy ... " of RMAN. So, this files will be obsolete when it is out the policy.
    Hope this helps,
    Levi Pereira

  • How to read all the files in one directory?

    can anyone tell me ?
    3x

    File.listFiles() is a good start
    http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html
    Gil

  • How to close all background apps at one shot?

    Can any one answer this question??

    Read the article you linked to at whenwillapple.com... a more detailed explanation than I had seen anywhere else… thanks.
    @Parshwanath: So if you still want to close everything, it is possible from the hidden dock (double-click home button) to hold an icon until a _red_ 'X' appears next to each one, and then tap the 'X' to manually close it. You can't close them all at once, but you can quickly go down the row until you have them all. Of course you will have to once again open an app to have it appear in the hidden dock to be able to use 'fast app switching'.
    This technique is only useful if you really need to reclaim whatever little bit of memory a sleeping app occupies while waiting to be called up. I don't remember where I found this tip - just that it came from a discussion on how to free up memory, which, given the management built into iOS4, I didn't think was necessary, but I did find it helpful in making an older game behave properly on the occasions it became obstreperous. FWIW - this is on an original iPad (OS4.3.3) and I don't know if the iPad2 is different - don't think so.

  • How do I move all my files from one User Profile (account) into another? I needed to create a new account and want all of my files accessible in the new one.

    How do I move all my files from one User Profile (account) into another?
    I needed to create a new account and want all of my files accessible in the new one.

    ok, what you're learning right now is 101 unix, which is good. Unix is a good thing
    now: the way unix works, and macos (which uses unix underneath) the files and folders work like a hierarchy.
    the start of that tree is /
    so, if you were to do:
    cd /
    (cd means change directory)
    it will bring you at the highest branch of the file system.
    cd /Users
    will bring you to where all the users are.
    to see whats in /Users you can use your friend ls command
    ls means list files/directories
    so:
    cd /Users
    ls -la
    (the -la here means show all (even hidden) and long format (very verbose))  this flag is very optional.
    you will see
    fred
    user2
    for example.
    if you want to see the desktop of user2 you would change directory to it then list the files.
    for example:
    cd /Users/user2/Desktop
    Note that the files and directory are case sensitive, so, desktop is NOT the same as Desktop, or DESKTOP
    ls -la
    you should then be able to see everything in users2 desktop
    you could have done as well the same thing in smaller steps, for example:
    cd /
    cd Users
    cd user2
    cd Desktop
    this is the equivalent of cd /Users/user2/Desktop
    So, for your file, i don't know where it was, but know that if you log in as user2, it will directly put you in
    /Users/user2
    which most likely the file you had created from the other user was in /Users/user1
    if you copied all the files from /Users/original_user to /Users/secondUser
    most likely yes, all your mail, bookmarks etc would be copied over.
    so in your case.
    sudo chown -R seconduser:staff /Users/secondUser
    should work
    Remember that if you start a path with the character /  it means start from the root of the file system, at the highest top you can ever get.
    so
    cd /Users/fred
    is not the same as
    cd Users/fred
    unless you were in / already
    i know it may be confusing at first but it's actually very logical if you play with it.
    to simplify, think of it that / means C:\  on windows
    you can't go any higher than C:\  (in a way)
    if you're unsure which directory you're currently in, you can always type:
    pwd
    it will tell you where you are.
    for example:
    cd /
    pwd
    this shows  /
    cd Users
    pwd
    this now shows /Users
    cd /System/Library
    pwd will show /System/Library
    cd /
    cd /Users
    cd fred
    cd Library
    pwd will show /Users/fred/Library
    unix can look very scary but it's actually vital and very necessary to do tasks sometimes that would take for ever to do via the windows. This is good learning.
    so for the myfile you had created, i can't tell you where it is, at the time you created, if you can do a pwd command you'll know the path,
    ls -la  (this shows all the files where you are)
    if you see myfile in the list
    do a pwd
    whatever is return, the real location of the file would be:
    whatever pwd returned / myfile
    I hope that makes sense.

  • How to open a pdf file only in one computer

    I would like to sell pdf publications by allowing  the user to open them only in one computer. I learnt that this has been done  the past when I bought  some publications but I don't know the way to do it. Could you help me?
    thank you
    Marco

    thank you for your support
    Best Regards
    Marco
    Da:     Mylenium <[email protected]>
    Per:    MARCO1 <[email protected]>,
    Data:   09/10/2013 11:09
    Oggetto:        How to open a pdf
    file only in one computer
    Re: How to open a pdf file only in one computer
    created by Mylenium in Downloading, Installing, Setting Up - View the full
    discussion
    You will havwe to sign up for some service that supports rights
    management, use protected PDFs via LiveCyle/ Acrobat Connect or learn how
    to create your own ePub stuff using Digital Publishing Suite. In any case,
    it will probably cost you money upfront before you make any revenue.
    Mylenium
    Please note that the Adobe Forums do not accept email attachments. If you
    want to embed a screen image in your message please visit the thread in
    the forum to embed the image at
    http://forums.adobe.com/message/5746873#5746873
    Replies to this message go to everyone subscribed to this thread, not
    directly to the person who posted the message. To post a reply, either
    reply to this email or visit the message page: [
    http://forums.adobe.com/message/5746873#5746873]
    To unsubscribe from this thread, please visit the message page at [
    http://forums.adobe.com/message/5746873#5746873]. In the Actions box on
    the right, click the Stop Email Notifications link.
    Start a new discussion in Downloading, Installing, Setting Up at Adobe
    Community
    For more information about maintaining your forum email notifications
    please go to http://forums.adobe.com/message/2936746#2936746.
    Il messaggio trasmesso può contenere informazioni di carattere
    confidenziale rivolte esclusivamente al destinatario. Ne è vietato l'uso,
    la diffusione, la distribuzione o la riproduzione da parte di altre
    persone e/o entità diverse da quelle specificate. Nel caso aveste ricevuto
    questo messaggio per errore, siete pregati di segnalarlo immediatamente al
    mittente e cancellare quanto ricevuto.
    This electronic mail transmission may contain confidential information
    addressed only to the person(s) named. Any use, distribution, copying or
    disclosure by any other person and/or entities other than the intended
    recipient is prohibited. If you received this transmission in error,
    please inform the sender immediately and delete the material

  • How to open multiple sql files in only one ssms instance

    how to open multiple sql files in only one ssms instance, I can't get anything to work that I find online..I hope you can help us.

    I tried opening two files but selecting and hitting enter. it opens one SSMS and two tabs.
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • How to open all the pages of a file PDF in Photoshop?

    Hi,
    How to open all the pages of a file PDF in Photoshop?
    Or
    I need to know the amount of Pages in PDF.
    Example:
    >Set MyPhotoshop = CreateObject("Photoshop.PDFOpenOptions")
    Set MyOpenPref = CreateObject("Photoshop.PDFOpenOptions")
    sFileName = "C:\Temp\Myfile.pdf"
    >With MyOpenPref
    .AntiAlias = True
    .Mode = psOpenCMYK
    .Resolution = 72
    .BitsPerChannel = psDocument8Bits
    .CropPage = psBoundingBox
    .Page = 4
    .SuppressWarnings = True
    End With
    >MyPhotoshop.Open sFileName, MyOpenPref
    I need help.
    Thanks

    http://www.ps-scripts.com/bb/viewtopic.php?t=1882
    Have a look at this thread, the last entry has the full code and has everything you need there.
    The answer to knowing how many pages is, you don't need to know!
    You use SL code and no error and no page is opened. Thats the crux of the code.

  • When trying to open .xps file, I told Firefox to AUTOMATICALLY open all .xps files using xpsviewer.exe & now it opens MANY tabs once I double click on .xps file! How do I stop this?

    When trying to open an .xps file, I told Firefox to AUTOMATICALLY open all .xps files in the future using xpsviewer.exe & now it opens MANY, MANY tabs FAST and continually once I double click on .xps file! How do I stop this? How do I UNselect the AUTOMATIC feature? I do not see where to do this. Also, How DO I open a .xps file successfully in Firefox once this first problem is solved?

    See:
    *https://support.mozilla.com/kb/Firefox+keeps+opening+many+tabs+or+windows

  • How to create an Index using a script without having to open all the files using BOOK

    Can anyone help me with running a script without opening all the files?

    You cannot access the content of a file that is not open. Your script can open and close files in the background if it's written that way.

  • How to open a .pse file in photoshop elements?

    Hello,
    All my previous files were saved as (.psd). Somehow, one of my photoshop elements projects was saved as a (.pse). I can't open it. How can I re open this file and continue working?
    Thanks in Advance

    A PSD is the standard working file for Photoshop.
    A PSE is a project file for Photoshop Elements. These projects are multiple pages. If you are working with a PSE on Windows, there will be a folder along side your PSE that contains a PSD file for each page of the PSE. If you are missing this folder, you won't be able to open the file. The PSE file itself is just instructions on how to open the PSD files as pages of a project. On Mac, all of these files are wrapped up in a single container.

  • How to open jpg, tiff files in camera raw from elements 10 organizer

    How to open JPG, TIFF files in camera raw from Elements 10 organizer.

    Thanks for that Damead, I agree with you that Organiser is real pain (there is a total lack of intuitiveness if that is  the correct word).
    For my own work I use 'Lightroom' for around 90% of the time, only going into PSE10 for the 10% difficult bits the Lightroom can't handle.
    I only needed to sort out the JPEG file opening method within PSE10 for some freinds in a small Photo Group that I run in Woodhall Spa, UK. 50% of the 12 members are beginners & a number of them do not have Raw capability on their Camera's, but now they can get their JPEG's into Camera Raw within PSE10 they have the same simple tabular form of adjustment sliders (not as many as in Lightroom of cause) but it gets over the labourious problem of going thru the PSE10's individual tool selection process each and every time since we are trying to get everyone in the Group working with individual Tools rather than the 'Auto' functions. We do this so that they learn what they are doing rather than staying 'dumb&happy' within Auto all the time & they also learn how to get more detailed control for each photo.
    Ref. your comments on file handling/usage, I agree with your comments. Its far and away much more preferable to set up a file structure in 'Finder" (or in 'Explorer' if still using Windows) that you understand so you always know how to find the files. Also, I also never ever use the Camera Auto Load programme but physically 'drag & drop' photo files direct from the 'card' into the file system so I always know thier place (ie: they go into the location I want, not that which the Auto Loader wants).
    As regards your comment about 'Lightroom', I don't have any problems at all since I just imported the whole of my photo file structure into the Lightroom Library Catalouge and then it automatically shows up on the LHS of the screen, still in that format, so you can search it direct within Lightroom and display all of the photo's in variuos arrangements and sizes; everything is as easy to find as it is in 'Finder' plus of cause you have all the 'Tagging' possibilities to use as well. As you add more new files into the 'Finder' structure, all you need to do in Lightroom is reimport, starting 1 level up from the new files and Lightroom will find the new files that need loading (ignoring the older ones already in the Library at that or lower levels) then 1 click and its done.
    Your comments about getting others to follow a set file structure is very pertinant and also applies to evrything else that one ever does apart from just photo work; the times I have had to help others find info/files etc on their PC's because they don' know the location of anything is too many to contemplate.
    Regards

  • 10g Forms Builder with error "cannot attach library" opening R12 fmb file

    Hi all,
    I had set up my Forms Builder with all the necessary PLL and FMB files for developing R12 custom forms. I have used the builder to do few custom PLLs and one custom form, and I did not have any problem opening seeded Oracle Forms. Today when I need to enhance that custom form I did 2 weeks ago and I opened Forms Builder, I got the error "Cannot attach library.." for APPCORE, APPDAYPK, etc.. Same error for opening TEMPLATE.fmb.
    I have done these to troubleshoot:
    1) I verified my Windows XP registry "FORMS_PATH" to include the folder where I store all the PLLs and FMBs.
    2) I updated default.env to include that file path.
    3) I create shortcut to Forms Builder and put folder path with PLLs under the "Start in" field of the shortcut.
    4) I rebooted my machine after changing the registry
    5) I moved the folder with PLLs to under C:; I seperate PLL to "resource" sub-folder and FMB to forms/US/ sub-folder just like the server structure.
    6) I install one more copy of Developer 10G Suite and set up the registry.
    None of these work and the key is it used to work with no issue. Any suggestions what may be the problems?
    Thanks!
    Mike.

    Turned out I reloaded all the $AU_TOP forms and PLLs to my desktop and it worked fine. I think I did not FTP correctly the first time.

Maybe you are looking for

  • I have no more OS and i can't install a new one

    My mac was getting too crowded for me, so on a whim i decided to reset it to the factory settings. Cmd + R to boot in disk utility thing and deleted OS maverick from my HD. and now for some reason i'm left with 3 partitions on my HD. a 200 GB one wit

  • HP Laserjet M5035mfp duplex issue

    Hi, I have a LJ M5035mfp device. When sending a duplex job to the machine, one side of the page the print quality is fine. The other side of the page the printing is faded. I have changed toner, fuser, duplex unit and transfer roller. Any suggestions

  • A7M2 camera does not see lenses

    I have a Sony A7M2 (ILCE-7M2) camera with v1.20 firmware installed This fault began as an intermittent problem but is now permanent and the camera is unusable. The camera no longer recognizes any lenses when mounted - the aperture is shown as F- -  

  • Dynamic User Group Role for ASA 8 ACS 4 External Windows DB

    1. I've successfully got a Win2003 AD user to authenticate to the ASA via an ACS but the default group settings the dynamic user becomes part of don't get transfered to the user. How do I get the user to adopt the group settings? 2. ASDM recommends n

  • Manual Transport and Maintain in Client Entries in Table

    Hello, I am trying to figure out how I can maintain table entries in client and have the option to manually transport entries from our development system.  Can this be done?  If so, what settings are required. Regards, Dean.