Issue with a lov

Hi,
i have a lov called amt_tag which picks up the value form the record group query(query is based on database tables). when i run this query in sql prompt or with the help of pl/sql editor it gives me the result within seconds.....but when i try to click the LOV(based on this query) in my Forms application......the lov pops up after 7-8 minutes......
my question is has it got something to do with tuning the select clause(if yes, the query should actually take tha same time when it is run independently...which is not the case)?
or the structure of the tablespace also matters?
for the info i'm using: 10g version and forms 6i version.
please help

following is my code.....when run in sql it takes just seconds to retrieve....411 rows retrieved
select distinct amount_tag, description, amount_tag_type
from cstbs_amount_tag
where (acct_entry_defn_allowed = 'Y'
and language_code =:global.sm_lang_code
and module =:parameter.prm_module )
or (amount_tag_type is not null
and acct_entry_defn_allowed = 'Y'
and module=:parameter.prm_module
and ((substr(amount_tag,1,instr(amount_tag,'_',-1)-1)
in (select component from cftms_product_interest where product
in (select product_code from cstms_product where module in ('SD','SS','SP'))))
or (substr(amount_tag,1,instr(amount_tag,'_',-1)-1)
in (select component from cftms_product_charge where product =:parameter.prm_product_code))
or (substr(amount_tag,1,instr(amount_tag,'_',-1)-1)
in (select component from tatms_product_tran_tax where product =:parameter.prm_product_code))
or (substr(amount_tag,1,instr(amount_tag,'_',-1)-1) in (select component from tatms_market_issr_tax))
or (amount_tag in (select component from cftms_product_interest where product
in (select product_code from cstms_product where module in ('SD','SS','SP'))))
or (amount_tag in (select component from cftms_product_charge where product =:parameter.prm_product_code))
or (amount_tag in (select component from tatms_product_tran_tax where product =:parameter.prm_product_code))
or (amount_tag in (select component from tatms_market_issr_tax))))
union
select distinct amount_tag, description, amount_tag_type
from cstbs_amount_tag
where (acct_entry_defn_allowed = 'Y'
and language_code =:global.sm_lang_code
and module =decode(:PARAMETER.PRM_PRODUCT_TYPE,'F','LN','T','LS','D','LS', ''))
or (amount_tag_type is not null and acct_entry_defn_allowed = 'Y'
and module=decode(:PARAMETER.PRM_PRODUCT_TYPE,'F','LN','T','LS','D','LS', '')
and ((substr(amount_tag,1,instr(amount_tag,'_',-1)-1)
in (select component from cftms_product_interest where product
in (select product_code from cstms_product where module in ('SD','SS','SP'))))
or (substr(amount_tag,1,instr(amount_tag,'_',-1)-1)
in (select component from cftms_product_charge where product =:parameter.prm_product_code))
or (substr(amount_tag,1,instr(amount_tag,'_',-1)-1)
in (select component from tatms_product_tran_tax where product =:parameter.prm_product_code))
or (substr(amount_tag,1,instr(amount_tag,'_',-1)-1) in (select component from tatms_market_issr_tax))
or (amount_tag in (select component from cftms_product_interest where product
in (select product_code from cstms_product where module in ('SD','SS','SP'))))
or (amount_tag in (select component from cftms_product_charge where product =:parameter.prm_product_code))
or (amount_tag in (select component from tatms_product_tran_tax where product =:parameter.prm_product_code))
or (amount_tag in (select component from tatms_market_issr_tax)))) order by amount_tag

