What is a good use of "Comments Field" in "Document Inspector"?

Can anayone give me good examples of what is a good use for thsi field? Thanks.

Hi KT,
Here is an answer to my question which I thought I share.
The "Comments" field in the "Document" Inspector is only for us (the authors). Whatever you put here is for you and won't show up in the actual iBook nor in the iTunes. It is just a place to make notes to yourself!
Best
Mojdeh

Similar Messages

  • What is better to use a calculation field or to use stored procedure

    Dear All
    i want to know what is better to use a calculation field on oracle forms , or to do the calculation using a stored procedure at the data base level and fetch the results to the fields on the form
    Best Regards

    Hello Mohannad
    the stored procedure approach might be more readable and maintainable when the calculation gets complicated.
    And it might be easier to reuse when it's needed in another part of your application.
    Bernd

  • IPhoto still won't make web pages using the comments field

    I am someone who makes use of the comments field in iPhoto. I don't edit the title, because I thought it edited the photo file name (perhaps only in earlier iPhoto versions). Unfortunately, the Apple's tools for making a web page from iPhoto '08 seem to still use the title field only and not the comment field. That means that I have to edit all titles (to blank or a proper title) if I just want to show an annotation on just a few photos in a web page. At least the comments field defaults to blank, so I normally use it, along with the Better HTML plugin to make web pages, http://www.geeksrus.com/software/betterhtmlexport/
    Now, the web pages produced by Apple are now as good as and even better than the BHTML templates, and I'd like to use them. But this problem with the comments means I can't quickly convert my old photo albums to something that makes nice web pages using my annotations with the iPhoto tools.
    Does anybody know of any solutions to this problem? E.g. a script to copy the comments field to the title field?

    I know what you mean. I can't believe that after so many versions of iPhoto that have supported publishing of some sort that such a basic and obvious feature still hasn't been implemented. It can't take that much effort to add. I'd rather have that than the new (and IMHO completely useless) "Events" feature. Speaking of which, does anyone know if there is a way to turn it off? It's annoying the heck outta me. I hate it.

  • What is a good way to load 80 million documents in DocumentDB?

    I am having problems loading a large set of data.  We want to load 80 million documents.  We are trying to do testing for an IOT solution that will end up having a lot of data in it.  I followed the instructions to use a stored procedure to
    do a bulk load provided by Ryan CrawCour on the Microsoft Site:
    https://code.msdn.microsoft.com/windowsazure/Azure-DocumentDB-NET-Code-6b3da8af
    But it throws exceptions when we load 2,000 - 5,000 documents.  Our documents are only about 80 characters.
    Error: One or more errors occurred., Message: Exception: Microsoft.Azure.Documen
    ts.RequestRateTooLargeException, message: {"Errors":["Request rate is large"]},
    What is a good way to load large datasets?  ( Load backups, migrate data, ... )  Or is DocumentDB just a wrong choice when you have millions of rows to load?
    Thanks

    Hi,
    I had been working on this from around one month and I am happy to say that my code works. Was able to upload around 0.5 million documents in 20 min. 
    The configuration was Document DB with S3 , I scaled out for 16 collection for sharding, I think you need to shard out more. This will depend on how much each document takes.
    So the Calculation goes like if each document is lets say on an average 2Kb of Size and you have 80 million documents that will come out to be 160GB
    That means you will need more than 16 collections to store as at Max 1 collection can have 10GB of Data. So to be on the safer side I would say lets go for 3 times the storage so 48 collections . If all of them are at S3 than you have 2500 RUs spread across
    48 collections and I am sure if you do insertion now you will not get Request Rate too large exception.
    I have come up with this code hopefully it will help you as well.
    https://social.msdn.microsoft.com/Forums/azure/en-US/d036afe2-78ec-45ee-8b0d-297f0f5320fe/azure-documentdb-bulk-insert-using-stored-procedure.
    For Sharding you can have look at
    https://msdn.microsoft.com/en-us/library/dn589797.aspx?f=255&MSPPError=-2147217396.

  • Looking for help for sharing pdf files with ipad from mac.  Pages only recognizes text.  What app should I use for file sharing pdf documents?

    Looking for advice on how to share pdf files with iPad from Mac.   Pages seems to only recognize text.   What app is recommended for pdf documents?

    Welcome to Apple Support Communities!
    If I understand your question, you want to read pdfs on your iPad, not create or edit.
    Drag pdf files to the iPad icon in Finder while connected to your computer via the USB cable.
    They will show up in the iBooks application
    (If you don't already have iBooks, it's a free download from the App Store.)
    Once installed, there are two buttons at the top left of the Bookshelf.
    One is Books, the other is Collections.
    Tap Collections, and you'll see Books and PDFs.
    Tap PDFs and you're there.

  • What program can I use to view and edit documents

    What program will edit and save me documents something like MS Office

    On what device?  (You profile says iPad.)
    If you're on a mac, there is Office, there is LibreOffice, there is NeoOffice, there is Pages. These you have to go get. Office and Pages cost money.  There is also TextEdit (included on the Mac).

  • What program should i use to open pdf files, documents for email attachments. Adobe is not working

    I can not open any email attachments-large or small. I had adobe and switched to internet explorer.  I do not have any other choices on my computer to pick from other than word pad and it opened the attachment but was not readable. 

    Please download and install the latest version of Acrobat Reader from the following weblink that will help you to open and read all the PDF files:
    http://get.adobe.com/reader/
    I am an HP employee.
    Regards,
    Vidya
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.
    ***Click on "Thumbs up" button to the bottom right side of my post to say thanks!***

  • Use Teststand step comment field in CVI 8.1

    Hi,
    In the past we used Teststand 2.0. 
    We used the comment field of a step to pass variable to CVI.
    We used the following code to do this
    tsErrChk (TS_SeqContextGetProperty (testData->seqContextCVI, &errorInfo,TS_SeqContextStep, CAVT_OBJHANDLE,&objhStep));
    tsErrChk (TS_StepAsPropertyObject (objhStep, &errorInfo, &objhPropertyObject));
    tsErrChk (TS_PropertyGetProperty (objhPropertyObject, &errorInfo,TS_PropertyComment, CAVT_CSTRING, &CommentStr));
    Now, we use Teststand 4.2. In Teststand 4.2 the argumentlist of a function has changed. So this code does not work.
    How can i read the comment field from a teststep in Teststand 4.2 into CVI 8.1 ?
    How can i get the name from the used seq file in CVI 8.1 >
    Thanks in advance
    Tonnie

    Hi
    I have added the seqContextCVI object to the argumentlist of my function
    void __declspec(dllexport) Meet(double *measurement, char reportText[1024], short *errorOccurred, long *errorCode, char errorMsg[1024], CAObjHandle seqContextCVI)
        int error = 0,State=0;
        ErrMsg errMsg = {'\0'};
        ERRORINFO errorInfo;
        static CAObjHandle objhPropertyObject, objhStep;
        static char *CommentStr1,*CommentStr2;
        //First try
        tsErrChk(TS_PropertyGetComment (seqContextCVI, NULL, &CommentStr));
        sscanf (CommentStr1, "State=%i",&State);
        //Second try
        tsErrChk (TS_SeqContextGetProperty (seqContextCVI, &errorInfo,TS_SeqContextStep, CAVT_OBJHANDLE,&objhStep));
        tsErrChk (TS_StepAsPropertyObject (objhStep, &errorInfo, &objhPropertyObject));
        tsErrChk (TS_PropertyGetProperty (objhPropertyObject, &errorInfo,TS_PropertyComment, CAVT_CSTRING, &CommentStr2));
        sscanf (CommentStr2, "State=%i",&State);
        *measurement = testMeasurement;
    Error: 
        if (error < 0)
            // *errorOccurred = TRUE;
            // OPTIONALLY SET THE ERROR CODE AND STRING
            // *errorCode = error;
            // strcpy(errorMsg, errMsg);
    I treid to read the comment field in 2 different ways
    The first way is not working. The second way works fine.
    Why is the first way not working
    Thanks in advance
    Tonnie

  • Add comments field to songs

    I have smart playlists that use the comments field in my old songs.   Now the comments field has to be added manually to each song I buy.   Can automatically have that field included?

    I found a very clumsy way to edit those comments I cannot edit otherwise.
    Cut the existing comment and paste it into an application where I can read it.   (edit it)
    Move my cursor to the right of the comment in iTunes and click on the minus that appears, deleting the comment.
    Add a new comment field.
    Try to paste the comment back (worked once, failed the next 3 times I did).
    Type in the new edited comment.

  • How do I stop "comments" field metadata from disappearing in Itunes?

    I am using Itunes 10.3.6 to tag songs using the "comments" field under info. After entering my data, occasionally when I click or double click on one of these songs, everything entered in the comments field disappears. I can't seem to find any cause or solution to this problem online (and there doesn't seem to be a logic as to when the data disappears). Does anyone have any ideas how I can keep my work from vanishing?

    Two methods, both of which are covered in the spec: the itunes:block tag or the "Report a concern" link on the podcast's page in the music store.
    In this particular case, you do not need to make use of the changes because the podcast will not be approved.
    -S
    PowerMac G5   Mac OS X (10.4.4)  

  • Primary use of creating a Recurring Document in GL Master

    Dear all,
    What is the primary use of creating a recurring document in GL master as opposed to sample document? Will this enable the end user to post certain transactions like Rent automatically?

    Hi Indu,
    Recurring entries are business transactions that are repeated regularly, such as rent or insurance. The following data never changes in recurring entries:
    Posting key
    Account
    Amounts
    You enter this recurring data in a recurring entry original document. This document does not update the transaction figures. The recurring entry program uses it as a basis for creating accounting documents.
    Please see this link : Recurring Entries - Posting (FI) - SAP Library
    Recurring Entry Transaction codes : http://scn.sap.com/thread/1243314
    Hope it helps !
    In case of queries please revert back.
    Regards,
    Prakash

  • I have created a form in DW 5.0 using spry text fields. I am wondering what I did wrong to make the

    I have created a form in DW 5.0 using spry text fields. I am wondering what I did wrong to make the form fields show text?
    Thank you.

    Thanks again. There's one other thing I wanted to achieve here. I need the date format to be displayed like "dd/mm/yyyy" and not like it's doing by default at the moment (i.e. mm/dd/yyyy)
    I don't have any knowledge of jQuery but had a go anyway at trying to fix this using this link http://api.jqueryui.com/datepicker/ as aid to try adjust my code. Obviously I couldn't get it to work so far...  So I'm looking for a little bit of help from anyone who knows a bit of jQuery.
    Here's the original default code (just the stuff that goes in the 'head' of the page):
    <script>
      $(function() {
          $( "#datepicker" ).datepicker();
    </script>
    And here's what I tried adding to make it work:
    <script>
      $(function() {
          $( "#datepicker" ).datepicker();
          $.datepicker.formatDate( "dd/mm/yyyy" );
    </script>
    Obviously I tried other combinations including .parseDate instead of .formatDate etc etc none of which worked.
    I'm wondering whether the extra code should perhaps go inside where the XXs are - $( "#datepicker" ).datepicker(XX)
    Anyway, if somebody could help me out that would be great. Cheers!

  • What is a good external hard drive to use with time machine running osx lion?

    My LaCie HD quit and I need to get a new one. What is recommended to use with the Lion OS? I would like to use Time Machine and hook the HD up using Firewire.

    I've been using several Mercury drives from OWC (MacSales) for years with no problems whatsoever. They are good and not expensive. Here's where you can find them. Pick one that fits your needs.
    http://eshop.macsales.com/shop/firewire/
    Rick

  • What's a good video app to use? I have iPhoto and iMovie, but they won't let me email a video. I also want to be able to make a dvd of my home movies. Any suggestions?

    What's a good video app to use? I have iPhoto and iMovie, but it these wont let me do certain things, such as email a video. I also want to be able to make a dvd of my home movies. Any suggestions?

    Unless you want a new computer, forget about AVCHD. It requires too much muscle to edit comfortably on anything but the fastest computer.
    What camera is nice, depends on your budget. Formats that are easy to edit are HDV, DVCProHD (P2) and XDCAM. In the consumer range you could look at the Canon HV40 or XH-A1s, in the prosumer range look at the Panasonic AG-HPX170, Canon XH-H1s, JVC GY-ND250 or Sony HVR Z5 or Z7 and all Sony XDCAM cameras, especially the EX1 and EX3. In the professional range look at the Sony PDW-F355 or upward.

  • Read versions of comments field using javascript client object model

    Hi,
     Does someone knows how to Read versions  of comments field in 'tasks' list using javascript client object model?
    Thanks
    Manvir

    Hi,
    According to your description, I know you want to read versions of comments field.
    We can use the
    SPServices to achieve it. The below code for your reference:
    $().SPServices({
    operation: "GetVersionCollection",
    async: false,
    strlistID: "tester",
    strlistItemID: 1,
    strFieldName: "comments",
    completefunc: function (xData, Status) {
    $(xData.responseText).find("Version").each(function(i) {
    console.log("Name: " + $(this).attr("Information") + " Modified: " + $(this).attr("Modified"));
    More information:
    http://spservices.codeplex.com/releases/view/81401
    Best Regards,
    Dennis Guo

Maybe you are looking for

  • Accounting Documents not generated !

    hi When I process VF01, the invoice is getting generated but no accounting documents are generated. I checked the error log it says" export data missing". I filled in the export data in delivery document vl01n then reprocessed it is still giving me t

  • Ethernet Cable to WRE54G v3

    I have a WRE54G Range Expander that is currently operating in a wireless mode over an encrypted network. The signal is very weak. so what i want to do is to run an ethernet cable from the router to the WRE54G Range Expander which would allow me to mo

  • Droid 3 Backup Assistant "Sync Now" Failure

    I've been spending nights and hours on the phone and chat boxes with technical support.  Some folks suggest deleting the Backup Assistant icon (there isn't one).  One said it had to do with security blocks I've put on my account (there don't seem to

  • How to have iMovie events in one single shared folder ?

    Hi, I have an iMac configured with multi-user sessions (one per family member). I start with iMovie, and it seems that when working with events and projects, all data is located on personal user root folder. My requirements are 1) to avoid duplicatio

  • I gifted an album to my girlfriend that has a mexican account, and she can't download it.

    I gifted an album to my girlfriend who has an Apple ID but it is from mexico, and my account is from the United States. When she opens the link that she received on the email, it says that she can not download it because it is a purchase from the US,