Case management - read attached file info

Dear Experts,
   I have a requirement to read the atatched file information of a CASE.
Is the information present in any table or there any standard method in SCASE for this purpose ?
Thanks
Ikshula

'Read JPEG File.vi' is not supported on LabVIEW RT. I believe it has to do with special functions or libraries need to be called due to the JPEG image type. Instead you can use a Bitmap and the 'Read BMP File.vi', which I believe is completely implemented in G code.
Keep in mind that the RT System doesn't really have a front panel and that the front panel is only 'available' when LabVIEW is connected to the target such as being targeted or having a remote panel to it. Generally, a deployed RT system doesn't have a UI and just communicates to a Host VI which acts as the UI. Having said that, the BMP file worked when I tested.
Regards,
JR A.

Similar Messages

  • Can't read attached files to older emails in Outlook 2010

    Hello,
    I have Outlook 2010 connected with MS Exchange.
    I can’t read attached files to older emails than 3 months. In attached elements there are only small files and I’m not able to open them (size in Bytes!) - double click doesn't work. I've tried different solutions:
    1. https://social.technet.microsoft.com/Forums/en-US/dd2869cb-5e53-4852-b0bb-15de6653db0c/dont-see-attachments-in-old-emails-on-outlook-2013?forum=outlook
    2. https://social.technet.microsoft.com/Forums/office/en-US/cbd420f1-ec7f-44ae-8f78-c7613e2eabb6/unable-to-retrieve-attach-document-for-older-emails-in-outlook-2010?forum=outlook
    3. Clear cache in Advanced Settings of Forms and clear C:\Users\%username%\AppData\Local\Microsoft\FORMS
    None of them works
    Thanks in advance

    Hi,
    Can you read the attachments if we logon in OWA? If attachments can be read in OWA, we may try to delete the original OST file and restart Outlook to sync a new one to see the result. If still no luck, we can create a new mail profile in Control Panel to
    check the result. See:
    http://support.microsoft.com/kb/829918
    If same issue continues in OWA, you may need to recover the data from the backup you create before.
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Problems reading attached files in Mail 5.2

    After moving messages from inbox to different mailboxes, it sometimes happens that the attached file (exel, word...) disappears as an attachment and is no longer readable. > The content converts itself as a long text looking like this "CBAAAAYFAOwVzQfBwAAABgMAAOEAAgCwBMEAAgAAAOIAAABcAHAADQAAYWRtaW5pc3Ry...." and I can no longer save the file because it has disappeared!!!
    I don't want to PRINT or SAVE every attachment. I just want to keep the message as long as I might need it's content. But this is no longer possible nor reliable.
    CAN SOMEONE HELP ME??? Thank you :-)

    Disable Mac Mail.app Inline Image Attachments
    http://micahgilman.com/play/disable-mac-mailapp-inline-image-attachments/
    Force Apple mail.app to display attachments as icon
    http://www.sant-media.co.uk/2010/11/apple-mail-inline-attachments/
    Mail.app attachment as icon
    http://creativebits.org/mac_os_x/mail_app_attachment_as_icon/

  • Reading attachment files

    Greetings,
    When i do a 'ls -l mbox' all the messages in my inbox will appear as one big chunk of text.
    I can write a script to limit what is read by finding a certain string specification in the subject feild.
    But lets say these files that i need come with attachments and I cant see the attachment by just ls -l mbox.
    I need to be able to read the files that are attached to my messages!
    Help!

    I've searched the net in and out to try and find some example relevent to my question.
    I think my problem might involve decryption.
    With this code:
    cat mbox | sed -r 's/From /END====From /' | sed -n 'H; ${g;s/\n/+=+/g;p}' |\
    sed 's/END====From/END\nFrom /g' |\
    egrep ".*Subject: *hello*" |\
    sed 's/+=+/\n/g' > helloFile
    I can then go to emacs and view the contents of what i just appened to the helloFile file.
    I can read the actual message, then further down in the text i get eennncryption, and i know that is the contents of the attachment .txt file
    How can i decode this?
    Content-Disposition: ATTACHMENT; FILENAME=wow.txt
    KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq
    KioqKioqKioqKioqKioqKioqKioqKioqKioqKioNCiAgICAgICAgICAgICBH
    UkFESU5HIEZPUiBDUzE0MFUgTEFCMw0KICAgIE9TIHVzZWQgZm9yIGdyYWRp
    bmc6IExpbnV4DQpTeXN0ZW0gdXNlZCBmb3IgZ3JhZGluZzogc3ljY3V4ZnMw
    MQ0KICAgICAgICAgICAgIEluc3RydWN0b3I6IERvdWcgSm9uZXMNCiAgICAg
    ICAgICAgICBBc3NpZ25tZW50OiBMQUIzDQogICAgICAgICAgICAgICAgU3R1
    ZGVudDogam9zZXBoLmhvZGdlcw0KICAgICAgICAgICAgICAgICAgRW1haWw6
    IGpvc2VwaC5ob2RnZXNAbG9jYWxob3N0DQogICBUb3RhbCBQb2ludHMgQXdh
    cmRlZDogNTANCg0KICAgR2VuZXJhbCBDb21tZW50czoNCgkJVGhpcyBhc3Np
    Z25tZW50IGlzIHdvcnRoIHVwIHRvIDc1IHBvaW50cy4NCg0KCSAgICAgICAg
    SW4gdGhlIGxpc3RpbmcgYmVsb3cgSSBhbSBzaG93aW5nIG9ubHkgdGhlIC5j
    Any help is very much appreciated
    -Thanks
    Last edited by oxoxo (2008-11-21 07:18:59)

  • Can LabVIEW read attachement file in an Email?

    I know how to send an email with an attachment but is there a vi to read the attachement from Labview?

    In order to be able to do so it has to get the email in the first place. This means that it has to act as a POP3 client or IMAP client if you're connecting to something like MS Exchange. Alternatively if you have an email client that has, for example, an ActiveX interface then you can use that to connect to the client and get the email using the ActiveX properties and methods.
    What do you have?

  • Read extended File Info of a jpg-file from a digital camera (recorded date etc.)

    Viewing stored digital pictures in the Windows Explorer or with Google Picasa you can get additional Informations from the picture file:
    recorded date
    camera name / type etc.
    How can I acces the informations with Labview

    Hi Eldracher,
    i´m not sure if there is a function in labview, but you can load your image as binary and search for your information. See this link for more information about the JFIF (jpg file interchange format) http://en.wikipedia.org/wiki/JPEG_File_Interchange_Format.
    Hope it helps
    Mike

  • Trouble updating record w/ attached file.

    Hi, Posted in the SQL forum but no response. Hopefully someone here will have an idea. My application has a file upload feature so a file can be attached to every record saved with this INSERT on Submit:<br><br>
    if (:P3_Filebrowser is not null) then<br>
    insert into DBA_PATCHLOG( PATCH_NUMBER, LINK, FILE_NAME, BLOB_CONTENT, MIME_TYPE, SHORT_NAME) <br>
    select :P3_PATCH_NUMBER,id,:P3_Filebrowser,blob_content,mime_type,filename
    <br>from wwv_flow_files where name = :P3_Filebrowser;<br><br>
    delete wwv_flow_files where name = :P3_Filebrowser;<br>
    end if;<br><br>
    The only problem I have, is when I edit/update a record. I don't want to create a new record with a new file. I want to update the existing one with a new file. I have Automatic Row Processing (DML) to edit the record data but it does not submit the "to-be-attached" file info. For this I need another process. With that in mind I would like to add to the INSERT process another WHERE condition to show which record to update:<br><br>
    if (:P3_Filebrowser is not null) then<br>
    where PATCH_NUMBER = :P3_PATCH_NUMBER;<br>
    insert into DBA_PATCHLOG( LINK, FILE_NAME, BLOB_CONTENT, MIME_TYPE, SHORT_NAME) <br>
    select id,:P3_Filebrowser,blob_content,mime_type,filename
    <br>from wwv_flow_files where name = :P3_Filebrowser;<br><br>
    delete wwv_flow_files where name = :P3_Filebrowser;<br>
    end if;<br><br>
    Not sure if this is the right logic. Does this make sense?Using HTML DB v1.6. My app is based off the How To Build: File Up/Download application.Thanks..

    Thanks Warren but I don't think I was very clear on OP.<br>I want to include the " where PATCH_NUMBER = :P3_PATCH_NUMBER; " so that the process knows where in the DBA_PATCHLOG table to insert the data (blob_content, mime_type and so on) coming from wwv_flow_files_table.<br><br>
    if (:P3_Filebrowser is not null) then<br>
    where PATCH_NUMBER = :P3_PATCH_NUMBER;<br>
    insert into DBA_PATCHLOG( LINK, FILE_NAME, BLOB_CONTENT, MIME_TYPE, SHORT_NAME) <br>
    select id,:P3_Filebrowser,blob_content,mime_type,filename
    <br>from wwv_flow_files where name = :P3_Filebrowser;<br><br>
    delete wwv_flow_files where name = :P3_Filebrowser;<br>
    end if;<br><br>

  • File Info & .png etc.

    Hello:
    Can somone tell me if it's possible to attach File Info such as Copyright to a (final) .png image?
    I could have sworn that I've done it before but just now it didn't work. Maybe I'm doing something wrong?
    I've tried looking for the answer to no avail.
    Just wondering.
    Thanks for your time

    Hi Kar,
    I've been on Photoshop awhile, with all the changes, it sure is rough to keep up. New versions, new things to learn.
    Photoshop CC? Open the Creative Cloud app, look under the apps tab and it should be on the list with an Install button next to it. Like any CC app, click the install button and you will find it in your Application folder when it is completed. Oh and install Bridge CC.
    Anyway as for other metadata readers, I stay in Bridge, so I don't know of any off the bat, but you could check Google for Mac-based readers or even ask in any other forums you belong to.
    Metadata is like labeling your digital files much like labeling the back of an old-style photo.
    But the label can be removed, no problem.
    If your photography is worth it to you, you have register them with the copyright office and use a "watermark" service like Digimarc that embeds the copyright info invisibly and undeniably establishes ownership if you go to court.
    I'll leave you with this link that explains both. Read that and the comments.
    http://phlearn.com/why-metadata-is-important-and-how-to-use-it
    Well, I guess you have enough to put you to sleep 
    Oh and if you are running Windows and Alt 0169 doesn't work, use the Character Map instead.

  • How  to read all files  under a folder directory in FTP site

    Hi Experts,
    I use this SQL to read data from a file in FTP site. utl_file.fopen('ORALOAD', file_name,'r');
    But this need to fixed file name in a directory. However, client generate output file with auto finename.
    SO do we have any way to read all file by utl_file.fopen('ORALOAD', file_name,'r');
    We need to read all file info. because client claim for security issue and does not to overwirte output file name,
    we must find a way to read all file in output directory.
    Thanks for help!!!
    Jim

    If you use Chris Poole's XUTL_FTL package, I believe that contains functions that allows you to query the directory contents.
    http://www.chrispoole.co.uk/apps/xutlftp.htm
    Edited by: BluShadow on Jan 13, 2009 1:54 PM
    misread the original post

  • Read attachment exists or not

    Hii All..
    I have one Zprog with attachment option.
    to display attachment in report  i m using class CL_GOS_MANAGER and method START_SERVICE_DIRECT.
    my requirment is if attachment file exists change icon .
    so how to read attachment file exists or not?
    Thanks in Advance
    Regards
    Vshal

    You have to use the same method CL_GOS_MANAGER=>START_SERVICE_DIRECT, informing parameter IP_CHECK_AVAILABLE:
       call method lr_manager->start_service_direct
           EXPORTING
               IP_SERVICE = 'VIEW_ATTA'
              IP_CHECK_AVAILABLE = 'X'
          IMPORTING
             EP_AVAILABLE = lv_available.
    This way the service will not be launched and you will know whether there are attachemnts or not.

  • Please can you tell me the default maximum file size for an attachment in Case Management v12 ?

    Hi,
    Please can you tell me the default maximum file size for an attachment in Case Management v12+? I am able to define a maximum attachment size but I am not able to see what the default is set to.
    Thank you
    Regards,
    Anthony

    Hi,
    The default max attachment size is 8MB.
    Regards.
    Mike

  • I have lost my photos/videos when i imported from my ipad 2 to my new imac latest version and it's not reading the files.  I have downloaded iMac library manager and can see them. can someone shed some light please ?

    i have lost my photos/videos when i imported from my ipad 2 to my new imac latest version OS X 10.8.4
    and it's not reading the files.  I have downloaded iMac library manager and can see them.  when i go back into iphoto i'm getting the following message :
    Do you want to switch the current iPhoto Library from “iPhoto Library.photolibrary” to “iPhoto Library.photolibrary” and relaunch iPhoto?
    I don't know what to do - please help !!!!
    can someone shed some light please ?

    So it appears you have only one library on the hard drive. Apply the two fixes below in order as needed to that library:
    Fix #1
    1 - launch iPhoto with the Command+Option keys held down and rebuild the library.
    2 - run Option #4 to rebuild the database.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button and select the library you want to add in the selection window..
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the Library ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • Acrobat Reader DC  one source of pdf attached files

    I have a MacBook Pro and found that since updating to Acrobat Reader DC there is one source of pdf attached files that do not open (I just get a black screen).
    I do not have this problem with my iPad nor with an iMac also running the same reader. 
    I cannot find any 'switches' that will resolve this problem.   I get an error message saying that Acrobat Reader DC could not open "File reference" because it is either not a supported file type or because the file has been damaged.  This cannot be the case as this file opens on other computers so it has to be localised to my MacBook Pro.  Other pdf files open normally and I am at a lost in deciding as to what is going wrong and how to rectify.

    If the same attachment can be viewed successfully on other devices, then it must get corrupted during the download on that one machine.
    People should really stop sending e-documents as attachments, it is much safer using a file sharing service such as Acrobat.com - upload and share the document, then send the download link via email.

  • Receiving Error "Exception Occurred !" when attaching files to Test Manager

    We are receiving the error "Exception Occurred!" when attaching files to Test Manager under issues.
    Error Message:
    +"Exception Occurred !"+
    No Permission to perform this action
    I'm not sure if this is a permission issue or not on our end.
    Here are the log entries from the debug and server logs.
    Error Message from debugweb_07_16_09.log file:
    +11:57:02:523 - TMJava addAttachment(): Unknwon exception thrown - avoiding program exit during save attachment of Issue node '42'+
    Error Message from server.log file:
    +2009-07-16 11:57:02,523 INFO [STDOUT] oracle.oats.otm.util.TMException+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at oracle.oats.otm.web.util.AttachmentAction.addAttachment(Unknown Source)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at java.lang.reflect.Method.invoke(Unknown Source)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at oracle.oats.otm.web.OracleActionBase.execute(Unknown Source)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at oracle.oats.otm.web.ActionServlet.process(Unknown Source)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at oracle.oats.otm.util.RequestEncodingFilter.doFilter(Unknown Source)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:153)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:138)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)+
    +2009-07-16 11:57:02,523 INFO [STDOUT]      at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)+
    +2009-07-16 11:57:02,601 INFO [STDOUT]      at java.lang.Thread.run(Unknown Source)+
    +2009-07-16 11:57:02,601 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: Forward Name = failure, Path =/jsp/Exception.jsp+
    +2009-07-16 12:05:32,926 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: --Action=/displayAttachment.do: AttachmentAction.displayAttachment()+
    +2009-07-16 12:05:33,082 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: Forward Name = success, Path =/jsp/AttachmentForm.jsp+
    +2009-07-16 12:05:34,645 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: --Action=/displayUploadAttachment.do: AttachmentAction.displayUploadAttachment()+
    +2009-07-16 12:05:34,645 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: Forward Name = success, Path =/jsp/UploadFileForm.jsp+
    +2009-07-16 12:05:53,067 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: --Action=/addAttachment.do: AttachmentAction.addAttachment()+
    +2009-07-16 12:05:53,067 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: File NameC:\Documents and Settings\dfitzgerald\Desktop\TestErrorPleaseDelete.jpg+
    +2009-07-16 12:05:53,067 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: File size12683+
    +2009-07-16 12:05:53,208 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: nodeId returned : -1+
    +2009-07-16 12:05:53,208 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[otm]] action: null+

    Alex,
    We're using SQL Server and OTM 8.50.0233.
    I've tried uploading jpg and bmp images.
    Thanks

  • Could not find the Manage Accounts option in File = Info Tab in MS Project 2010

    Hi,
    I am using MS Project Professional 2010 first time. I am trying to setup Project Professional 2010 Desktop to connect project server. Somehow I couldn't find the "Manage Accounts" option in File => Info Tab.
    Quick help is required!
    Thanks,
    Prashant

    Julie,
    what did you tell him?  I am having the same issue.  I can only navigate to ALL Programs>Microsoft Office> Microsoft Office 2010 Tools.  There is no Microsoft Project Server 2010 Accounts.
    I know this has been closed for awhile, but I need to fix this ASAP.  I had the "Manage Accounts" while I was on XP, but they upgraded me to Windows 7 and now it is gone.

Maybe you are looking for

  • Last played won't update from sync

    A couple of days ago I started up iTunes and it asked to accept the license agreement. When I clicked agree my library came up but all my Last Played and play counts had been erased. I reloaded an old library from six months ago and then tried to syn

  • Valid shared variable output does not work!

    I am having a problem getting the string to shared variable to function correctly.  Specifically the "Valid Shared Variable?" output.  It always give a false output even when I know the variable is deployed.  Could it be that it only functions correc

  • Advantages of iWork over Open Office?

    I just began using iWork, which looks spare and elegant, as you'd expect from Apple. I'm not finding all the functionality I now use in LibreOffice, and I'm wondering what the advantages of using iWork are, versus using LibreOffice, or any of the oth

  • Mastering but losing my mind with a "gap" between 2 tracks which shouldn't be there. What is wrong?

    I have an album which I've been working on for a while and it's now all finished with the exception of one small glitch... Throughout the album I have a around 4 overlapping tracks, when burning the tracks to a disc, 3 out of 4 of the tracks crossove

  • Keeping state when switching to and back from a help page

    Hi Is there anyway to keep entered data in input fields when switching to and back from a help-page? I would like to let the user enter a lot of data (in a datatable), realize that he needs some help, click the help link, go to the link page without