File property viewing problem in AutoVue

Hi,
Suppose I have created one file on 1st Jan, 2011 and I opened it on 7th Feb 2011. After that when I am opening it through AutoVue once again and going the property section of the file, the file creation date is showing the first viewing date (7th Feb 2011). Can anyone suggest me any solution regarding this date problem.
Thanks in advance.
Nabhendu,
Edited by: 900658 on 7 Dec, 2011 4:58 AM

AV shows the last modified date (which is pretty much a standard behaviour), so if the date changed, it is because the file did change.
no workaround for it
creation date, has almost no meaning and is not supported (properly) by all OSes or under all situations (ie a copy will NOT keep created date)
see info for NTFS
http://support.microsoft.com/default.aspx?scid=kb;en-us;299648

Similar Messages

  • File content retrive/view problem using DBMS_LOB...?

    Below this procedure working fine but getting buffer length/file content display problem...
    CREATE OR REPLACE Procedure READ_FILE_LOB_tmp IS
    l_dir CONSTANT VARCHAR2(30) := 'READ_LOB_DIR';
    l_fil CONSTANT VARCHAR2(30) := 'testfile.txt';
    l_sen CONSTANT RAW(100) := UTL_RAW.CAST_TO_RAW(CHR(10));
    l_loc BFILE;
    l_pos NUMBER := 1;
    l_sum BINARY_INTEGER := 0;
    l_buf VARCHAR2(400);
    l_end NUMBER;
    l_getlength NUMBER;
    l_ret BOOLEAN := FALSE;
    BEGIN
    l_loc := BFILENAME(l_dir, l_fil);
    l_getlength := DBMS_LOB.getlength(l_loc);
    l_ret := DBMS_LOB.FILEEXISTS(l_loc) = 1;
    IF (l_ret) THEN
    DBMS_LOB.OPEN(l_loc, DBMS_LOB.LOB_READONLY);
    LOOP
    l_end := DBMS_LOB.INSTR(l_loc, l_sen, l_pos, 1);
    IF l_end >= l_getlength THEN
    EXIT;
    END IF;
    l_sum := l_end - l_pos;
    DBMS_LOB.READ(l_loc, l_sum, l_pos, l_buf);
    dbms_output.put_line(UTL_RAW.CAST_TO_VARCHAR2(l_buf));
    l_pos := l_pos + l_sum + 1;
    END LOOP;
    DBMS_LOB.CLOSE(l_loc);
    END IF;
    END;
    My file content:
    Test Content1
    Test Content2
    Test Content3
    Test Content4
    Test Content5
    When i run this procedure, get the output like below format:
    Test Content1
    Test Content2
    Test Content3
    Test Content4
    Test Content5
    But I want to display as per file content format...

    I changed the code like...
    CREATE OR REPLACE Procedure READ_FILE_LOB IS
    l_dir CONSTANT VARCHAR2(30) := 'READ_LOB_DIR';
    l_fil CONSTANT VARCHAR2(30) := 'testfile.txt';
    l_seb CONSTANT RAW(100) := UTL_RAW.CAST_TO_RAW(CHR(32));
    l_sen CONSTANT RAW(100) := UTL_RAW.CAST_TO_RAW(CHR(10));
    l_loc BFILE;
    l_pos NUMBER := 1;
    l_sum BINARY_INTEGER := 0;
    l_buf VARCHAR2(4000);
    l_end NUMBER;
    l_ret BOOLEAN := FALSE;
    l_getlength NUMBER;
    BEGIN
    l_loc := BFILENAME(l_dir, l_fil);
    l_getlength := DBMS_LOB.getlength(l_loc);
    --dbms_output.put_line(l_getlength);
    If l_getlength > 0 then
    l_ret := DBMS_LOB.FILEEXISTS(l_loc) = 1;
    IF (l_ret) THEN
    DBMS_LOB.OPEN(l_loc, DBMS_LOB.LOB_READONLY);
    LOOP
    l_end := DBMS_LOB.INSTR(l_loc, l_sen, l_pos, 1);
    IF l_end = 0 THEN
    l_sum := l_getlength - l_pos + 1;
    DBMS_LOB.READ(l_loc, l_sum, l_pos, l_buf);
    dbms_output.put_line(UTL_RAW.CAST_TO_VARCHAR2(l_buf));
    EXIT;
    END IF;
    l_sum := l_end - l_pos;
    DBMS_LOB.READ(l_loc, l_sum, l_pos, l_buf);
    DBMS_LOB.TRIM(l_buf, (l_sum * 2) - 2);
    dbms_output.put_line(UTL_RAW.CAST_TO_VARCHAR2(l_buf));
    l_pos := l_pos + l_sum + 1;
    END LOOP;
    DBMS_LOB.CLOSE(l_loc);
    END IF;
    END IF;
    EXCEPTION
    WHEN OTHERS THEN
    dbms_output.put_line('Error:' || SQLERRM);
    DBMS_LOB.CLOSE(l_loc);
    END;
    Now its working fine with my format

  • Page Forward & Reverse buttons do not work & are "grayed-out" after upgrading to, as is the Main-Menu Items such as File-Edit-view etc...

    After upgrading to Firefox 3.6.12 all functionality appeared to be intact. Then after a few days it lost the ability to "page forward" or to "page back" and are "grayed-out". Additionally, the Main menu items such as File, Edit, View, History, Bookmarks, Tools & Help are also grayed-out and non-functioning.
    Also, the "Search Window" does not search, Web Searches need to be performed from within the URL window instead, for some crazy reason. If the URL window is blank when I enter a search into the actual search window the following appears in the URL window, "Search Bookmarks and History", which makes no sense.
    I have noticed similar complaints in this Forum in the past but I have not seen any posted resolution to these issues. Is there a solution?

    Create a new profile as a test to check if your current profile is causing the problems.<br />
    See [[Basic Troubleshooting#Make_a_new_profile|Basic Troubleshooting&#58; Make a new profile]]
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins"
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • File, edit, view, history, etc. will NOT open on menu bar how to fix

    The file, edit, view, history, bookmarks, tools, help options on the menu bar will not open. This started to happen, intermittently, in the last few hours . . . and, now, seems permanent. I suspect an update. There are, also, other options which will not open. I cannot use my address book on webmail because of this and am in dire need of a solution.

    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).
    '''If Firefox is open,''' you can restart in Firefox Safe Mode from the Help menu:
    * Click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    '''If Firefox is not running,''' you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".
    ;[[Image:SafeMode-Fx35]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Ever since the latest update, my task bar (if it's called that - it's the one with "file,edit,view, etc") will "grey out" and I won't be able to type into any websites I visit. Only way to fix:either restart Firefox or reduce the window and open it again.

    Ever since the latest update, my task bar (if it's called that - it's the one with "file,edit,view, etc") will "grey out" and I won't be able to type into any websites I visit. Only way I can proceed is if either restart Firefox (very annoying) or reduce the window and open it again. Please help!

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    See also:
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • I am getting this response when I am trying to open a file: Before viewing PDF documents in this browser you must launch Adobe Reader and accept the End User License Agreement, then Quit and relaunch the browser."  What do I do?

    I am getting this response when I am trying to open a file: Before viewing PDF documents in this browser you must launch Adobe Reader and accept the End User License Agreement, then Quit and relaunch the browser.”  What do I do?  I have opened this up in the past without a problem. 

    Back up all data.
    If Adobe Reader or Acrobat is installed, there should be a setting in its preferences such as Display PDF in Browser. I don't use those applications myself, so I can't be more precise. Deselect that setting, if it's selected. Otherwise do as follows.
    Triple-click anywhere in the line of text below on this page to select it, the copy the selected text to the Clipboard (command-C):
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, remove any items that have "Adobe" or “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    The "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you may need to remove it as well, if it's present. The same goes for a plugin called "iGetter," and perhaps others.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Can anyone explain how I go from a Sony HD camcorder .m2ts file to viewing the video in HD on either DVD or Blu-Ray?

    I have recently started to edit footage taken on a Sony HD Camcorder using iMove 11.
    Uploading the .m2ts file was no problem straight from the camera to iMovie, but I (stupidly) assumed that I could burn an HD DVD from iMovie/iDVD to view on a DVD player. I've done a bit of internet research to find out why the quality of the DVD is so bad i.e. SD rather than HD and I think I understand it. Just.
    Further searching to find out our to convert AVCHD/.m2ts to either HD DVD or Blu-ray has boiled my brain. So much stuff I read was a couple of years old so I wasn't sure what is possible.
    Can anyone tell me how I get to the point where I can upload the .m2ts to the iMac, edit the footage and burn a Blu-Ray or HD DVD?
    Cheers!

    Booted the Mac this morning and it now works. I tried Alchroma's solution but whether the stereo is Plain or Matrix, it works both ways. I don't think that this was the solution as a result, but thanks for the suggestion. To confirm, my Easy set up is HD / AVCHD Apple 1920 x1080i60, the only thing I can think I did differently compared to yesterday is that I shut my Mac down having changed the Easy setup. Previously, I only changed the easy setup then closed FCE4 down.

  • When I go up to "file-edit-view etc and I put cursor over it the word it's pointing to disappears. How can I make it stop. I need to see what I'm pointing at!!

    I'm using Windows XP and this issue just started this morning. For some reason my firefox crashed. I got everything fixed but now when I go the the top where it has "File Edit View History etc" and I put the cursor over it the word blanks out. It never used to do this and I can't work with it like this. I prefer Firefox over any other web browser. Please tell me how to change the settings so the word stays there when the cursor highlights it and doesn't disappear. Thank you.

    Did you already reboot the computer?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Flash Player viewing problems

    I'm having full screen video viewing problems on facebook which I hope to get resolved.When selecting a video to view on Facebook the video goes to about a 2" high strip across the bottom of the player. When this happens I have to click the full screen icon on the bottom right corner of player to view the video, so far this problem is only happening on FB. I would like to know what's causing this problem and how to get it resolved. I've got the current player version and all my Computer Software and Drivers are up to date
    My System Info
    Gateway Laptop
    Windows 7 HP w/SP1
    IE11
    Flash player current 15.0.0.233
    Norton 360

    Yes, it says it is enabled:
    Name:              
    Shockwave Flash Object
    Publisher:         
    Adobe Systems Incorporated
    Type:              
    ActiveX Control
    Version:           
    10.1.82.76
    File date:         
    Date last accessed:
    Today, March 08, 2012, 20 minutes ago
    Class ID:          
    {D27CDB6E-AE6D-11CF-96B8-444553540000}
    Use count:         
    24711
    Block count:       
    0
    File:              
    Flash11e.ocx
    Folder:            
    C:\WINDOWS\system32\Macromed\Flash

  • Cannot preview filetype please download the file for viewing and garbled text on a downloaded image

    Dear Madam or Sir,
    When I click on a file titled "Subject Access Request Letter re Account Number 12527629 Sort Code 60-10-34 24022015.pdf", which is stored in my Account on Acrobat.com I get the response "Cannot preview filetype please download the file for viewing". This file was created from an OpenOffice .odt document of the same title. Please advise.
    I downloaded an image, which purports to be a .pdf, from the Royal Mail Track & Trace web facility using my Samsung S5. The text that I expect to see might as well be hieroglyphics for all its similarity to text. Please advise.
    Regards,
    Ron Platt
    PS I have tried to attach both files (.pdf) but am advised "That image type is forbidden". Please advise.

    Hi Laura,
    I have found the solution to be:
       1. Not to upload to "Document Cloud" from the .pdf stored on my PC and
       open on screen.
       2. To login to Acrobat.com from the .pdf stored on my PC and open on
       screen, select "Document Cloud" and the sub-folder required and then upload
       the file
    I have a feeling that there is a glitch somewhere, because after I have
    opened a number of .pdf files stored on my PC, and irrespective of whether
    I have closed them prior to opening the next .pdf file or left them open,
    Acrobat Reader will display (Not responding) in the window title bar. The
    "number of files" equates to less than 10. I, then, click on the X at the
    right of the window title bar and I am given the option of "Close the
    program" or "Wait until the program responds" (or words to that effect). If
    i choose the latter, nothing happens and I am back at the unhappy status
    quo. If I choose the former, I am told that Windows is searching for a
    solution, which it never finds. I, then, have to shut down the PC and then
    start it up, again. Clicking "Restart" does not solve the problem.
    I have described the above before and received the usual "it cannot be
    Acrobat, it is perfect" response. I could, I suppose, screenshot/snip every
    sequential screen but why should I have to when I have described the
    sequence as fully as I can. So I have found a "workaround" that does not
    solve the "Not responding" problem but does solve the problem of not being
    able to upload from the open .pdf file to the sub-folder in "Document
    Cloud". I am, on occasion, working through the myriad of .pdf files that
    are in the root folder of "Document Cloud" and putting them in the correct
    sub-folder(s).
    I have today read that Google is starting a cellphone service in the USA in
    which a monthly "access" rental (US$20) is paid plus a GB capacity usage is
    elected for at a rate specified, e.g. US$10.00/GB. If the subscriber  does
    not use the elected GB capacity Google refunds the US$value of the unused
    elected GB capacity.
    Suggestion: Adobe applies that kind of policy to its online software
    package usage rates, e.g. I elect to subscribe to a particular level of
    online software package usage monthly, but, if I do not use all of the
    programs included in that online software usage package, I am credited back
    for not having used the softwares, that I did not use, that were inclusive
    in that online software package offer.
    Regards,
    Ron

  • My illustrator CS6 is having screen viewing problems. Everything is blurry

    My illustrator CS6 is having screen viewing problems. Everything is blurry

    All files look almost as if they are in a draft mode. Doesn't matter witch file I open they all look the same. but very thing is printing out fine. Also I tried creating a test user and down loaded the trial version and it works fine.

  • Import Settings or Viewing Problem

    I have just imported some pictures from my Canon Powershot G15 and I seem to have a problem with my settings.  This is a new issue for me.  I have also just imported shots taken on my Canon 5D MkII without any problem.  The G15 shots seem to have had a 'tilt' applied, which has created white areas.  These were not on the original shots when viewed in the Import module, nor are they visible in the the file when viewed using Microsoft picture viewer so it must be a setting LR is applying.
    The only Import setting I am using is Copyright, although I did start with a lens correction in the Develop Settings but removed it for some test shots.
    My attached image shows the two screens I use with LR5 on the left and Windows viewer on the right.  You can see the white area in the shot on the left, which is absent from the same shot viewed in Windows.  Both are RAW files.
    This is a new problem and I'd appreciate any help
    Scott

    Update - I have just opened the image from LR5 into Photoshop CC and the problem persists, i.e. it opens with the same areas but they are transparent in PS.  I tried opening direct from explorer into ACR and same problem.  LR and PS are 'seeing' something in these files that make them open with distortion.

  • Viewer problems in Aperture 3

    Ever since upgrading to Aperture 3 from 2, I have had a problem with many images that do not display properly in the viewer. I can select an image and it will display in the viewer while "loading…", but then will change once it has loaded. The change varies: sometimes it will be totally blank (gray background), other times it will be a totally different image or a combination of two or more other images. Occasionally, it will be a completely jumbled mess. Zooming or going to full screen just magnifies whatever is showing in the viewer. Selecting multiple images will usually show a mix of some correct images and some incorrect images, which change as different ones are selected. The image itself appears to be okay - I can export it and it looks fine.
    I have tried repairing the database, re-building the database, and exporting projects to a new library, then opening the new library, and the problem still remains. I re-installed Aperture 3 and updated it to 3.0.3, then tried all of those again. I tried creating a brand new library and importing the image files (I tried both images exported from Aperture and the master images from inside the Aperture library file), but the problem is still there. I even went back to my backup of the version 2 library and re-converted it using 3.0.3, and the problem still persists.
    The image that shows in the viewer is different each time I start up Aperture, depending on what I have selected before I hit one that is bad. Not all images seem to have the problem, but once the problem appears on an image, it seems to be persistent.
    The symptoms look to me like a database problem, but the inconsistencies in behavior as well as the fact that starting over does not eliminate it, make me think that somehow Aperture has corrupted the image file itself, even though other applications (like Preview, GraphicConverter and Photoshop) are able to display the image okay.
    Does anyone else have this problem? Does anyone know of a way to recover just the image and metadata from the image files, leaving out any possible corruption that Aperture has introduced? I am able to recover the metadata separately (although it would be a lot of work), but if I have to somehow get back to the basic image data, I'll lose any adjustments that I've made. Even that would be better than not being able to work with the images at all because I can't see them in the viewer.
    Any help would be greatly appreciated.

    Paul, I recognise this. I have exactly the same. It is really driving me mad.
    I also have tried to change the fan speed of the iMac24 I use for Aperture, it helped with the overall display problem I had, but this bug is still around.
    I have send many automatic reports to Apple as I had to shut down the computer when it happened a few times.

  • E 63 Youtube viewing problem

    E 63 Youtube viewing problem.
    When i click on the youtube movie clips first Real Player opens for a second and then it shows
    First tries to connect.
    "Unable to connect"  after that it shows
    "Rtsp Temp" not saved. Save now? and gives a Yes and No option.
    If you press Yes , it shows saves to Galary
    If you open the Galary u will find the file is saved in Galary Stream links.
    When u try to open it, it says Define defaulat access point and stops.
    Please let me know how to solve this.
    Regards,
    Chritopher

    i had this on my phone
    try this
    go to menu > media > real player > options > settings > streaming > network > default access point
    change it to the access point u would use to connect to the internet
    u will have to keep changing this option if u plan to use different wlan connections
    if my post helped u out, please click the Star next to it to add some KUDOS to my name

  • My top toolbar: FILE, EDIT, VIEW, etc. has disappeared! How can I get it back??!!

    My top toolbar: FILE, EDIT, VIEW, WINDOW, HELP has disappeared! How can I get it back??!! 
    Furthermore, I cannot believe that no one has asked this specific question (Had this problem!) before!! Not one valid answer found in the discussions.
    Please, please help me.  -Alan

    F9. Some documents hide the menu bar deliberately, or you could have hit F9 by accident.

Maybe you are looking for