Similar Messages

  • Issue with Popup LOV field not clearing out "default" value

    I am using APEX 4.0 & Oracle 10g
    I have a form that displays a default value on a "Popup LOV" field (say P1_POPUP) when the Form is initially displayed to the user. The default value is part of the Popup LOV list of values. If the field is "manually cleared" *i.e. I clear the default value by backspacing and don't touch the LOV) and I Refresh (submit) the form (REFRESH button to display the same Form again), the default value is still displayed.  
    In Post Processing, I debugged the value of P1_POPUP to see if holds the default value and yes it does. I was expecting no value in P1_POPUP.
    Is this an APEX standard behavior?
    Any way how I can get rid of this value on an manually clearing action of this Pop Up field?
    Looking forward for your response.
    Thank very much in advance.
    Ed.

    I apologize, the default value was NULL indeed. However, it seems like I may need to manually clear this value so that it will not be displayed.

  • Issues with ApexLib after upgrading to Apex4

    After upgrading our application to Apex 4 we have run into some issues that look to be related to ApexLib. We had issues with popup LOV’s and some tabular forms, after upgrading to ApexLib 2.1.2 the popup LOV's seem to be resolved. But we still have some problems when trying to update a tabular form that uses ApexLib validation. When trying to update we get an error that 'field' is needed, but the 'field' has been selected from a select LOV.
    The error shows "Row 1: Health ED is required."
    The code is:
    select
    "PERSON_WP_HLTH_ID",
    "PERSON_WP_HLTH_ID" PERSON_WP_HLTH_ID_DISPLAY,
    "PERSON_ID",
    "PERSON_WP_HLTH_ED_CODE",
    "PERSON_WP_HLTH_OTHER"
    from "#OWNER#"."PERSON_WP_HLTH"
    where person_id = :p58_person_id
    I get this in debug mode.
    ...Process "ApexLib-Before Computation/Validation": PLSQL (ON_SUBMIT_BEFORE_COMPUTATION) BEGIN ApexLib_Item.setBoolDefault; ApexLib_Item.trimItems; ApexLib_TabForm.trimColumns; ApexLib_Lov.clearLovNullValues; ApexLib_Item.validateItems; ApexLib_TabForm.validateColumns; -- ApexLib_Error.showErrorStack; END;
    I'm not convinced this is ApexLib related, but not sure what else might be the issue. Any thoughts or comments welcome.
    Cheers,
    JB
    Edited by: Forward IT Thinking on Sep 10, 2010 12:01 AM

    Peter,
    I'm fairly new to APEX, would love to put a copy up on apex.oracle.com but not sure on the process. I have an account there, but don't have a packaged application yet so how to do that. If it's a simple process and you can point me to the process that would be appreciated.
    In the mean time, I would have no problem setting up a developer and user account account temporarily for you to take a look. You can email me at [email protected] and I'll get you the info.
    Thanks for you prompt response.
    Regards,
    John Bewley
    Edited by: Forward IT Thinking on Sep 10, 2010 4:02 PM

  • Issue with empty value of LOV of first row after clicking on add row button

    JDeveloper 11.1.14
    I have a page with table-form layout.
    In the form I have two detail tables on the same page (tabbed).
    I have an issue with using model-choicelist LOV's in the detail tables.
    I am able to add a new row in the detail table, select a value from the model-choiceList LOV (which is required) and save the new row.
    After adding another row in this table the value of the model-choiceList LOV in the previous row is suddenly empty on the screen. It is not empty in the database,
    I have checked it in the datbase. Only the value of the LOV of the first row on the page is being cleared after clicking on the add row button.
    After saving the new row I get the following error on the screen:
    Error: a selection is required. --> first row
    Does anyone have a suggestion how to solve this issue?

    After adding another row in this table the value of the model-choiceList LOV in the previous row is suddenly empty on the screen. It is not empty in the database, Is the complete LOV blank or only the selected value .. can you try putting autoSubmit=true in the LOV and try ? Also check if you have any partialTriggers on the LOV from the add button ?

  • My 2 gen iPad keeps dropping my AirPlay connection with my 2 gen Apple TV. I just updated to iOS 8.1. Before the worked flawlessly. I love AirPlay. Also my iPhone 5s has the exact same issues with 8.1.

    My 02 gen iPad keeps dropping the AirPlay connection after several minutes of play. This happened after updating to iOS 8.1. This worked perfectly on my 2 gen Apple TV before the update. It is also doing the same thing on my iPhone 5s. I use AirPlay all the time. Please help.

    Greetings rdobbins01,
    Welcome to the Apple Support Communities!
    I understand that AirPlay is not working as you would expect on either your iPhone or iPad. In this situation, I would suggest reading over and working through the information located in the attached article to help resolve this issue.
    Resolve issues with AirPlay and AirPlay Mirroring from iPhone, iPad, and iPod touch - Apple Support
    Cheers,
    Joe

  • Issue with Upgrading to 2nd Generation MotoX

    Dear Verizon Wireless and Motorola Mobility,
    Your 2nd Generation Moto X Upgrade program is fatally flawed and my experience highlights everything that could possibly go wrong when attempting to upgrade an existing plan.
    As Verizon replied to my tweet (my twitter name is @melting_plastic), “Getting a new phone should be an exciting time.” but my experience has been everything but that.
    My current phone is a Motorola Droid Razr Maxx. This was my first entry into the Android operating system and I fell in love. As a former Blackberry user, I was a bit hesitant to switch but upon receiving this phone in May of 2012, I had nothing but a great experience with it. This experience made want to continue with a Motorola phone upon my next available upgrade and I had waited to upgrade my phone until the newest Motorola phones were announced. I put off my upgrade for over 5 months waiting for the announcement of a new phone with my current phone deteriorating. The battery life has dropped to less than 2 hours and it has begun to freeze constantly with all the upgrades to software that it is unable to handle. Due to these issues, I checked every day waiting for an announcement of the new Moto X to be release and was finally happy when it was announced it would be released on September 27th for Verizon.
    On the morning of Friday September 27th, I attempted to order my phone, a 32gb model, through the MotoMaker website and my first issue arose. Even though I was eligible for an upgrade, the MotoMaker website required a credit check for me to upgrade. As I am not the primary account holder, I did not feel comfortable inputting my father's information for a credit check. I also felt it was not necessary as I was paying the $149.99 by my credit card and the account has been with Verizon since the mid 1990's while it was still Bell Atlantic. As I was eligible for an upgrade and not a new account, it seemed a bit much that this credit check was needed. After searching the internet, I found many posts from the original Moto X release about this issue and the solution was to go to a Verizon Wireless store and pre-purchase the phone there and use the provided pin to order the phone at the MotoMaker website.
    During my lunch break on September 27th, I visited the Wireless Zone retailer in Malvern Pennsylvania and waited for over 45 minutes to talk to an associate in an attempt to pre-purchase this phone and receive a pin for the website. This associated had no information about the ability to purchase this pin nor could he order the 32gb model directly for me. He apologized to me about the wait and his inability to fulfill my order but recommended me to go to a retail Verizon Wireless store as they may be able to help me.
    After returning to work, I decided to attempt to discuss my issue using the Verizon Wireless help chat on its website. The operator suggested to call the Verizon support line and that they should be able to help me on this purchase. I proceeded to place the call, once again waiting on hold for 30 minutes, until I finally was able to talk to a representative. This representative was unable to help me but transferred me to another department that may be able to. After a brief hold, I was transferred to an individual who was finally able to help me out. He informed me that the 32gb model was not in the Verizon system but was expected to be added on October 1st. He apologized for the wait but at least he was able to provide me with valid information.
    On Saturday October 4th, I visited the Verizon Retail location in King of Prussia Pennsylvania and once again waited 45 minutes before being seen by a representative. This time I was helped by an associate named Jeremy who knew exactly what I meant by purchasing a pin. After a bit of struggling to properly place the order, the order was placed with the help of a manager, at the price of $199.99 with a $50 mail-in-rebate. This became the 2nd area of disappointment. Not only did I have to wait to purchase this phone but I had to pay an increased rate up front and needed to send in for a mail-in-rebate. I thanked Jeremy for his help and headed back to my residence 15 miles away.
    Once home, I attempted to place the order for my phone. As I live 100+ miles away from the primary account address, I had planned to have the phone shipped to my work as I had done when I purchased my Droid Razr Maxx. The MotoMaker website prevented me from changing the shipping address and I was once against frustrated by this process. I used the MotoMaker online support tool and they informed me that I must contact Verizon and they can adjust the shipping address as each PIN has a pre-defined shipping address attached to it.
    I called Verizon's technical support line at approximately 4:30PM from my home phone. After once again waiting on hold for half an hour, I was finally connected to an associate and she was very friendly and attempted to help me with my shipping issue. She understood my frustration and placed a 3-way call between her, myself and Motorola support. During this call, she and myself became very frustrated with Motorola support staff as they refused to adjust the shipping address and stated that there was nothing that they could do. She apologized to me and suggested that I return to the King of Prussia location and attempt to sort it out there.
    Begrudgingly, I returned to the Verizon location and once again waited to speak to Jeremy. He apologized for my situation and saw the only way to rectify it was to have FedEx adjust the shipment address after it had been shipped. He informed me that any charges that would be incurred to do so would be credited to my account if I returned to the store with the receipt.
    I returned home and attempted to place the order again. This time I was able to adjust my shipping address and placed the order. While doing so, I received an error message and was instructed to call Motorola's support line. I called this line at around 7:45PM and spoke to a gentleman named Christian. He opened up support case 141005-006808 and informed me that because of my attempt to change the shipping address, this was why the error occurred. He instructed me to attempt to replace the order using the original supplied address and e-mail account and that I “must” use the Chrome web browser. This statement of having to use the Chrome browser was a complete fallacy and he refused to accept that any other browser could be used to properly order the phone. I installed the Chrome browser, attempted to order the phone and this time I was informed that my PIN was already used, likely during the original failed attempt. Christian informed me that he must escalate the issue and it would take an additional 24-48 hours. The simple act of creating a new PIN should not take this amount of time.
    On Monday October 6th, I was finally able to get in contact with another associate from Motorola who was instantly able to create a new PIN for me. I once again placed the order and this time it went through with no issue, order number 00789348. The only disappointment was that I now had to wait until “approximately October 27th” to receive my new phone. During my waiting period, I periodically check the MotoMaker website and during that time, noticed that they offered an additional $50 discount on the Verizon Moto X which would have brought my total down to $99.99. So on top of the additional wait and disappointment, I had now paid $100 over the current price through MotoMaker .
    On Tuesday, October 22nd, I finally received the e-mail stating that my phone had shipped and was due to arrive in Forked River, NJ on October 23rd. Using the FedEx website, I attempted to adjust my shipping address to my work, at the cost of $30 and a delay until Friday October 24th. I was unable to perform this action and then attempted to adjust the shipping address to the location I would be at Friday night (my sister's house) for the same delay, but only a cost of $5. Once again I was unable to perform this action and decided to call FedEx directly. After speaking to the associate at FedEx, she informed me that the only way to adjust the address was to have the shipper, Motorola Mobility adjust the address. With my previous issues with Motorola, I knew that this request would be denied. At this point, my only recourse is to have my parents ship me the phone to my work once they receive it on October 23rd. Even then, I'm unsure if FedEx will leave the phone at the location without a signature if no one is there to sign for it, which is why I attempted to ship the phone to my work.
    At this point, I'm extremely dissatisfied with both Verizon and Motorola with how this whole situation has transpired. I feel a though I should have purchased an Apple iPhone 6 even though I am not a fan of the iOS platform or a different Android OS manufacturer. As a Fios account holder, I am also tempted to switch to the competition after 3+ years of being a customer. I feel that both Motorla and Verizon failed to rectify any hardship I had experienced in my attempt to purchase this phone and even now fear that I will not receive my phone in time to mail in mail-in-rebate which needs to be postmarked by November 1st.

        MPerreca, This is quite a lot for you to have to go through! We surely don't want to lose your business as we appreciate your loyalty with us. I understand the challenges that can come in needing the shipping address changed on your phone orders. I'm glad to learn that the phone is now on it's way.
    I'm confident that you'll be fine with submitting the rebate for your phone. If you do run into troubles with the submission, please let us know. You can also pre-submit your rebate information, here: http://bit.ly/1kKwKJK. Let us know if you have further concerns.
    TanishaS1_VZW
    Follow us on Twitter @VZWSupport

  • Cellular reconnectivity issues with 3rd Gen iPad 3G/4G/LTE

      I've read a few other threads regarding a reconnection issue with the new (3rd Gen) iPad. I'm creating a discussion so people can put there thoughts here regarding the issues they are having with reconnection of cellular data connections.
      I have AT&T 64B iPad Gen 3 with 4G/LTE. Black. Works just fine on wifi and my LTE screams at home and work. Faster than my cable at home. I have noticed something behavior regarding data connection when it's lost (like in a tunnel). I ride DC Metro to work and go through a few tunnels. Of course, my data connection drops in the tunnels. When I come back out the indicator on the iPad indicates 5 bars signal and LTE again. Problem is the data connection isn't there, no matter what app I try. I even get a popup window say my cellular data plan has not been activated (huh?). This isn't true since I am on, and have been using a plan. It does this whether it's 4G or LTE reconnection. Not sure about 3G because I haven't seen 3G icon popup on this iPad yet.
    I'm thinking this may be an authentication issue? Else, why would it popup that warning? Anyway, all I do is is go into settings turn cellular data off and back on again and everything is fine.
      I'm guessing that there could be a software fix for this in the future as there are quite a bunch of people having this problem with reconnection to cellular.
    Please post your issues here in this discussion if you have this problem. Maybe we can figure something out.

    I have the same iPad (3rd gen, 4G ATT, 64GB, Black).  When it arrived last Friday, everything seemed to work fine, except the cellular data connection.  It would constantly drop, and I had to toggle cellular data off and back on to get it back.  Also, I was getting really slow speeds (on cellular data only - wifi works fine).  I tried some simple fixes (restarting, resetting the network settings, restoring), but I kept having the problem.  I finally made an appointment at the Genius Bar, and they immediately gave me a new iPad, saying "it could be a bad antenna."  Here is the bad news.  Even with the replacement, the connection seems to drop less often, but it still drops. The part that concerns me most is that the data speeds on my iPad are considerably slower than on my iPhone 4S when I test them in the exact same spot (I use the Speed Test app).  So on my iphone, I get speeds around 3 Mbps, and on the iPad, I get speeds of less than 1Mbps.  I can't see any logical reason that the 3rd gen iPad would not get at least as good or better data speeds as an iPhone 4S.  The fact that I have now had two 3rd gen iPads with cellular data problems concerns me.  However, it is very hard to tell if this is a software, hardware, or network issue.  The fact that my iPhone is running the same update of iOS (5.1), and has no problems would seem to eliminate the software and network as causes, but I can't really be sure.  I am going to watch the posts in the support communities for another day or two and then head back to the Genius Bar.  Overall I love the new iPad, but this has been a real downer. 

  • New to Mac - Issues with imported Excel Docs

    Imported my Excel docs from my PC and they made the trip but when I open them, some don't work properly. I have some billing statements that I made with Excel templates. Whenever I open and try to save them, I get an error message:
    Users/JaneDoe/Documents/Private Practice/Billing Statements/Jones 2 16 05 MAC.numbers
    I'm having some issues with Word documents that have tables in them also.
    I love my new MAC but have many business forms that I need to use. Any help would be appreciated.

    Thanks for your answer, I suspected as much. I've been thinking about this and have decided that since those are historical files and not working files, I'll just leave them alone and create new billing statements using Mac. It's certainly easy enough to do.
    The Word documents, though, are a different story. I've scanned pages out of some manuals and many of the pages are questionnaires with tables to indicate answers. Some documents are multiple pages and every other page I view is blank. It's difficult and sometimes impossible to delete the blank page or move the table up. If I can't salvage these, I'll have to go back into the manuals and scan the pages all over again.
    And I don't want to partition my hard drive, run Windows parallel or invest in Office for Mac because that all defeats the purpose of my transition to a Mac in the first place - ease of use.
    Thanks again.

  • IPhone 4S issues with wi-fi and iMessage & Apple support

    Against my better judgement and experience I bought an Apple iPhone 4S when it was released.  I should have remembered the extensive pain I experienced with Apple's so-called "support" when I had iPod/iTunes issues but I bought into the promise and the hype by Apple's marketing.  I'm still wondering why this product includes only 90 days of support if Apple is so confident in it's reliability.  So I was having increasingly frequent problems with my iPhone connecting or remaining connected to known strong and good wi-fi connections.  It would arbitrarily disconnect from my wi-fi and go to a 3G connection which of course causes me to use data on my Verizon data plan.  Usually I didn't notice the change in connection until I was waiting far too long for the requested information to show up.  As you can imagine, that issue will push me towards exceeding my data plan quckly and thus cost me more money on my Verizon bill.  Not acceptable. 
    Then in the last two weeks I started having an issue with iMessage/IM in being able to reply to messages.  I could read them, I could open and close the app, but once I tapped in the field to type my reply it froze.  I could not type anything.  I could close and reopen the app, same problem again.
    So I set up a call with Apple's glorious support system for which I had only a few days left on my extensive 90 day support term.  The lady that called me was friendly and fun to talk to.  No issues there.  She had me initiate a backup after checking a few things.  Because the backup was going to take about 20 minutes, she asked if she could call me back.  I was fine with that, no need to make small talk for that amount of time.  I got a call back but it was from a guy at another location. This concerned me but he said he had all the notes so I was hopeful.  He advised me that if there was some corrupt SW on my iPhone, restoring would only put the problem back on my phone.  I'm a sales guy in the IT industry, so I bought that.  He said he was going to set my phone back to "new" as if I just bought it, then would restore all my apps, settings, contacts etc back to my phone.  It was a big leap of faith for me, but I went along because they are supposed to be the experts. After spending close to an hour on the phone with this guy, who was also polite and fun to talk to, he has me start the restore process and waited on the phone with me for a while.  The process was taking quite a while, I think around 30 in total so about 20 min into the process he has me stop the restoring session and tells me I can restart it later.  He wants to check that my wi-fi is working.  It was, so he asked if there was anything else I needed.  I said just to put my phone back to the way it was with my apps, contacts, music etc.  He told me that would complete when I finished the restore.  I had to go to my company's office for the afternoon and spent much of that time resetting everything that was on my phone to how it was before.  I noticed that the iPhone had pulled every single contact from my Outlook db on my personal computer (where iTunes resides) and all the contacts that I had set up on my iPhone were gone unless they were also in my Outlook.  The really aggravating part of this issue is that I have about 800 contacts in my Outlook, many of which are people I don't want or need to have on my phone.  The contacts I had entered on my iPhone over the past almost 3 months were the people I call or call me.  All that data appears to be gone.  I have since restored twice and the same thing occurs, everything is set back to "new" status and nothing is the way it was.  I am now so angry I could crush this phone with a hammer and switch to the competition.  Neither of the very nice people who "helped" me told me I would lose any information.  In fact, both assured me my phone would be back to the same setup I had previous to their help. 
    I ask you folks at Apple, what is the use of backup if it doesn't back up AND restore all the information?  We have a saying in my business, "you can back up the entire world, but how well can you restore?".  I don't know if some step was missed along the way, or I initiated a restore from an incorrect target, but I am not a happy customer.  Add to that the fact that I'm locked into a 2 year contract on this thing, and have had issues with poor support before and I'm pretty angry.  I've gone into my local Apple store to ask a question about my iPhone's capability.  It was a simple question that required only a "yes" or "no" answer and I would have been fine either way.  What I got from the pasted on smile Apple associate was a sales pitch on the product I was showing her!  Continously smiling and telling me the world is beautiful does not answer questions or resolve issues.  I was eager to buy an iPad in the near future but with the pain I seem to get everytime I buy an Apple product, that purchase is never going to happen.  You can block me here, blacklist me or whatever you like to do to keep people from reading negative comments about Apple, but I will be posting this same story elsewhere as well.  For the amount of profit you make from these devices, I expect much better service and much less aggravation.
    Sincerely,
    Rick S.

    The nice thing about owning this overpriced POS is that Apple not only doesn't support it, but also doesn't want to hear about anything negative regarding it.  So I spoke to the so-called "support" people at Apple who successfully screwed up my contacts beyond repair.  I got a nice email from Apple asking me to rate the support I got.  I was actually civil and described the issue tactfully.  What do I get in return?  Nothing.  Not a damned thing!!  You're luck you've got me by the short hairs on a 2 year contract but I'm still tempted to throw this POS through the front window of the nearest Apple store!!  Not only will I be replacing this phone with a competitive product but I won't be buying anymore Apple crap.  I guess when you con 27 million people into believing your rhetoric and sales lies, you don't have to care whether some customers get screwed or not.  I'll be going back to Verizon and threatening legal action if they don't take this electronic dung heap back but I'm sure the teams of lawyers Apple and Verizon have on staff have insured that I have no rights in this matter and you're free to screw me anytime you please.  Sad. I used to love Apple as a company and your products.  Now you're just another Microsoft with more trendy looking junk.  I've had it with you.  If any of your executives are brave enough to talk to me, please contact me at your convenience.

  • Am I having an issue with my phone or is it local service?

    Last week my GS3 like for most people updated to KitKat from Jellybean. Since then I have had a problem with spotty data coverage. I live in the 18951 area code but as I have wifi I didn't notice and issue with the data coverage since I wasn't using it. I work in the 19132 zip code and was down in the area of 19147 over the weekend and was having a problem. I don't have wifi at work and I have very long days where it would be nice to be able to use the data I pay for. Is anybody else having an issue? If not I'll just decrease my data package since I can't use it anyway.

        @footballchick66
    Software updates are intended to provide you a better wireless experience, not worse.  I would love to assist you with your device issues.
    I checked coverage for the zip codes you provided and they appear to be great 4G coverage areas.  Nothing has been reported in the areas as well.
    Please share more details of what you're experiencing with your device data.  Does your device display a 3G or 4G signal?  If so, how many bars does it display when this is happening?  And are you experiencing any problems with voice calls or texts as well?  Please let me know so that I can further assist.  Thanks!
    AnthonyTa_VZW
    Follow us on Twitter @VZWSupport

  • I am having some serious issues with firefox, i can't print anything because it is stuck on fax and I can't use any of the drop down menus on any site

    I am having some serious issues with firefox to the point of choosing another search engine. I can't print anything because it is stuck on fax and won't let me change it to my printer when i do try to select my printer it jumps right back to fax. The drop down menus do not work on any of the sites I go to. For example when purchasing clothes and you have to choose a size from a drop down menu I can't do it when I click on the drop down menu it doesn't work at all. I don't have a virus I ran my virus protector and no viruses are present. I don't have any suspicious issues going on with my computer so there has to be something in Firefox that is causing my issues. I tried internet explorer and I don't have any issues there. I hope you can help me because I love Firefox and would really like to continue to use it.

    Lots of issues there, main one getting fcpx going again, try deleting the preferences using the utility deveoped by these guys.
    http://www.digitalrebellion.com
    Try deleting your render files and re-rendering the project.
    Start with these and let us know how you go.
    Tony

  • Issues with UpdateAction and later using jbo:RowsetIterate

    Hello -
    I am putting together a BC4J/Struts web app and am having some issues
    with using the oracle.jbo.html.struts11.actions.UpdateAction class.
    I am trying to figure out the correct way to reset a row after validation exceptions
    so that <jbo:RowsetIterate> doesn't blow up when it hits the row if the user doesn't fix the
    data they entered in to pass validation.
    Call the objects being update 'Accounts'.
    Pass 1:
    User changes account data in an edit page and submits.
    Struts hands off control to an action that is a subclass of UpdateAction which invokes super.execute(...).
    UpdateAction does its thing - catches the validation errors and sticks them in ActionErrors.
    Control gets passed back to the edit page with the errors displayed.
    This is expected. HOWEVER, if the user goes to a page that lists accounts (via <jbo:RowsetIterate>) it blows
    up on the edited account because it tries to validate the row. So...
    Pass 2:
    After super.execute(...) check to see if any errors happened (by whether or not the forward returned indicated success).
    If there were errors, refresh the row via:
    BC4JContext context = BC4JContext.getContext(request);
    Row row = context.getRow();
    row.refresh(Row.REFRESH_WITH_DB_FORGET_CHANGES | Row.REFRESH_REMOVE_NEW_ROWS);
    This works (not blowing up if user goes back to listing page) for emptying a mandatory field (JBO-27014)
    but not for inserting too much data into a field (JBO-27010). I've tried this with REFRESH_UNDO_CHANGES as
    well with the same results. So...
    Pass 3:
    Instead of refreshing the row in my update action, rollback the transaction via:
    BC4JContext.getContext(request).getApplicationModule().getTransaction().rollback();
    However this seems unnessary - I don't want to rollback the whole transaction just to undo changes to one row. Is there some better way to fix the issue?
    Any suggestions?
    Thanks,
    -- Scott

    I don't know why either, but I'd love to fix it. Please install one of the debug packages (this looks like x86_64?):
    http://dev.archlinux.org/~dreisner/kmod … pkg.tar.xz
    http://dev.archlinux.org/~dreisner/kmod … pkg.tar.xz
    Run 'gdb --args depmod 3.2.2-1-ARCH'. When it crashes, type 'bt full'. Post all that output here (either in code tags or on a paste service)

  • Please help me...major issues with authorized repair center

    I could really use the advice of those more "techie" than myself. About a month ago, my iBook G4 crashed on me. I brought it to an authorized repair center and they replaced the hard drive for $270. When I got it home, it seemed to be acting funny - freezing, slower, etc. I noticed that About this Mac under the Apple menu said it had 128 MB of memory, yet when I brought it into the repair center it had 256 MB. Yet when I installed an extra memory card I had laying around it said 600-something (I forget), which is impossible, because my Mac can only hold 512 MB total. Anyway, very long story short, I've brought it back once to complain that my computer wasn't preforming the way it used to. I was told two things. One, it's because I'm running Tiger on an old machine (bullsh*t, I ran Tiger since July with NO problems). Second, they said my computer is screwy because I'm running 10.4.4, which is known for having bugs. Is this true? The same day they told me there was "nothing wrong with your iBook, sorry" it crashed again, and I can't get it to start! I've made an appointment with the owner of the repair shop, and I'd like to be able to defend myself because I think they screwed up. I'd like them to fix it for free, or refund my money and get the HD back. Any advice is GREATLY appreciated. Sorry this is so long, I love my Mac
    PS...I got it to start for about 3 minutes lastnight before it crashed again. I cannot open the Finder, and anything on the Dock that I try to click on shows a large grey question mark. What's that mean?

    Did you inform the repair center that your RAM reported had dropped? Tiger I would not run on anything less than 512 MB of RAM anyway. I've read stories that repair centers frequently remove any third party RAM you might have installed, and this may be another one such case.
    The gray question mark means the files have basically relocated themselves to someplace the system can't find them. If you didn't move anything, it is possible the directory got munged. To repair the directory, first make sure your data is backed up, and then follow these instructions:
    http://docs.info.apple.com/article.html?artnum=106214
    If that indicates something it can't fix, get Alsoft Disk Warrior 3.0.3.
    It is possible the RAM you have in there is bad, and that may be why you are detecting less RAM too. RAM can go bad at anytime. So can the memory slot itself go bad. And frequently the issues which make it go bad are undetectable by any hardware test. Though if a hardware test detects an issue with RAM, that's believable.

  • Multiple issues with my iPhone 3GS since 4.1; can anyone help?

    Hi,
    I have an iPhone 3GS 16GB which I love very much. Vital Statistics are:
    Version: 4.1 (8B117)
    Carrier: Voda AU 8.0
    Model: MC132X
    Modem Firmware: 05.14.02
    I bought it through Vodafone Australia in January this year. It’s been brilliant, it is this device which convinced me Apple sold brilliant gear, and greatly influenced me to buy my iMac 27", 17" Macbook Pro, Airport Extreme, and Time Capsule.
    I am a Senior Test Analyst with telco experience in all of Australia’s mobile phone operators (3, Vodafone, Optus, and Telstra). I now work for a global media company, and depend on my iPhone for phonecalls, emails, internet, getting access to my share trading platform, banking apps, calendar, etc.
    I went to Germany for 2 months, and I bought the unlock from my carrier, Vodafone Australia, so I could use a usim from Vodafone DE in Germany. Vodafone’s instructions were that in order to apply the unlock, I had to connect my iPhone to iTunes, where it would download an update from Apple and unlock my phone.
    I performed the upgrade to 4.1, which was a completely clean install after backing everything up.
    Unfortunately, after upgrading from 3.1.3 to 4.1 I am having no end of issues with my trusty (once) 3GS.
    Issues I am currently encountering:
    1. Dropped calls. Both in Germany, and in Australia, my iPhone is dropping calls at a rate it has never, ever done before. 1 out of ever 2-3 calls is being dropped. The voice quality is also degraded over what I remember it being (both in AU and DE), and I’m getting ‘squawks’ and ‘screeches’ in the middle of my conversations which I never had prior to upgrading.
    2. Signal strength is very poor. Before I upgraded to 4.1, I was able to make and receive phonecalls at my desk at work (right in the heart of Sydney’s CBD, right next to Hyde Park.) without issue. I was able to walk in between my company’s offices in the CBD and talk the whole way without problem. Now, I get 1 bar at my desk, and I’m lucky if I can make a phonecall 50% of the time there. I can no longer receive the volume of calls that I used to at my desk either. Walking between offices sees my phone calls drop EVERY TIME now. At home, with 3.1.3, I had no problem with reception. Now, I drop calls inside my house on a regular basis, and I often don’t have enough signal to make calls at home where prior I had no issues. My younger brother, who bought an iPhone 3GS on the same day I did, from the same Vodafone store, at the same time, is still on 3.1.2. He has no problems with reception in the house at all. He walks around taunting me holding phonecalls without issue.
    3. Internet performance has been devastated. Whereas my google maps, email, and internet access used to be fast and crisp, now it is slow and haphazard. I am also seeing the 3G symbol disappear and be replaced by an E symbol, and my phone seems to have difficulty staying on the 3G network. My brother, standing right next to me, does not have these problems. Once again, my brother’s iPhone 3GS on 3.1.2 does not have any internet problems when he is using his iPhone right beside me. We are on the same carrier (Vodafone AU), on the same plan.
    4. My iPhone battery life has been dramatically reduced. Whereas I used to be able to use it for almost a full day, with minor top ups when it got really busy, now my battery life vanishes before my eyes in half the time. This is with the device simply not being up to the task of performing the workload it used to!
    5. My iphone locks up, and crashes at random times, and I’ve been having to hard-reset it on occasion.
    6. My iPhone is far slower than it used to be. I’ve compared it to my brother’s identical 3GS on 3.1.2, and his phone flies in comparison to mine! Opening my SMS’s, email client, and internet browser is painfully slow.
    7. When calling a number, often my iPhone ‘waits’ for 20-30 seconds at the ‘calling mobile’ screen before I hear any tone from the phone indicating that it’s making the phone call. This never happened when it was running 3.1.3. This never happens on my brother’s identical 3GS.
    8. My wireless performance has decreased. I have run bandwidth tests through my wireless router numerous times from www.speedtest.net, and compared them with my brother’s results performed right before and right after mine. I’ve run this test against my brother’s 3GS more than enough times to form a statistical picture. On the whole, my wireless performance is around 10-15% worse than his 3GS.
    I work in the telco industry. I regularly chat with the radio engineers who fix up blackspots in 3G coverage for Telstra and 3 Australia. I know that the excuse offered, that of the iPhone software correctly reporting the signal now and not before is absolute rubbish. My 3GS used to work at my desk, between my offices, and at home flawlessly. It crawls along now, and it does not get the reception signal quality it used to.
    I have wiped my iPhone several times now. I have put it into DFU mode and totally, cleanly installed the 4.1 software. I have done this 4 times now.
    The clean installs have not fixed the issues above.
    I would like to know what my options are for fixing these issues?
    The prime questions I have are:
    1. How can I roll back this accursed update?
    2. Why would Apple release a software update(s) that hasn't been tested, and dramatically negatively impacts my beloved 3GS?
    3. How can I get my brilliant 3GS +*back to the way it was*+!?!?
    I’m very, very disappointed. And to be honest, the simple fact I’m taking the time out of my busy day to write this post means I’m very angry as well.
    I know the problem with my 3GS *is not a hardware issue*. It's a software issue, and I'd like to know how I can get my old, fast, reliable, brilliant 3GS back.
    Regards,
    -J

    The picture you show is normal. If you lightly double tap home button it activates reach ability mode for one handed operation. Nothing is wrong there. Another light double tap returns it to full screen. Do not press, just light touch the home button. AAs far as the other issues check the in call volume or ringer volume as it happens, just a possibility. as far as the banner not displayed on lock screen, as far as I know you need to have notifications set to alerts not banners in order for them to show up on the lock screen.

  • My Apple TV drops out when my iMac isn't connected to wifi yet my TV is connected to wifi.  Also having issues with losing settings on Home Sharing as well.  How do I fix these issues?

    Whether I'm watching a movie purchased via my Apple TV or a movie stored on my iTunes app on my iMac I'm having constant issues with Apple TV either cutting out (randomly - not related to wifi) or not being able to access the 'My Computer' files when my iMac drops out the wifi connection because its in power saving mode.  I also have issues with 'Home Sharing' settings having to be reset and sometimes having to unplug the Apple TV power cord and plugging it back in to be able to successfully reset these settings so I can get back to watching whatever it was I was viewing on Apple TV.  My TV is connected to wifi as well so I'm wondering if there are any changes I can make in the settings of both my Apple TV and iMac or TV so that I can just select whatever it is I want to watch and be able to watch the entire movie or episode without it dropping out or having to keep flicking the mouse on the iMac to keep the computer connected to wifi?  I love Apple products generally but Apple TV is proving to be a pain in the a**e lately.  Hopefully someone can help me sort these issues out

    Intermittent issues will point to a local network/wifi issue.
    Reboot ATV and router, make sure both are up to date
    Try ethernet
    The home sharing connection will cut out if the iMac goes to sleep.

Maybe you are looking for