Is it possible in oracle?(need very badly)

Hi,
I need to write a select statement for a report and i need to check with previous record.
here I'm giving the data and table structure also.
conditions are :
seltest is variable in there we have to show Y Or N
extension is null and service center has data the 'Y'
extension is not null and previous extension is null and previous service center is not null 'Y'
extension is not null and previous extension is not null and SELTST is 'Y' then 'Y'
Here the sample data.
CREATE GLOBAL TEMPORARY TABLE GT_T
REPORT_NO NUMBER,
EXTENSION VARCHAR2(10 BYTE),
SVCE_CENTER VARCHAR2(10 BYTE),
RNO NUMBER
ON COMMIT PRESERVE ROWS
Insert into gt_test
(REPORT_NO, SVCE_CENTER, RNO, CURR, PREV)
Values
(36071, 'MACMB', 6, 1, 0);
Insert into gt_test
(REPORT_NO, EXTENSION, SVCE_CENTER, RNO, CURR, PREV)
Values
(36071, 'E', 'MACMB', 1, 2, 1);
Insert into gt_test
(REPORT_NO, EXTENSION, SVCE_CENTER, RNO, CURR, PREV)
Values
(36071, 'E', 'MACMB', 1, 3, 2);
Insert into gt_test
(REPORT_NO, SVCE_CENTER, RNO, CURR, PREV)
Values
(36074, 'ASPEN', 4, 1, 0);
Insert into gt_test
(REPORT_NO, EXTENSION, SVCE_CENTER, RNO, CURR, PREV)
Values
(36074, 'E', 'ASPEN', 2, 2, 1);
Insert into gt_test
(REPORT_NO, EXTENSION, SVCE_CENTER, RNO, CURR, PREV)
Values
(36074, 'E', 'ASPEN', 2, 3, 2);
Insert into gt_test
(REPORT_NO, EXTENSION, SVCE_CENTER, RNO, CURR, PREV)
Values
(36074, 'E', 'ASPEN', 2, 4, 3);
COMMIT;
Pls help me out your help is greatly appreciated.
Thanks & Regards,
Ramana.

