File info and IPTC data entry help?

hello,
having updated to P/S CS5, some of the file info box(es) changes have started to annoy me. Maybe I`m doing someting wrong :-(
but what annoys me most is having created a template that I use when I import pictures through bridge, when I open it again the file info details in the description box are highlighted and the cursor jumps and goes to the last item in the box, I then have to drag the box down to make it larger, reposition the cursor to add further items, all this takes time especially on deadline where I might have 15 images to caption individually before sending.
I have tried saving the file info template with a larger description box but no joy, it just reverts to the original size.
My other main annoyance is the small font size, which when inputting lots of caption is to be honest, a pain. Maybe I need to use a seperate caption maker, any suggestions? or do I just need to spend a lot of time trying to not let this upset me.
If anyone has a trick on how to input and caption file info any quicker or better I would really appreciate your help.
thanks, Dave.

when you insert/update the data in your db use
<cfqueryparam> tag - it
will automatically escape all necessary characters.
at output, i assume you are displaying the data in a text
input form
field, the problem is not with cf or your data, but with the
basic html:
<input type="text"
value="#some-cf-variable-with-double-quotes#">
when the value of cf var contains double quotation marks, the
rendered
html will look like:
<input type="text" value="0.36" in diameter">
see where the problem is? the value displayed in the field
will be just
0.36, and the browser will ignore the rest of the code.
cf has built-in functions to work around this, like
xmlformat() or
htmleditformat()
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/

Similar Messages

  • How do I select multiple files under "Get File Info"and lock or unlock all?

    How do I select multiple files under "Get File Info"and lock or unlock them all? It seems to do it automatically when I have 10 or more selected. But how do I lock or unlock 5 or 6 files in one swoop? Thanks

    Select the desired files then press OPTION and select Show Inspector from the Finder's File menu.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • Get Total DB size , Total DB free space , Total Data & Log File Sizes and Total Data & Log File free Sizes from a list of server

    how to get SQL server Total DB size , Total DB free space , Total Data  & Log File Sizes and Total Data  & Log File free Sizes from a list of server 

    Hi Shivanq,
    To get a list of databases, their sizes and the space available in each on the local SQL instance.
    dir SQLSERVER:\SQL\localhost\default\databases | Select Name, Size, SpaceAvailable | ft -auto
    This article is also helpful for you to get DB and Log File size information:
    Checking Database Space With PowerShell
    I hope this helps.

  • TS1702 On my Page Tool Bar I don't get the icons for info and insert. Please help

    When I open my Pages Program I don't get the icons for 'info' and 'insert'. Please help

    I'm having the exact same issue.  Any help is appreciated!
    Thanks!

  • EasyDMS -using interface for exchanging file props and doc data to classify

    For easyDMS there is the possibility to transfer information from file properties to doc data and characteristic information on the DIR.  See note 1444113 for more info.
    What I would also like to do is as follows: Instead of updating just characeristics from just one class, i would also use it to add the class itself.
    This way I could have a JPG class that takes JPG EXIF data, a memo-class that takes the companies defined fields for memo and so on and so forth.
    One idea to achieve this could be to have an exit prior to writing the characteristics, that could read one of the values and take the value there and use it to add another class to the document.
    The alternative having a document type for each class is not feasible, given that it would just be too many dokument types. Having all possible fields in a single class and using dependencies does not work in easyDMS, so is also discarded.
    Comments and ideas appreciated. Just a pointer to where in the code where the variables are actually set in SAP would save me a fair bit of debugging time.
    Regards,
    Espen Leknes

    No, this did not help me.
    I'm looking for a answer to  specific question relating to how to get the easyDMS-file propererties interface that allows write back of characteristics to also write back a new/updated class.
    I know the classification system well enough, it is a specific feature of a specific interface I'm looking for.  Unless you have specifically used this interface or the sap gui based one, or know where it is actually called, I doubt it will help me.
    Regards,
    Espen Leknes

  • Get file name and received date & time

    Hello experts,
    We are loading around 10 source files(xml) on regular basis to Target table. I have to capture source filename & received datetime of those files and status of file whether it loaded successfully or not(I can care take care of status of file).  I want to automate this process using BODS and load filename, datetime and status data into one database table.
    For you information: File name looks like QAS_Wareneingang_20140328-190006-438.     ( from file name  ..190006-438 number is random number they are generating) and Date and time is constant for that day eg: 28.03.2014  19:00
    Could you please help me...
    Thanks & regards
    Mohan

    Thank you Arun for your kind help...
    I found a solution to find and move all related filenames with timestamp to  file_names.txt file using the batch script below.
    @echo on
    cd /D G:\BAUR
    dir /n Auslagerung* > G:\Dev_Users\BAUR\file_names.txt
    exit
    After that I used the above file as source and formatted using query transform in BODS.

  • File Info and Variable values visible in Sharepoint?

    (FM11)
    We're considering Sharepoint as a CMS for use with FM11 (maybe FM12 later) and are looking for some trailheads.
    Can values of FM variables become visible through Sharepoint?
    What about File Info values (File > File Info) ?
    Which features of Sharepoint views / pages / layouts are particularly helpful or frustrating?
    If you were doing it again, what would you do the same and what would you do differently?
    Best regards,

    Hi,
    It is known issue that on exporting list items, look up column values are lost.
    For your issue, you can take steps as below to retain look up column values in export list template:
    1. Browse to the source Web’s lookup list “Sub Category” and choose Modify settings and columns.
    2. Copy the source lookup list GUID from the URL. It should be a sequence of numbers and letters similar to:  %7BFFA47BF8%2D849C%2D4F20%2D9C50%2D173D2F5B6725%7D.
    3. Browse to the destination Web’s lookup list and choose Modify settings and columns.
    4. Copy the destination lookup list GUID from the URL. Similar as point 2.
    5. Delete %2D from the string and replace with a dash sign (-). There should be no dash sign (-) at the start and the end. GUID should be in the following format: FA47BF8-849C-4F20-9C50-173D2F5B6725
    6. Save the source Web’s list that contains a lookup column “Category” to the lookup list as a list template called category.stp.
    7. Export the list template STP from the source list template gallery to the file system.
    8. Rename the category.stp file to category.cab so Windows can open it.
    9. Open the file, right click on the manifest.xml file and export it to the file system.
    10. Edit the manifest.xml file; find the source Web’s lookup list GUID and replace it with the destination Web’s lookup list GUID.
    11. Save the manifest.xml file.
    12. Open a VS.NET command prompt.
    13. Run the makecab command as: makecab manifest.xml category.stp
    14. Import the new STP into the destination Web’s list template gallery. You will need to delete it if it has previously been imported.
    Reference:
    http://sharepointknowledgebase.blogspot.com/2012/09/retain-look-up-column-values-in-export.html#.VPg8d3kcQiQ
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Need Data Entry Help " causing issues in data entry

    What's the syntax for telling a insert/update query to add
    information to the database so that " and ' don't affect the
    import? Meaning if I add 30.6" long in diameter it only will pull
    out 30.6. Is this a data entry or pull error and how can I fix
    it?

    when you insert/update the data in your db use
    <cfqueryparam> tag - it
    will automatically escape all necessary characters.
    at output, i assume you are displaying the data in a text
    input form
    field, the problem is not with cf or your data, but with the
    basic html:
    <input type="text"
    value="#some-cf-variable-with-double-quotes#">
    when the value of cf var contains double quotation marks, the
    rendered
    html will look like:
    <input type="text" value="0.36" in diameter">
    see where the problem is? the value displayed in the field
    will be just
    0.36, and the browser will ignore the rest of the code.
    cf has built-in functions to work around this, like
    xmlformat() or
    htmleditformat()
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/

  • My secure empty trash keeps stopping and saying 'I do not have permission to trash" I ahve checked the file info and there is no tick in the locked box also the files are from a memroy stick

    My secure empty trash stops and will not let me empty the trash. It says; I do not have access to some of the items. I have clicked continue, but it will not empty them. I have tried looking at the files in the trash box and the file info does not have the "locked box" ticked. Any suggestions please.

    Open Terminal.app(/Applications/Utilities/Terminal) and type
    sudo rm -rf ~/.Trash
    Be careful all of files in the trash are deleted with above command.

  • Get original file creation and modified date during upload - ONLY in explorerview ??

    Hi,
    SharePoint and me are having a difficult time again ;-)
    I have the customer requirement to retain the original file's creation date and modified date.
    Please do not start replying by just pasting links that you might find while searching for the keywords "retain creation date".
    In a nutshell I found out that the original dates are only available in SharePoint if the
    explorerview has been used. I always thought that the explorerview is a bad thing, but only here - the original creation date is stored in a property called "vti_ct". In the itemupdated eventreceiver you can get the
    value and work with it.
    Complete list of available properties
    http://sbrickey.com/Tech/Blog/Post/Secrets_Revealed_SP_Event_Receivers_firing_multiple_times
    Here I found the hint with the explorerview
    http://answers.flyppdevportal.com/categories/sharepoint2010/sharepoint2010programming.aspx?ID=57bfd5f5-941f-4a89-919d-cdf7b0b801be
    It is only available in the 2nd loop of the itemupdated event. 
    How the f*** can this happen??? The 2nd post states that when using the explorerview the file is being copied, while it is being re-created by using the SharePoint UI.
    Has anyone a different approach for using the SharePoint UI?
    I thought about different approaches for this issue. From my perspective it seems to be not solvable from the server-side. It seems only to be able to be set using a client application.
    Example 1: spbulkdocumentimport 
    http://spbulkdocumentimport.codeplex.com/wikipage?title=Features&referringTitle=Documentation
    Example 2: implement a custom webservice
    http://blog.orbitone.com/post/Preserve-created-and-modified-information-when-importing-a-document-in-SharePoint
    How do you deal with this customer requirement?
    Open for discussions
    Sven 

    Hi,
    Newbie to SharePoint, learn quite a lot from the links you provided.
    “I found out that the original dates are only available in SharePoint if the explorerview has been used”, this would make sense because the original creation time is generated
    by the file system in the local machine.
    However, when a file is uploaded to SharePoint library, it will be stored as binary data in the database, as well as the newly created time. It means that it will be a “new” file
    in the SharePoint site regardless of where it comes from.
    Per my knowledge, the only way I can suggest is that you will need to create a client desktop application for the file uploading, which will be a more general way not only for
    uploading a file, but also when we need to migrate files between different systems.
    Thanks

  • TS1702 Want to buy some donuts on the Simpsons tapped out game and it is telling me to contact support. I have updated my info and credit card. Help

    Want to buy some donuts on the Simpsons tapped out game and it is telling me to contact support. I have updated my info and credit card. Help

    Contact the app's support, at a guess. Have you?

  • Photos from iPhoto showing duplicates and wrong dates. Help!

    Hello everyone,
    I have been battling my iphone and computer for the last few days trying to figure this one out. No luck. Now I turn to all of you.
    The problem is basically this: My iPhone photos app was showing duplicates of many photos taken in the last few months. They would literally be side by side. There were no edits, photostream is turned off... Those duplicates do NOT show up in iPhoto on my macbook.
    So I tried a few recommendations from some forums I read. I rebuilt the iPhoto database. I deleted the plist file for iPhoto. I restored my phone.
    Now, not only do I still have all of the duplicates, but I also have photos showing up severely out of date order. The thing that makes this obvious is that photos of my sonm, who was born in June, are showing up scattered through random months of the preceding year. I am sure other photos are now out of order as well. I only see this on my phone, and not in iPhoto.
    Any ideas?
    Thank you,
    Bret

    anyone?
    by the way, after some restoring, the duplicates are at least gone. Now the problem is simply that recent photos are showing up in months past, and in several past events on my iphone. This is in the photos app as well as iphoto. In iPhoto, I can check the info of one of those photos and it shows a....June date for example... but it shows up in the photo order back in february or march.
    If anyone has any thoughts on this it all it would be appreciated. Thanks.

  • Damaged and Lost Data - URGENT HELP

    Can anyone help me. I need to recover some data from a usb stick that has become corrupted. It seemed as though the stick had hung so after a bit i took it out and now it sees nothing when plugged in apart from a weird file. Although if I perform a verify on it with disk utility it says there are 301 files on it, but a repair achieves nothing. I have even tried techtools pro but i can't even switch to the stick. this may be because it is fat32.
    does anyone have any ideas as quite desperate. There are 30 people waiting on the data that I have here.

    Hi JayLex;
    TTBOMK There are no free recovery programs.
    You can download a demo copy which will tell you what is going to recovered when you pay for it. So I suggest you try the demo and see if it will recover enough to be worth paying the full charge for it.
    Allan

  • Hello I have updated my phone to ios6 but after that I lost my contacts , photos , videos and many datas please help me

    I have upgraded to ios6 after which I lost my contact numbers please help

    I am furious and super sad. I spent the entire day trying to recover my data after it told me to update my phone. I did update it and I have lost everything. It went into recovery mode and I tried it all. I almost bought the software mentioned above but because I did not get it to work on neither PC and MAC in demo mode, I was certain it would not work in full mode. I am pretty sure Apple corrupted my system while updating it therefore none of these tricks did work for me. I am trully upset, I am on parental leave and I had all my beautiful photos, videos on there are all gone.
    Reading all day on forums, this issue is more than common. It is exceptional that nothing is done on the company side to prevent it.
    Super sad. But there are lots of third party software that have been developed to help this serious issue. Too bad none of them worked for me.
    iphone is the only phone that does not allow anyone to select the photos right from the drive and get them. it has to go through this annoying itunes process to sync (and it has to be the right associated machine, the right itunes, it is super slow, etc.), therefore it is very common for people to loose their data because they just dont have time to go through this long annoying process regularly.

  • Hi all not sure where original request went but as a new apple user I have external hard drives that are now "read only" and I can't change or save documents.  Went to Get Info and this did not help.  Can anyone assist with solution, thanks.

    I am a new user to apple and have external hard drives from previous computers.  I have many documents I can no longer access and change as they say the drives are read only.  How do I change the read only to read and write etc for these external drives.  I tried Get Info but this did not assist.  Thanks.

    Hi,
    Google is your Friend
    10:18 PM      Sunday; February 12, 2012
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

Maybe you are looking for

  • I need a few networking APIs! any help appreciated

    Hi people! I need a few APIs for a networking project, namely an API that does some kind of port scanning similar to the one found in NMAP, and another one that does packet sniffing, similar to that found in CPAC. Anyone knows where can I find any li

  • Schedule a job using dbms_job package

    SQL to schedule a job using DBMS_JOB. variable jobno number; variable status number; begin dbms_job.submit(:jobno, 'x(:status);', trunc(sysdate)+8/24, 'trunc(sysdate)+1+8/24', null); commit; end; It fails and returns the following error ... ORA-01008

  • How to connect Sony HDR Cx100E on imovie using USB

    Hi, I am not able to connect my SONY HDR Cx100E on imovie using USB, at the same time I can connect the same to aperture and iphoto. Can any one help me please? if you can give me the step by step info will be a great help for me. thanks in advance

  • Trouble referencing return values of a Function in Stored Procedure

    Hello all, I have the following Function and Stored Procedure (simplified for this post). The error I am getting is in the SELECT, WHERE clause of the UPDATE command. My function is returning a sys_refcursor and I am trying to reference column names

  • Is there a way to expose more information about podcasts in the show list?

    When I look at my podcasts in the ipod app, for each podcast I see the album art, the title and in parenthesis the episode count. but there is no way to see if those episodes are watched, or unwatched. On my ipod nano I was able to look at my podcast