Capturing browser time

Is it possible to capturing web browser time from Forms?
Thank you,
Prasad

Prasad,
the Browser time is the client time in this case. You can write a Java Bean in Forms that gets the System time from the client when called from Forms using get_custom_item (...) built-in.
Frank

Similar Messages

  • Capture Date/Time - clobbered by LR 1.1

    Oh No!
    It appears that LR 1.1 has clobbered the Capture Date/Time after writing out the metadata.
    To try to be clearer, I've been using Elements 5.0 which organizes my photos (all jpg) by date. The date the photo was taken (which is also the date the file was created) are important to me. Those fields are respected by other Adobe products (Album, Elements 5.0 and Bridge CS2). Somehow LR 1.1 treats this date differently and with less importance than other Adobe and non-Adobe applications.
    I am not too concerned about the date that the metadata was changed, which LR shows. I want to see the date the picture was taken.
    The only way I managed to see that in LR was to customize the display using
    Jeffrey's Lightroom Metadata Viewer Preset Builder (for Lightroom 1.1). (Why I had to use a 3rd party add template creator to see the Capture Date/Time I don't know - it should be right there in LR - but leave that aside for the moment) .
    Anyhow, I manipulate the metadata by adding keywords and then tell LR to write that to the files. In this process the creation date/time vanished on a number of photos. The only way I could get it back was to use a backup of the original files (losing keywords and other data in the process)or to use Exifier to set the date/time, remove the collection from LR and reimport.
    Something as important as the date and time the photo was taken (file creation) is a key bit of data that should be readily available and visible in the metadata display and should not be clobbered or lost when writing out metadata to the files. I see there are other complaints about this and some expressing horror that Adobe didn't fix it in LR 1.1.
    My point is simple - for my purposes I cannot fully utilize LR 1.1 if the Creation Date/Time cannot be readily seen, or is in danger of being lost, I would have to use other software.
    Geeze, and I was beginning to get comfortable with LR...
    Maybe the good folks at Adobe have some comment and might be able to rectify this?
    In the alternative, is there something I'm missing about the way Capture Date/Time is supposed to be treated by LR users?
    Advice and pointers would be appreciated.

    Christopher wrote:
    "I hear ya, but if someone could just say, this is how dates are supposed to work ... that would be helpful. In particular, what fields or fields does the Metadata Browser use to sort an image into a date bin? If I knew that, I might be able to determine why so many of my images are put into the Unknown Date heading."
    Here we go:
    1. None DateTime tag defined in exif (or DateTime tags corrupted)
    -in Metadata Browser (left panel) Date will be seen as Unknown Date.
    -Thumbnail show no DateTime value,
    -in Matadata (right) panel, there will be no DateTime caption visible
    2. Only ModifyDate defined in exif
    -in Matadata Browser value of ModifyDate will be shown,
    -Thumbnail show no DateTime value,
    -in Matadata panel, ModifyDate will be shown as Time
    3. Only CreateDate defined in exif
    -in Metadata Browser value of CreateDate will be shown,
    -Thumbnail show no DateTime value,
    -in Metadata panel, CreateDate will be shown as DateTimeDigitized
    4. Only DateTimeOriginal defined in exif
    -in Metadata Browser value of DateTimeOriginal will be shown,
    -Thumbnail shows value of DateTimeOriginal,
    -in Metadata panel, DateTimeOriginal will be shown as Capture Time
    +in Medatada panel, DateTimeOriginal will be shown as Time
    5. All three DateTime values defined in exif
    -in Metadata Browser value of DateTimeOriginal will be shown,
    -Thumbnail shows value of DateTimeOriginal,
    -Metadata panel shows CreateDate as DateTimeDigitized,
    +Metadata panel shows DateTimeOriginal as CaptureTime,
    +Metadata panel shows ModifyDate as Time
    That's it. Now... why are we confused in LR when speaking of DateTime?
    In Metadata Browser any of exif's DateTime value can be shown. That is, looking at this panel only, we never know what Date is being used! Anyway, DateTimeOriginal has priority: if DateTimeOriginal exist, it will be used for Metadata Browser -otherwise any other existing exif DateTime tag will be used.
    But if only DateTimeOriginal is missing (so both, CreateDate and ModifyDate exist), then CreateDate has priority over ModifyDate: CreateDate will be shown.
    Priority in short: DateTimeOriginal, CreateDate, ModifyDate.
    Thumbnails: only if DateTimeOriginal exists, thumbnail will contain DateTime value -otherwise thumbnail's DateTime will be blank.
    Sorting of thumbnails per CaptureTime (hence by exif DateTimeOriginal) is another story and can be quite confusing at first sight... because DateTime priorities seems to be the same as for Metadata Browser:
    If exif DateTimeOriginal exist (=CaptureTime in LR), then this value will be used for sorting. But if this value is missing, LR will try to use exif CreateDate and if this is missing too, ModifyDate will be used. OK, there's some logic... except, why I'm repeating "if this tag is missing..."?
    Because when you modify/rewrite some image, then some tool may damage DateTime in exif -remember: damaged DateTime tag is the same as tag doesn't exist!
    In short: if there's exif DateTime corruption involved, you can't be sure which of three DateTime tags is being used for sorting. For some images DateTimeOriginal will be used, for those that are missing that tag, CreateDate will be used instead.
    Images missing exif DateTime tags (or these are corrupted), will be shown as first (sort A-Z).
    Bogdan

  • Capturing total time for a report..

    Hi all..
    I have a query. Is there a way to capture total time spent to show a report on browser
    If I understand the way it works in OBIEE
    Browser -Presentation Services -- HTTP Request or Response (This we can see by increasing sawlog config file to see more details in sawlog0.)
    Presentation services - BI Server (By Usage Tracking S_NQ_* tables, it gives response time, elapsed time and such statstics)
    BI Server - DB ( The query running time also captured in usage tracking table)
    My understanding is on whole when Presentation services pass the request to BI Server..and when it BI server returns the data to Presentation services..
    There shoud some COMMON PARAMETER to match the request sent and received ..Mapping the requests...
    Is there a way to get that parameter/variable/sytem variable..so that I can accomplish objective of tracking total time spend for a request..
    I could increase saw log and see there is no common parameter that I could match from Sawlog to NQQuery Log, but no luck
    Can anybody help here to find someway? any pointers?
    Thanks in advance..

    There is no parameter that captures the browser rendering time of the report. In the manage sessions if you check the report run time stats you should be able to find the elapsed time, db connect time and compilation time
    To find a more accurate time to render the report and the time when it has become active you can check that information Under Manage sessions in the RPD. That will give the start time and report active time which is the time at which the report is active.
    If you closely monitor this time in the sessions will be a little higher than the time present in the view logs elapsed time which includes the browser rendering time as well because it gives the report active time on it.
    Hope it will be helpful
    thanks
    prash

  • Browser Time Zone Setting

    We're using Apex 4.x and I need to capture the Browser Time Zone (TZ) into an application level item. Can anyone please suggest the approach.
    Initial thoughts are to capture the TZ using JavaScript and use it inside the Page 101 login procedure. But, I'd appreciate any tips on how this TZ can be passed into an application level item and stored for further usage within my application.
    Thanks,
    VS Kumar

    Jari - Thanks for your great tip. I was able to utilize this feature and assigned to apex application variable the timezone offset using GET_SESSION_TIMEZONE. I have a minor issue since I'm setting in the apex developer menu path - 'Shared Components ->Edit Globalization Attributes ->Automatic Time Zone=Yes'
    When I run the application there is a brief 5 seconds *'Set Time Zone'* message that pops and then I see the login. Do you know how this message can be not visible, but still be able to set the session time zone offset using the above setting (Meaning, the problem is fixed using the above setting, but the message that appears before the login screen appears 'Set Time Zone' is a bit inconvenient.
    Can you please advice if this message can be made NOT to display, but continue to use the 'Yes' for 'Automatic Time Zone' in the Globalization Attributes?
    Thanks,
    SK

  • Capturing the time for rendering the JSFscreen.

    I have a JSF application running on WAS6.1. We have some performance issues.
    The JSF rendering is taking long time to render the page. All the database operation ie querying the database and leaving the prerender method is happening so fast.
    So how can we capture the time for the JSF components to render the page. Is there any way to do that?

    i tried to implement the phase listener.But i’m getting an error message in the JSP saying
    JSPG0046E: Unable to locate tagfile for tag phaseListener
    My action getting triggered on click of a tab. So in my JSP page I mentioned as
    <ui:tab action="#{reportsView.kpiRanking_action}" binding="#{reportsView.kpiRankingStore}"
    id false*/;&#xa;openPreloadWindow(); &#xa;document.getElementById("form1:periodTypeDropDown")[2].selected = true;&#xa;savePeriodType();"
    style="height: 25px; text-align: center; vertical-align: middle; width: 91px;cursor: pointer;" text="Store KPI Ranking">
    <f:phaseListener binding="#{reportsView.phaseListenerImpl}" type="com.capricorn.sckpi.PhaseListenerImpl"/>
    <ui:panelLayout binding="#{reportsView.layoutPanel30}" id="layoutPanel30" style="height: 335px; width: 100%; overflow-y: auto;">
    <ui:table augmentTitle="false" binding="#{reportsView.storeWithinDistrictTableStore}"
    id="storeWithinDistrictTableStore"
    style="height: 100%; left: 0px; top: 0px; position: relative; width: 100%" title="KPI Ranking">
    <ui:tableRowGroup binding="#{reportsView.storeWithinDistrictRowGroupStore}"
    id="storeWithinDistrictRowGroupStore" sourceData="#{reportsView.defaultTableDataProvider}" sourceVar="currentRow"/>
    </ui:table>
    <ui:table augmentTitle="false" binding="#{reportsView.storeWithinDistrictTableStore1}"
    id="storeWithinDistrictTableStore1"
    style="height: 100%; left: 0px; top: 0px; position: relative; width: 100%" title="YTD Ranking">
    <ui:tableRowGroup binding="#{reportsView.storeWithinDistrictRowGroupStore1}"
    id="storeWithinDistrictRowGroupStore1" sourceData="#{reportsView.defaultTableDataProvider}" sourceVar="currentRow"/>
    </ui:table>
    </ui:panelLayout>
    </ui:tab>
    My header for JSP is
    <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:ui="http://www.sun.com/web/ui">
    <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
    Please help.

  • Capture travel time expenses and working hours spent on the service call

    Hi Experts,
    I have One Year AMC contract with my customer.Under AMC he called me for 10 times.I need to
    Capture travel time expenses and working hours spent on all the service call, Non of them will be billed to the customer.
    This is just for our internal tracking.this particular data will reside within the office premises.
    Explain how efficiently we can track this particular requirement in SAP Business One
    Regards,
    Vikram

    Hi Vikram
    You will notice on the item master records that there is a field called Item Type. The options are Item, Labor and Travel. In order for the service module to recognize the expense or charge type, either Labor or Travel must be select. Create a service item (untick inventory item) and choose the Item Type as Labor or Travel. When you now create a Delivery/Invoice from the expenses section of the service call, it will identify and warn you if you charge the customer, as this would be defined in your service contract template as non billable charges. You can still create a Delivery for the charges and put quantities and values on the Delivery document. In this case you are not going to invoice the customer for the charges, so you can "Close" the Delivery. Just be aware that closing the Delivery will post the value to an offset account defined in the Account Determination.
    The benefit of this approach is that the Delivery will post a debit and credit in your G/L that will "accrue" what the costs are of servicing the customer. My suggestion would be to set the account determination for the Labor/Travel item(s) to item level and define the Revenue/Expense accounts to specific G/L accounts.
    Let me know if you need more information or assistance with the above.
    Kind regards
    Peter Juby

  • Capturing browser close event

    Hello everyone,
    Even though this question has been answered before, I find that none of the answers seem to work for me.
    My problem is the following: Locks are placed on records and tables at certain points in my application. But if the user simply closes the browser without closing the application properly, all the locks are still in place. So I need to catch an event that allows me to ABAP my way out of this.
    I have the following BSP page which loads my application:
    function startBSPApplication()
    function endBSPApplication()
      <frameset id="<%=guid %>_FRAMESET" rows="*,0" onload="startBSPApplication('<%=guid %>_A');" onunload="exitBSPApplication();" noresize framespacing="0" frameborder="0" border="0">
        <frame name="<%=guid %>_A" src="session_default_frame.htm">
        <noframes>This browser does not support frames.</noframes>
      </frameset>
    The start and end functions simply start and end a session, and I find myself unable to actually call an ABAP function in there. All ABAP code placed inside the javascript functions is called everytime the page is loaded, not everytime the function is called and that's not what I want.
    I also already tried the <bsp:htmlbEvent> tag, but I couldn't get that to work either. I tried it like this:
    Notice however that I wrote this on top of the frameset. Does this mean that the onunload event will be called twice and does this cause a problem?
    I tried to call the onDestroy event from within my endBSP function, but nothing happened either.
    <htmlb:content design="design2003" >
      <htmlb:page title="Capture browser close " >
        <htmlb:form>
          <bsp:htmlbEvent id      = "myid"
                          onClick = "onDestroy"
                          name    = "onDestroy"/>
          <script for="window" event="onunload"  type="text/javascript">
               alert('Starting the Server Event');
               onDestroy();
           </script>
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    Does anybody have another suggestion, or notice me overlooking something?
    Thank you in advance,
    Niels.

    Hi Eddy,
    I can't find anything really helpful in that blog. Except maybe adding the onbeforeunload attribute to my frameset and calling a JS function to back it up.
    The problem still persists that any ABAP you put in a JS function is executed regardless of wether or not the function is actually called.
    I need to get to my DO_HANDLE_EVENT somehow when the user closes the window.

  • Browsing Time Machine back-ups in Finder, disappear....

    I have a 3TB Time Machine Back-up drive connected to my iMac with 256+2TB drive.
    It backs up my 256GB, 2TB drive, and a 2TB External drive with my documents, etc.
    It backs up everything fine, however I notice when I browse time machine in the Finder - for instance - i select the folder with the backups, my Mac name, and a random date.
    From there, I see Three Folders - one of each of my drives (256, 2TB, 2TB External). When I select the 2TB external back-up folder, sometimes it shows all the folders/documents then quickly disappears/vanishes...though its in there. Or sometimes it will show them all then only show a handful of the files in there...
    Even though theyre on the back-up drive and taking up space...why are they vanishing through the Finder?
    They appear to be all there when I browse with the Enter Time Machine interface. but sometimes its easier to navigate via Finder on the TM Drive...

    laarafromvancouver wrote:
    I have  . . . antivirus software
    Many of those are notorious for interfering with all sorts of things, including Time Machine.
    The two recommended by our malware guru (see Thomas Reed's Mac Malware Guide) are free:  Sophos Anti-Virus for Mac Home Edition and ClamXav.

  • How to capture Browser Specific functionalities

    Hai,
      Any body please help me on  How to Capture Browser specific functinalities, for example , How to get Refresh button is pressed or not
    regards
    somu

    How would you even do this in other technologies (JSP, ASP, etc.)? As far as I know it is not possible to "capture" browser events such as refresh or when the user clicks the "Back" or "Forward" buttons.  This is not a WebDynpro-specific limitation.
    Walter

  • Capturing real time movies - HDV

    Hello,
    When I try to capture HDV in real time with QT 7.2 using Canon HV20 I can't get any pictures. I can record but the final movie will be an empty white screen.
    QT recognizes the Canon HV20 but will not record HDV format movies.
    Is there anything I'm doing rong with QT?
    Thank you.
    There is no problem capturing real time SD movies.
    MacBPRO 2.33   Mac OS X (10.4.10)   Logic and FinalCutXpress

    I doubt the mac has the power to do real time encoding of HDV like you want - even iMovie uses a time delayed import with a conversion to Apple Intermediate Codec to keep up with capturing. Real time seems terribly unlikely.

  • Finder locking up when browsing Time capsule hard drive

    Finder locking up when browsing Time capsule hard drive
    I am able to browse the hard drive preview some videos or open files for around 5-10 mins then Finder locks up. Internet still works and I can relaunch Finder and then works for a while again. It sounds like the hard drive is just going to sleep. I watch some films directly off of the hard drive through VLC and these just stop wilst viewing them.
    I am on 10.6.2 working on the 5GHZ channel on dual band time capsule.
    It is really annoying I have tried a few things like resetting the DCHP Lease. But it seems to be specific to the hard drive as the internet still works fine. It is really annoying as it jams up the finder really awkwardly.
    Ant ideas most wanted
    Thanks

    Are you browsing/viewing files in Time Machine backups on your Time Capsule, or files you've put there yourself?
    If the files are Time Machine backups, use the Time Machine interface (the "Star Wars" display), via the Time Machine icon in your dock (or in your Applications/Utilities folder) to see what's there. Backups are not meant to be used; they're duplicates that can be restored in case of a problem with the originals on your system.
    If the files are things you put there, you'll do better browsing, searching, or re-posting in the +Time Capsule+ forum, hiding in the +Digital Life+ section, at: http://discussions.apple.com/forum.jspa?forumID=1253

  • One Step DVD Capture Video TIme

    I've just recently run into a problem with One Step DVD and would like to know if anyone else has had the same issue. I normally don't use One Step DVD but my father uses it because it requires little if any computer skills when it comes to iMovie or iDVD.
    He recently came to me with a problem that has cropped up with the One Step option. When he goes to use it the the very first step in the process is capturing the Video from the camera. The camera rewinds the tape as is the norm and then the computer starts to capture the video with no problem. The problem is with the capture time/available time that shows up on the screen. For some reason the available time consistantly shows approximately nine minutes when it is a full hour long tape. I've tried finding if there is some setting that is throwing it off in the preferences and can't seem to find anything related to it. I've also tried dumping the preferences with no result. I've also tried a number of different video tapes with no change. Recently I took it home and tried it on my system where it gave me a available capture time of 17 minutes even though there is an hour of footage. Today I took MY video camera up to my folks house and hooked it up and gave it a shot and of course it gave me an available capture time of 9 minutes. So I'm at a loss here folks. Any help would be appreciated. I personally think it's the prog but I'm open to suggestions. Below are the cameras and systems I have tried this on. Remember I've tried both cameras with each computer with the result of the available capture time not matching the amount of footage on the tape.
    My Father's setup
    Mac Mini 1.6 Ghz
    1.6 Gb Ram
    OS 10.4.8
    Video Camera: Canon ZR45
    My Setup
    Dual 2.0 Ghz PowerMac G5
    2.5 Gb ram
    OS 10.4.8
    Video Camera: Sony TRV315

    Hi Wayne,
    I honestly have no explanation why iDVD / OneStep is showing only 17 mins. left of capture unless you don't have enough available HD space to capture to.
    3 suggestions only:
    1. Make certain you have plenty of available HD space for this process. I recommend no less than 20GB of available HD space for each hour of video.
    2. Before launching iDVD/OneStep, drag and drop the plist for iDVD to the trash. Looks like this:
    com.apple.iDVD.plist
    3. After trashing the plist for iDVD, connect your mindv camcorder via firewire and relaunch iDVD while the camera is powered on. In most cases, iLife apps will default to the correct settings on its own (provided your mac sees the connection under system profiler).
    Good luck & hope this helps
    SDMacuser

  • Capture Browse Event in BSP application

    Hi guys,
    i have a BSP page which contains a browse button and a drop downlist. my requirement is to enable a button only when the value is selected from the dropdown list and the text field of the browse event is filled.
    the problem is that am able to capture the selection from teh dropdown list however am not able to determine whether the browse button was clicked and hence a file name been selected.
    i wanted to know if there is any kind of event which is trigger when the browse button is presse in the page.
    thanking you for your aids.
    fardeen.

    I found a piece of code whereby the author insert an Event name(OnInputProceesing) in one of the onaction event.
    I have not tried it yet, but will do it in the near future
    Since i got no replies here, i'l close the thread.

  • Browser Time out in Reports (using WEB.SHOW_DOCUMENT to call reports)

    When running a big report which takes a long time to run, it finishes on the report server but in the browser the screen is stuck at the parameter form, you don't see the report output. It's as if the browser has timedout. Is there a solution to this?
    I am running reports using WEB.SHOW_DOCUMENT only - through a URL. This seems to be a huge drawback of using this method.

    Is the browser launching?
    If it is have you tried a show source on the browser window?
    Sometimes if you open an XML file in a browser you get a blank page but the XML is there. Something to do with the XML format I think. I'm no expert on XML just a behaviour I have observed.

  • Capturing of time taken by a while loop in bpm

    Hi ,
    I have a busniess process ,and my receive step is defined in a while loop.
    so it starts with a while loop.
    I want to keep a condition on the while loop that it should receive the messages only for a period of 1 hour ,and if it exceeds this period it should end up the process triggeringa mail.
    I mean to say if there are 12 records to be processed through the while loop ...and if I receive only 11 records ..it will be waiting for that final record in an infinite loop ..so I dont want that ...instead if the total no of records are reached then it should move forward ..If it is waiting for the missing records for an hour ..I should stop the process and trigger a mail to the queue monitor saying that record is missing...I have finished the process without this processing time condition successfully..
    I am new to XI and I dont have any idea on how to capture this processing time of while loop.
    can some one please help me out in this issue...
    Thank you in advance...

    Hi Latika,
    Yeah I understand we can go with fork but why I am going with this is ,I have already designed a Payload dependent loop ,by using while loop.so it makes my job simple ...
    Now I am converting it to time dependent loop,so only the final question I have is...In the time dependent loop documentation ..they have taken it as infinite loop and only kept the time limit in the deadline branch...so when the deadline reaches they trigger something.
    If you go to the documentation of time dependent loop(http://help.sap.com/saphelp_erp2005vp/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm) ..they took the infinite loop...in this loop if I mention the counter ..and if this record count triggers before the time limit...it should come out of the block...would it work this way ?
    Thanks a lot...

Maybe you are looking for