Kamal,
My table is having 4 columns .
Data is like this.
Report_No     Extension svce_center rno
36071     null MACMB 6
36071      E null 1
36071 E null 1
36074     null null 2
36074     E      ASPEN 4
36074     E     DECKR 4
36074 E     DELWR 4
36074     E TLBOT 4
Output Looks like this :
Report_No     Extension svce_center rno stest
36071     null MACMB 6 Y
36071      E null 1 N
36071     E null 1 N
36074     null null 2 N
36074 E      ASPEN 4 Y
36074     E     DECKR 4 Y
36074     E     DELWR 4 Y
36074     E TLBOT 4 Y
conditon 1: extension is null and service center has data the 'Y'
conditon 2: extension is not null and previous extension is null and previous service center is not null then stest 'Y'
conditon 3: extension is not null and previous extension is not null and previous stest is 'Y' then stest 'Y'
else 'N'
on basis of above conditions I have to show my output like above. I'm able to achive some level means for report no 36074 I got the result upto DECKR for next record i need write one more subquery. Here I have only 5 rows only . If I have more than that means 10 rows for report no then i have to write sub select 10 times right. Is there any other way to do this.
This is query currently i'm using.
select report_no,extension,svce_center,prv_ext,prv_svce_cent,STEST,
(case when extension is null and svce_center is not null then 'Y'
when extension is not null and prv_ext is null and prv_svce_cent is not null then 'Y'
when extension is not null and prv_ext is not null and
st1 is not null then 'Y'
END )sltest
from (
     select report_no,extension,svce_center,prv_ext,prv_svce_cent,stest,
     lag(stest,1) over (order by report_no) st1,
     lead(stest,1) over (order by report_no) st2
     from (
          select report_no,extension,svce_center,prv_ext,prv_svce_cent,
               (case when extension is null and svce_center is not null then 'Y'
               when extension is not null and prv_ext is null and
               prv_svce_cent is not null then 'Y'
               end )stest
          from (
                         select report_no,extension,
               (case when lag(extension,1) over (order by report_no)=extension then 1 else null end) prv_ext,
                    svce_center,
                    (case when lag(svce_center,1) over (order by report_no)=svce_center then 1 else null end)prv_svce_cent,
                    rno
               from gt_test
               order by report_no
Thanks & Regards,
Ramana.

Similar Messages

  • Help needed very BAD, how to manage layout which is going to 2 pages

    Hi all,
    Need your help very bad. I am very new to reports.
    I have a layout which goes to the second page. First page is a form layout (One record). I drew the form layout and placed all the fields in the form and works fine. But my problem is when I have 3 fields which are on the second page, because it doesnot fit in the first page. When I run it, the form (first page) get printed for all the records and the second page get printed only in the last at the end after printing all the records. How do I ask it to print it simultaneously. First page then the second page and so on. I set the PAGE BREAK AFTER to YES and still does not work.
    Please guys need your help.
    Thanks.
    Joe.

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • I use on a daily basis Lightroom 5,7 (get started withe version 3) and bought today a Sony Alpha 7 Mk2 but it seems impossible to develop .arw photos with that software. Is there a possibility to overcome this very bad surprise without leaving Lightroom?

    Quelqu'un peut-il m'aider car l'assistance d'adobe est tout simplement inexistante.

    Great and well done,
    ManyThanks to you, Nick and Rilk. You are right with the correct solution wich i hoped. What is really rare is that my version 5.7 (I thought it was the most recent one) didn't update to 5.7.1.
    With the 5.7.1 version I tested the development of two test photos in arw format and it works very well. I'm starting in the FF world after years working with DX format.(Nikon D7000 and other Nikons before)
    The 2 test photos i took where taken with a FE 4 70-200 G OSS (SEL70200G) objective in a room under artificial light and without any flashlight. Let me say the worst conditions...
    Well, the result is astonishing not so bad at all after correction of the white balance. It is promising in better conditions outside;
    Other objectives are currently ordered : Sony Zeiss Vario Tessar T FE 16-35 mm F/4 ZA OSS and Sony Zeiss FE 55 mm F/1,8.
    All what i need for nice shots in the future.
    Many thanks to you again
    Best regards
    Robert

  • I have an iphone 4, with ios 4.3.3. I want to update it but when I connect it to itunes it says that it is the latest version of the software. So I cannot update it, and I need it very bad. Can anyone help me?

    I have an iphone 4, with ios 4.3.3. I want to update it but when I connect it to itunes it says that it is the latest version of the software. So I cannot update it, and I need it very bad. Can anyone help me?

    What version of iTunes do you have installed? If you are trying to update to iOS 6 you need iTunes 10.7 or later.

  • Is it possible to set the performance in Camera Raw, like in PS? I have problems with the performance of the adjustment brush. It is a very bad workflow.

    I have problems with the performance of the adjustment brush. It is a very bad workflow.

    Had you specified you're on Windows, I wouldn't even have replied. I don't do windows.
    Yes, it has been a waste of time for both you and me.
    You don't even know how to ask a question properly and you want me to read the FAQs?  Hah! 
    No one will take your word for "ACR latest version", and "PS CC latest VersionVersion [sic]", as many users believe they are fully updated when they are not. Exact version numbers are needed.
    8 GB is considered the realistic minimum to run Photoshop CC, but it's far from optimal—on any platform.  There are other factors that can be at play and which you don't specify, such as the space available on each of your hard drives, whether you have a physically separate, dedicated hard drive for Photoshop's scratch drive, what video card you have and how much VRAM does it have, what your graphics settings are in Photoshop's Preferences > Performance, etc.
    That's why I had indicated a link for you to read:
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers: 
    http://forums.adobe.com/thread/419981?tstart=0
    If you read that link in its entirety and provide the pertinent information, maybe some of the Windows experts will be able to help you out.
    Now I'm out of here.

  • Copies are very bad, just faint lines. i thought i needed new ink but the printer works fine

    copies are very bad, just faint lines. I thought I needed new ink but the printer works fine

    copies are very bad, just faint lines. I thought I needed new ink but the printer works fine

  • I have mainstage 3 installed and works 1oo% when connected to the battery, but when connecting to the mains for charging the program crashes. sounds do not obey. is one, even very bad horrible latency. and I need to work on music not only in time but the

    i have mainstage 3 installed and works 1oo% when connected to the battery, but when connecting to the mains for charging the program crashes. sounds do not obey. is one, even very bad horrible latency.
    and I need to work on music not only in time but the battery after that.
    I ask for help please

    Thanks for the swift reply, I have been looking online and a loose plug seems to be somewhat of an issue with many, I hope mine is actually a problem and not what others are experiencing. It's taken me this long to even reach out for the simple fact I HATE being a complainer but this is just horrible.
    Do you have an iPad 3 as well? And is yours not experiencing any issues close to mine?
    Thanks again!

  • HT2736 Why do i need to download and install a huge piece of software just to purchase a gift for someone?  It seems like very bad business practice to me!

    Why do i need to download and install a huge piece of software just to purchase a gift for someone?  It seems like very bad business practice to me!

    Stores only have gift cards, and because I live in a different country to the person I want to send one to, that isn't practical.  Installing itunes, seems excessive, especially as I would first have to install wine on linux, just to buy a gift for someone.

  • There are times 5s lagging very bad after I update the IOS 7.03, need help

    Before I update to  my IOS 7.03, I don't have this problem before.  But now, once in a while my phone is lagging very bad, not sure of why.  But it will goes away after a while. Anybody else having the same problem? 
    It happens most of time during log in.  It's impossible to use the finger print log in when lagging; and when type in passcode, letter sometime take 1 second to respond on screen.

    Basics from the user guide are restart, reset, restore from backup, restore as new. Try each step in order until your problem is solved.

  • I am a macbook pro user form last 2 yrs, recently i upgraded to Mountain Lion from Snow leopard. Since then  operational  speed is a major concern. Now It has crashed so very badly that I am scared of my data.Please help me.

    I am a macbook pro user form last 2 yrs, recently i upgraded to Mountain Lion from Snow leopard. Since then  operational  speed is a major concern. Now It has crashed so very badly that I am scared of my data.Please help me.

    Reinstalling Lion/Mountain Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • I have a very bad coverage in my apartment. Please assist me to improve.

    I have a very bad coverage in my apartment. Please assist me how to improve it. Sometime I dont receive call at all. Sometime I am talking on the phone and call dropped with error of "No network coverage".

        We strive to offer you the best possible wireless connection where you need it most, Charique! Many factors can affect reception while indoors. Does the service improve as soon as you step outside?
    Thank you,
    YaleK_VZW
    Follow us on Twitter @VZWsupport

  • Need very urgent help

    Hi every1,
    i am in a very bad situation as i am very new to AS3, so i
    need some help from any one who can help me out of this.
    I have created a FLV Player using FLVPlayback Component
    everything is working fine but the only problem is the rewind and
    forward button behaves very strange when i test it on web page
    residing in a webserver.
    In brief i want to say that the rewind and forward control in
    the application works alright when i play it in my local machine
    but when i take the file to a web sever and play it the controls
    behave very strange (when i click on the forward and rewind button
    it just takes me to the end of the movie and to the start of the
    movie at one shot which should not be the purpose of the rewind and
    forward button).
    So, somebody please look at my code below and i will be very
    thank full to the person who can send me the correct code.
    The code for the rewind and forward control is higlighted in
    the below code. please help... .very urgent..........
    import fl.video.*;
    var flvSou:String;
    var dynText:String;
    myflv.autoPlay = true;
    onscreen_play_btn.visible = false;
    onscreen_replay_btn.visible = false;
    if (myflv.playing) {
    onscreen_play_btn.visible = false;
    onscreen_replay_btn.visible = false;
    //myflv.source = "Call_to_action.flv";
    myflv.source = root.loaderInfo.parameters.flvSou;
    dynTxt.text = String(root.loaderInfo.parameters.dynText);
    slash_txt.text = "/";
    myflv.playPauseButton = playPause_btn;
    myflv.stopButton = stop_btn;
    myflv.muteButton = mute_btn;
    myflv.volumeBar = volume_bar;
    myflv.volume = .6;
    myflv.forwardButton = forward_btn;
    myflv.backButton = back_btn;
    myflv.seekBar = seek_bar;
    myflv.bufferingBar = buffering_bar;
    myflv.fullScreenButton = fullscreen_btn;
    //========================= Actions for Button Controls
    =========================//
    //========================= Actions for Play and Pause Button
    =========================//
    playPause_btn.pause_mc.addEventListener(MouseEvent.CLICK,
    clickHandlerPause);
    function clickHandlerPause(event:MouseEvent):void {
    //trace("clickHandler detected an event of type: " +
    event.type);
    //trace("the event occurred on: " + event.target.name);
    trace("u clicked pause button");
    onscreen_play_btn.visible = true;
    //myflv.alpha = .5; // uncomment later
    playPause_btn.play_mc.addEventListener(MouseEvent.CLICK,
    clickHandlerPlay);
    function clickHandlerPlay(event:MouseEvent):void {
    //trace("clickHandler detected an event of type: " +
    event.type);
    //trace("the event occurred on: " + event.target.name);
    trace("u clicked play button");
    onscreen_play_btn.visible = false;
    //myflv.alpha = 100; // uncomment later
    if (onscreen_replay_btn.visible==true) {
    onscreen_replay_btn.visible=false;
    //========================= Actions for Play and Pause Button
    =========================//
    //========================= Actions for FLVPlayback
    =========================//
    myflv.addEventListener(MouseEvent.CLICK,
    clickHandlerPauseFlv);
    function clickHandlerPauseFlv(event:MouseEvent):void {
    //trace("clickHandler detected an event of type: " +
    event.type);
    //trace("the event occurred on: " + event.target.name);
    trace("u clicked video component button");
    trace(myflv.totalTime);
    if (myflv.playing==true) {
    myflv.pause();
    onscreen_play_btn.visible = true;
    //myflv.alpha = .5; // uncomment later
    } else {
    myflv.play();
    onscreen_play_btn.visible = false;
    onscreen_replay_btn.visible = false;
    //myflv.alpha = 100; // uncomment later
    //========================= Actions for FLVPlayback
    =========================//
    //========================= Actions for Fullscreen Button
    =========================//
    fullscreen_btn.addEventListener(MouseEvent.CLICK,onFullScreenButtonClick);
    function onFullScreenButtonClick(event:MouseEvent):void {
    stage.displayState = StageDisplayState.FULL_SCREEN;
    //or set it to normal like: stage.displayState =
    StageDisplayState.NORMAL;
    //========================= Actions for Fullscreen Button
    =========================//
    //========================= Actions for onScreenPlay Button
    =========================//
    onscreen_play_btn.addEventListener(MouseEvent.CLICK,onScreenPlayButtonClick);
    function onScreenPlayButtonClick(event:MouseEvent):void {
    trace("working");
    if (myflv.playing==true) {
    myflv.pause();
    } else {
    myflv.play();
    //myflv.alpha = 100; // uncomment later
    onscreen_play_btn.visible = false;
    //========================= Actions for onScreenPlay Button
    =========================//
    //========================= Actions for onScreenReplay Button
    =========================//
    onscreen_replay_btn.addEventListener(MouseEvent.CLICK,onScreenReplayButtonClick);
    function onScreenReplayButtonClick(event:MouseEvent):void {
    trace("working");
    myflv.play();
    //myflv.seek(0);
    onscreen_replay_btn.visible = false;
    if (onscreen_play_btn.visible==true) {
    onscreen_play_btn.visible=false;
    //========================= Actions for onScreenReplay Button
    =========================//
    //========================= Actions for Stop Button
    =========================//
    stop_btn.addEventListener(MouseEvent.CLICK, StopButtonClick);
    function StopButtonClick(event:MouseEvent):void {
    myflv.seek(0);
    //myflv.autoRewind = true;
    //myflv.stop();
    onscreen_replay_btn.visible = true;
    //========================= Actions for Stop Button
    =========================//
    //========================= Actions for Button Controls
    =========================//
    //========================= Actions for Displaying Elapsed
    and Total Time =========================//
    myflv.addEventListener(MetadataEvent.METADATA_RECEIVED,
    cp_listener);
    function cp_listener(eventObject:MetadataEvent):void {
    //trace("Elapsed time in seconds: " + myflv.playheadTime);
    //trace("Total time is: " + eventObject.info.duration);
    var rounded:int = Math.round(eventObject.info.duration);
    var minutes:int = Math.floor(rounded/60);
    var seconds:int = rounded%60;
    flvTotalTime_txt.text = eventObject.info.duration;
    flvTotalTime_txt.text = (minutes<10 ? "0" :
    "")+minutes+":"+(seconds<10 ? "0" : "")+seconds;
    //flvElapsedTime_txt.text = String(myflv.playheadTime);
    stage.addEventListener(Event.ENTER_FRAME, updateTime);
    function updateTime(ev:Event):void {
    var rounded:int = Math.round(myflv.playheadTime);
    var minutes:int = Math.floor(rounded/60);
    var seconds:int = rounded%60;
    flvElapsedTime_txt.text = String(myflv.playheadTime);
    flvElapsedTime_txt.text = (minutes<10 ? "0" :
    "")+minutes+":"+(seconds<10 ? "0" : "")+seconds;
    //========================= Actions for Displaying Elapsed
    and Total Time =========================//
    myflv.addEventListener(Event.COMPLETE, com_listener);
    function com_listener(eventObject:Event):void {
    trace("movie complete");
    myflv.stop();
    onscreen_replay_btn.visible = true;
    back_btn.addEventListener(MouseEvent.CLICK, BackButtonClick);
    function BackButtonClick(event:MouseEvent):void {
    myflv.play();
    //myflv.autoRewind = true;
    //myflv.stop();
    onscreen_replay_btn.visible = false;
    /************************************ THE CODE FOR FORWARD
    AND REWIND CONTROL STARTS HERE *****************************/
    var id1:Number;
    forward_btn.addEventListener(MouseEvent.MOUSE_DOWN,
    ForwardButtonDown);
    function ForwardButtonDown(event:MouseEvent):void {
    //forward_btn.onPress = function() {
    //mklik_flv.pause();
    var dest1:Number = myflv.playheadTime;
    id1 = setInterval(function ():void {
    myflv.seek(dest1 += 2);
    }, 100);
    forward_btn.addEventListener(MouseEvent.MOUSE_UP,
    ForwardButtonUp);
    function ForwardButtonUp(event:MouseEvent):void {
    //forward_btn.onRelease = function() {
    //myflv.play();
    clearInterval(id1);
    // ************************ Forward Button Function
    // ************************ Rewind Button Function
    var id2:Number;
    back_btn.addEventListener(MouseEvent.MOUSE_DOWN,
    BackButtonDown);
    function BackButtonDown(event:MouseEvent):void {
    //back_btn.onPress = function() {
    //mklik_flv.pause();
    var dest2:Number = myflv.playheadTime;
    id2 = setInterval(function ():void {
    myflv.seek(dest2 -= 2);
    }, 100);
    back_btn.addEventListener(MouseEvent.MOUSE_UP, BackButtonUp);
    function BackButtonUp(event:MouseEvent) {
    //back_btn.onRelease = function() {
    //mklik_flv.play();
    clearInterval(id2);
    }

    how long is your flv (in seconds), if allowed to play without
    ff/rewind/pause?

  • Bought i phone 6 64 GB just 3 days before performance is very bad.Couldn't even open app store it takes too much time for opening a web page.

    bought i phone 6 64 GB just 3 days before performance is very bad.Couldn't even open app store it takes too much time for opening a web page.

    You may need to reset your network settings, making sure the network you're accessing is stable: tap Settings > General > Reset > Reset Network Settings.
    If your iPhone still can't connect to App Store, tap Settings > iTunes & App Store > tap the Apple ID and sign out > later, sign in with your Apple ID.

  • Hdmi adapter for Ipad has very bad resolution

    Hallo
    When i plug in my new Ipad digital-av adapter into my TV or projector the resolution is very bad and not shape.
    Do you also have this problem?

    You've identified that Acrobat's export of the image to PNG was spot on ("... on my Mac it is sharp.").
    Some possible sources of the web based image being of "bad resolution" present themselves.
    --| Some web based image hosting services provide uploaders that actually downsample an image.
    This is to reduce the image file's size and results in destructive remove of pixels. File size is smaller and resoultion can/does take a hit.
    --| There may be an issue related to the brower used. You could always install and try out other browsers to check this.
    --| You local machine may have a failing graphics card.
    There may be other issues. A web search might turn up some leads.
    Regardless, neither Acrobat nor Adobe Reader are web browsers and neither are "image viewers" for image file formats such as PNG.
    Be well...

  • Very bad resolution in menus (templates)

    I have a number of films taken with a camcorder Canon Vixia HF10. The camera settings are set to NTSC with frame rate 60, AVCHD.
    In my iMac (OS X vers.10.7.3), I tried first to edit my movies in iMovie, but soon I discovered that iMovie did not properly manage the  AVCHD format.
    With Adobe's Premiere Elements , I could however handle the AVCHD format in an excellent manner. But when I got to the final stage to create a menu
    of my film footage (where I used Premiere's menu templates) the menus were very bad with poor resolutions. I could see this both at "preview" and on DVD.
    The actual films were great with a real AVCHD resolution on DVD.
    Why does this happen to the menus? Do I need to burn out my movies without menus?

    Hi Bill,
    Thanks for the welcome.
    I have only used HD Menu Sets.
    But which one of the Available Presets in Project settings shall I use according to my camera settings (see my first question)?
    gardie10
    19 mar 2012 kl. 15:35 skrev Bill Hunt:
    Re: Very bad resolution in menus (templates)
    created by Bill Hunt in Premiere Elements - View the full discussion
    Did you use an HD Menu Set, or and SD Menu Set. As your AVCHD material is HD, you should use only an HD Menu Set.
    I also assume that you chose the proper Preset at New Project, to match your footage 100%. Is that correct, or did you choose something else.
    For the HD Project from that footage, you should be authoring a BD (Blu-ray Disc) and not a DVD, which is SD, and not HD, like the footage. Did you mean BD, when you typed "DVD?"
    Good luck, and welcome to the forum.
    Hunt
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4275606#4275606
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4275606#4275606. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Premiere Elements by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

Maybe you are looking for

  • Running a Buffalo Linkstation successfully on a network?

    Having upgraded to OSX Lion some time ago, our Buffalo Linkstation had issues.  Eventually found some well hidden Buffalo updates and patches and all was working well.  Good news as it holds all of our music, photos and shared business documents. In

  • How to archieve the bpm 11g process

    I have customer which have a lot of process instance,before delete the finish and expire process instance,they want to archive them,such as archieve the finish process before some date(11.30),I want to ask do we have some way to support this function

  • Authentication Box Blank Whenever Username and Password is needed

    I have an issue on one of my newer 10.6.8 Intel iMac's.  Whenever needed to authenticate for install or to change settings the authentication dialogue box comes up blank, no labels for username and password and any input typed does not show up. 

  • Blinking connection of death

    I've had my extreme base station for a month now. I like the speed I like the ease but about twice a day my connection drops in and out for about four minutes at a time. My signal strength up top reads full then two seconds later none. Two seconds la

  • How can I open Elements 8 with "Open with dialog" in Windows XP?

    When I try to open a photo from My Pictures using the Open with dialog (when I click on Register) I get a message"Specified file is missing! No changes were made"   Photoshop Elements 8 is installed and working. For some reason Adobe Photoshop Elemen