Indicator on object that an attachment exist

Hi SAP Gurus,
My clients sometimes attach Doc/PDF/Xls files (scanned invoices) to documents posted in SAP using service to the object option. Its not full fledged DMS, but in one-off instances they attach files.
My question is - Is there any way (or indicator/flag) to tell that there's a file attached to a particular document (say when one goes to view a document in FB03).
Current process of clicking service to the object icon and looking for attachment list to find out whether there's any attachement to the posted doc or not is very time consuimg/painful.
Is there some easy way to put an indicator so that if a person goes to document display in FB03, he can see a flag if an attachment exists.
thanks for looking.
Nainesh

Hi,
you can call
CALL METHOD cl_gos_attachment_query=>count_for_object
    EXPORTING
      is_object  =  [YOUR_FI_DOC_KEY]
      ip_atta    = 'X'
      ip_note    = ''
      ip_url     = ''
      ip_arl     = ''
      ip_private = ''
    RECEIVING
      rt_stat    = lt_counter.
to get number of attachments. If you include this in some customer extensions to FB03 you can do anything with this information (e.g. display an Information message, or display an icon if transaction supports custom dynpros).
Hope that helps,
Frank

Similar Messages

  • Refrencing objects that are not present on frame 1 of a movieclip

    Hi everyone!
    I'm working with a movieclip right now that has two frames in it.  I want the user to be able to go back and forth between the pages by clicking on tabs on either page.  The button that they click on is only present on the frame that it is applicable (so, the button to switch to frame 2 is only present on frame 1, and vice versa).
    I want to control when they are able to click back and forth, and be able to turn the buttons on and off whenever I need to, but since the button to switch back to frame 1 is only on frame 2, when I reference it from the main timeline, the button registers as a null object.  How do I refrence an object that is not present on the first frame of a clip?
    Here's the gist of what I have.  The main timeline has an object called "mAccess" that has 2 frames, Windows and Reports.  At the top there are two tabs, one for Windows, one for Reports.  The Windows tab is only clickable when on the Reports frame (frame 2) and the Reports tab is only clickable when on the Windows frame (frame 1)
    Main Timeline:
         mAccess.bReports.addEventListener(MouseEvent.CLICK, gotoreportstab);
         function gotoreportstab(event:MouseEvent) {
              mAccess.gotoAndStop(2);
         mAccess.bWindows.addEventListener(MouseEvent.CLICK, gotowindowstab);           <---  This gives me the error about the null object reference,
         function gotowindowstab(event:MouseEvent) {                                                                 since bWindows does not exist on frame 1 of mAccess.
              mAccess.gotoAndStop(1);
    Thanks for whatever help you can give me!

    the bottomline is you can't reference an object that doesn't exist (yet).  the easiest work-around is to make sure your object exists on the frames where you need to reference it.  the object doesn't need to be visible so this isn't much extra-work.  you can add and remove the object from the displaylist as you see fit or enable and disable its visible property. 

  • Problem on attaching a object that associated object is new

    HI,
    I have problem that when attach a existing 'A' instance but some new
    instances are added on the associated object of the 'A' instance. Kodo
    throws exception as below when I attach the object. Please help.
    Exception
    ========
    [java] Caused by: kodo.util.ObjectNotFoundException:
    kodo.util.ObjectNotFoundException: The instance of type
    "com.infocast.shk.server.core.domain.data.AuditLog" with oid
    "com.infocast.shk.server.core.domain.data.AuditLog-1085022477351"
    no longer exists in the data store. This may mean that you deleted the
    instance in a separate persistence manager, but this persistence manager
    still has a cached version.
    [java]
    FailedObject:com.infocast.shk.server.core.domain.data.AuditLog@de8a94
    [java]
    FailedObject:com.infocast.shk.server.core.domain.data.AuditLog-085022477351
    [java] at
    kodo.util.ObjectNotFoundException.writeReplace(ObjectNotFoundException.java:
    55)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    [java] at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
    [java] at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
    ..java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:324)

    The "javax.servlet.ServletContextListener" receives notification that a context in your application server becomes initialized. This would be your best bet. Though in order to start a Thread in a J2EE web application, you will have to edit your application server's policy file.
    To use a ServletContextListener, you first implement its interface (see the J2EE API), and add a listener section to your web.xml file:
    <listener>
         <listener-class>your.ContextListenerImpl</listener-class>
       </listener>

  • I have an apple ID, I'm trying to use this to update and download apps etc. however, whenever I try this, it keeps asking me to use my old ID, which is attached to an email that no longer exists! I can't download or update anything! Help!

    I have an apple ID, I'm trying to use this to update and download apps etc. however, whenever I try this, it keeps asking me to use my old ID, which is attached to an email that no longer exists! I can't download or update anything! Help!

    You can log out of the currently logged in account by taping on the id in Settings > Store (Settings > iTunes & App Stores on iOS 6) and you can then log back in.
    If you updated your existing account with a new email address then that shoud 'refresh' it on it
    If you created a new account then any content that you purchased/downloaded via the old account will remain tied to that old account, and only that old account can redownload its content and download updates to its apps. You should be able to update an account's email address via this page : http://appleid.apple.com

  • Music attached to accounts that no longer exist

    I just put my itunes library on my new computer after my old one died and now I can't put half of my songs on my IPOD because it is attached to an old account that no longer exists but it says I have to authorize that account in order to hear my songs that I purchased from Itunes... How can I get my music back that I purchased?????

    You cannot transfer purchases from one account to another at all.
    You will have to get the pasword to those accounts as the music belongs to those accounts.
    https://iforgot.apple.com

  • EXC_BAD_ACCES at object that exists (Does not appear on NSZombieEnabled)

    Hello everybody, I got an EXC_BAD_ACCES. I made upa n iPhone/iPad App, and one day testing it on iPhoneSimulator, I found that the app chrashes, when I´m trying to remove something from an array. I have a Selfmade object-class, called Box. In every box are 6 NSMutableArrays. In the init method, they are all alloced and inited, and of cause they have to be released in dealoc. And in this dealoc, I get an EXC_BAD_ACCES on the last array, although its handled exactly like the other five. I turned on NSZombieEnabled, to fight the bug. But it was away. Everything worked well. So I thought it might be just a bug of the iPhoneSimulator. Now I´m testing the App on a real device, and the Bug comes back. Not when I turn on NSZombieEnabled on Xcode and start it from there, but if I´m starting it on the device (an iPad 1) itself. So I tried different things: 1.) I set a breakpoint right before the release. I found out that the object is NOT released at this time. It has a place in the Memory, and it seems just like a complete object. This is strange, because such errors usually appear on overreleased objects. 2.) I tried to log the retainCount of the object. It ended in the same EXC_BAD_ACCES as the release. 3.) I tried to Log the retainCount of the object #5 wich is released before #6 without any kind of problem. This is intressting, because it leads to an bad_acces in the [array removeObjectAtIndex:... line. 4.) I thought: If there is an bad_acces on these objects, why should I release them? So I commented out the dealoc funktion. It worked. But instruments showed tons of leaks. So this is no option. In conclusion:
    There is an EXC_BAD_ACCES although the objects are not overreleased.
    This error does not appear with NSZombieEnabled
    The objects are there, they EXIST, instruments shows that and Xcode, too. But there is an bad_acces anyway.
    I am really confused, and I don´t know an answer, I have never seen anything like this before.
    I´m waiting for iOS 5 with Garbage collector

    EDIT:
    I also tried
    if (array) {
            [array release];
    but it did crashed in the [array release]; line

  • "Attempted to use an object that has ceased to exist" error when opening list with grouping and item level permissions

    Hi All,
    I have a list with few items. If I break role inheritance for at least one item and try to open list view page, I receive this error:
    Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED))
    This occurs only if view has GroupBy in query. If I remove grouping from view, then error disappears. But I need to have grouping in view as well as item level permissions.
    How can I achieve this? Is this some limitation?
    Any help will be appreciated.
    The full stacktrace:
    System.Runtime.InteropServices.COMException: Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED))    
    at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListContentTypes(String bstrUrl, String bstrListName, ISPDataCallback pXMLCallback)     
    at Microsoft.SharePoint.Library.SPRequest.GetListContentTypes(String bstrUrl, String bstrListName, ISPDataCallback pXMLCallback)
    System.Runtime.InteropServices.COMException: Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0x80030102 (STG_E_REVERTED)),
    StackTrace:    
    at Microsoft.SharePoint.SPContentTypeCollection.FetchCollection(IList`1 exceptions)     
    at Microsoft.SharePoint.SPList.get_ContentTypes()     
    at Microsoft.SharePoint.SPCustomActionElement.QueryForToolbarButtons(SPWeb web, SPList list, SPListItem item, PAGETYPE pgtype)     
    at Microsoft.SharePoint.SPCustomActionElement.AddCustomToolbarButtons(SPWeb web, SPList list, SPListItem item, SPContext renderContext, PAGETYPE pgtype, ToolBar toolbarControl, WebPart webPart, Page page)     
    at Microsoft.SharePoint.WebControls.ViewToolBar.CreateChildControls()     
    at System.Web.UI.Control.EnsureChildControls()     
    at Microsoft.SharePoint.WebControls.TemplateBasedControl.OnLoad(EventArgs e)     
    at System.Web.UI.Control.LoadRecursive()     
    at System.Web.UI.Control.AddedControl(Control control, Int32 index)     
    at Microsoft.SharePoint.WebPartPages.DataFormWebPart.CreateChildControls()     
    at Microsoft.SharePoint.WebPartPages.XsltListViewWebPart.CreateChildControls()     
    at Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.CreateChildControls()     
    at System.Web.UI.Control.EnsureChildControls()     
    at System.Web.UI.Control.PreRenderRecursiveInternal()     
    at System.Web.UI.Control.PreRenderRecursiveInternal()     
    at System.Web.UI.Control.PreRenderRecursiveInternal()     
    at System.Web.UI.Control.PreRenderRecursiveInternal()     
    at System.Web.UI.Control.PreRenderRecursiveInternal()     
    at System.Web.UI.Control.PreRenderRecursiveInternal()     
    at System.Web.UI.Control.PreRenderRecursiveInternal()     
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     
    at System.Web.UI.Page.ProcessRequest()     
    at System.Web.UI.Page.ProcessRequest(HttpContext context)     
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)     
    at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)     
    at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)     
    at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)     
    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     
    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     
    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)     
    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)     
    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     
    at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    Does the site use any custom code? Not necessarily the task list but can be anywhere. If yes, ensure that current context SPWeb/SPSite objects are not being disposed off.
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • How do you rotate an object in the Photoshop CC Animation Timeline now that "3D Object Position" no longer exists?

    I am attempting to animate the rotation of an object using Photoshop CC Animation.  However, unlike in previous versions where there was a "3D Object Position" layer on the Timeline that one would keyframe to change an objects position within the scene; the sublayer "3D Object Position" does not exist in CC.  I have attempted to change an objects rotation by keyframing the "Position" sublayer resulting in no change what so ever.  I have attempted to change an objects rotation by keyframing the "3D Meshes" sublayer resulting in the object rotating clear off the scene and not following the coordinates that I type in.  This is very frustrating since something like this use to be so easy!!  How do I animate the rotation of an object using Photoshop CC?!

    Which version of CC and have you install the updates?
    Supply pertinent information for quicker answers
    The more information you supply about your situation, the better equipped other community members will be to answer. Consider including the following in your question:
    Adobe product and version number
    Operating system and version number
    The full text of any error message(s)
    What you were doing when the problem occurred
    Screenshots of the problem
    Computer hardware, such as CPU; GPU; amount of RAM; etc.

  • Log message Taxonomy and indicated that no longer exist.

    I have messages in my log EP, a taxonomy and an index that no longer exists, but it fills my message log and the message that comes out constantly
    My SAP Portal is the 7.0 SPP 14

    Hi,
    Have a look at Note 1077677,it might be usefull.
    http://help.sap.com/saphelp_nw04s/helpdata/EN/45/27f3f0ff07d54ebedca914853a97f7/frameset.htm
    narsi

  • Issues exist in release build that don't exist in debug build

    I've been working on a Flex 4.1 project and have recently noticed an issue that does not exist in the debug build.  Then when you export a release build and run it the issue appears.  This is the only change that's made that breaks it.  To me this seems to be a bug in the player, SDK, or compiler that I might need to post, but I figured I'd submit it here in case I'm missing something.
    Basically it seems to be an issue with objects in an ArrayCollection being instantiated as the correct class type before being added.
    When in debug mode, if you set a breakpoint to view the objects in the ArrayCollection you will see them appropriately as their Strongly Typed class.  However, when the release mode build is run it will throw an RTE on that same line indicating that the ArrayCollection members are ObjectProxy and they can't be cast into their Strongly Typed class.
    Here's the RTE that happens and right now I just need to know if I'm missing something, or if this looks like a bug, and to which bugbase it should be posted (Flash Player, Flex SDK, Flex Compiler, etc.)
    TypeError: Error #1034: Type Coercion failed: cannot convert mx.utils::ObjectProxy@28250141 to
    <confidential package path>.PlayerPageSummary.
        at <confidential package path>.service::InitializeStorefrontServiceResponseCommand/execute()
        at org.robotlegs.base::CommandMap/execute()
        at org.robotlegs.base::CommandMap/routeEventToCommand()
        at MethodInfo-1674()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at <confidential package path>::<confidential acronym>ModuleActor/dispatchLocal()
        at <confidential package path>.live::InitializeStorefrontService/result()
        at mx.rpc::AsyncToken/http://www.adobe.com/2006/flex/mx/internal::applyResult()
        at mx.rpc.events::ResultEvent/http://www.adobe.com/2006/flex/mx/internal::callTokenResponders()
        at mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
        at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
        at mx.rpc::Responder/result()
        at mx.rpc::AsyncRequest/acknowledge()
        at DirectHTTPMessageResponder/completeHandler()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at flash.net::URLLoader/onComplete()

    Alex,
    Thanks for your help and here's an update on this from me.  We did try out your suggestion to see if "PlayerPageSummary can be retrieved via getClassAlias".  I'm not the one that did the testing, but my teammate who did, said that the class being registered was not the issue.
    While he was working on that I further investigated our ANT builder and configuration to see what might have been different between ANT building non-debug SWF and Flash Builder building non-debug SWF.  Turns out that my teammate had added some [ArrayElementType] metadata that I was not aware of.  Once I realized that, I added it as metadata to be kept in my flex-config.xml which ended up solving the debug vs. release mode issues.
    Afterwards, I double-checked the livedocs and also did some Googling.  From the above it appears that debug SWF keep all metadata without you needing to explicitly tell it to. On the other hand, outside of a handful of metadata tag such as [Bindable] release builds neeed to be told what to keep.
    Does this sound right?
    Also, do you know off the top of your head if this is documented by Adobe anywhere and what the link is?  I had a real tough time finding anything mentioning how debug SWF retain all metadata.
    Thanks again for your help!

  • My apple id attached to my itunes account has expired and i have forgotten the password that was attached to it! I have created a new apple id but cannot transfer it to my itunes which all my apple products connect up to on my mac?! HELP!

    My apple id attached to my itunes account has expired and i have forgotten the password that was attached to it! I have created a new apple id but cannot transfer it to my itunes which all my apple products connect up to on my mac with all my pictures etc on!?! HELP!

    My apple id attached to my itunes account has expired
    They don't expire. As far as anyone knows Apple IDs live on forever - if you forgot its password use https://iforgot.apple.com. Good luck with the answers to whatever security questions it asks.
    ... I have created a new apple id but cannot transfer it to my itunes which all my apple products connect up to on my mac with all my pictures etc on!?!
    Right! That's the reason you do not create a new Apple ID.
    As far as Apple is concerned a new Apple ID is a completely different user, with absolutely, positively no access to anything available to any other Apple ID.
    Concentrate your efforts on resetting the password to your old Apple ID. It has not expired, and is the only way to use all your existing iTunes purchases, App Store purchases, computer authorizations... etc. Forget about the new Apple ID you just created.

  • App Store problem, appear an application update that does not exist applications

    I have an iMac 2.5 Ghz Intel Core I5 and operating system Mac OS X Version 10.7.3
    The problem is an application (Angry Birds) in my app store's update section that doesn't exist my installed applications.
    It has been seen update section for two months and that is created by an account which is not my account
    How can I remove this object from my app store's update section?
    <Edited by Host>

    Hi..
    Unfortunately, it sounds like you are the subject of pirated software.
    Follow Dahveed's help here >  app update available but not an app on...: Apple Support Communities
    You can report this to Apple using the email form here >  Apple - Support - Mac App Store - Contact Support

  • Object EXTERNAL_TABLE does not exist???

    I've written the following function that references an external table within the same schema. When I try to execute the function, it returns an error that "object EXTERNAL_TABLE does not exist"
    I've also tried creating a view that points to the external table and then pointing this function at the view but I still get the same error.
    Any ideas on how to make this work? Thanks in advance!
    CREATE OR REPLACE
    FUNCTION ugaps.get_can
    p_string_value IN VARCHAR2
    RETURN VARCHAR2
    IS
    can_value VARCHAR2(9);
    BEGIN
    SELECT CC_ENT_CAN
    INTO can_value
    FROM CAN_SSN_CONVERTED
    WHERE CC_ENT_PRIMARY_ID=p_string_value;
    RETURN can_value;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    RETURN '810XXXXXX';
    WHEN OTHERS THEN
    RETURN 'ERROR-->' || SQLERRM;
    END;
    /

    I removed the "WHEN OTHERS" clause per your suggestion. Now I'm getting this:
    ORA-06564: object EXTERNAL_TABLE does not exist
    ORA-06512: at "UGAPS.GET_CAN", line 9
    06564. 00000 - "object %s does not exist"
    *Cause:    The named object could not be found.  Either it does not exist
    or you do not have permission to access it.
    *Action:   Create the object or get permission to access it.
    The database is Oracle 11.1.0.7 for Windows 2008
    The external table, function, and execution of that function are all within the same schema, which has DBA privileges, so I should have permissions. If I run the "SELECT" statement alone, it works properly.
    Edited by: markr3 on Feb 19, 2010 2:48 PM

  • Error when trying to create a new object that begins with Z

    Hi forum,
    When I try to create a new BW object that begins with Z (infofuente, infoarea, component application), I skip the following error.
    Namespace''is not a valid namespace BI
    Message no. R7017
    Diagnosis
    Namespace''must be entered in both the BI RSNSPACE table and the basic table TRSNSPACE or the view V_TRNSPACE. You also have to enter the relevant generation namespace '& V2' in TRNSPACE table. This value is taken from table RSNSPACE.
    Both namespaces must be set to 'Changeable' - providing they are not empty.
    Response System
    You can not edit or create an object in this namespace.
    Procedure
    Use a different name.
    Or contacct your system administrator. He / she can switch to the namespaces' Changeable 'using SE06 transaction, or - if they do not already exist - enter them in the table above named using sm30 transaction.
    If the namespace '& V1' is empty, then the problem is with the generation namespace '/ BIC /'.
    Procedure for System Administration
    I've been following steps said to me, and yet I still persisted error. I am probably missing something ... that may be?
    A greeting,

    Hi,
    Try to create the objects again and take the screenshot of SU53 when you get the error and see the authorization object for which you are getting the error here.
    It is possible that you dont have development authorization.
    Also the issue could be that the system is not configured to create the objects begining with Z.
    Check this with basis as well.
    Thanks
    Ajeet

  • Error: Number range  for object RESB does not exist

    Hi
    I'm trying to convert a planned order (to purch requisition) partially via trxn code MD04. Upon saving I get the above error msg. The complete text of msg is as  follows. I've maitained the number ranges of all the objects specified in this error msg. Can somebody explain on how to overcome this problem?
    Many thanks
    BE
    Error Msg Text:
    Number range  for object RESB does not exist
         Message no. 61501
    Diagnosis
         The system cannot create a document for an MRP element if no number
         range or interval has been maintained in Customizing of MRP or if t
         number range you have maintained is not allowed.
         Below is a list of MRP elements that are affected:
         Number range object  MRP element
         PLAF                 planned order (operative oder simulative)
         EBAN                 purchase requisition
         RESB                 dependent requirements
         MDSM                 simulative dependent reqmts (long-term plannin
         MDTB                 MRP list
    Procedure
         Check the number ranges in Customizing. If you do not have the necessa
         authorization, please get in touch with your systems administration.

    Hi
    Thanks for the reply. But I have maintained the number ranges for matl. reservations/dependant requirements at OMI2. Here is the screen shot..Do find anything wrong with it? Pl advice.
    NR Object                             MRES/DREQ
    No.                          From Number            To Number          Curr Number          Ext
    01                           0000000001               8999999999           380                    blank
    02                           9000000000               9500000000           blank                  checked
    RB                          9500000001               9999999999           blank                  checked
    Number ranges for the plants are assigned to 01 (0000000001 to 8999999999).
    thanks
    BE
    Edited by: Brian Elfie on Jan 10, 2008 11:27 AM

Maybe you are looking for

  • Reg: Top Level Navigation

    Hello SAP Guru's, Is it possible to have more than 2 levels in TLN ? Is there a way to do it programmatically? Please guide me doing the same. I want to show 3 levels in TLN. Thanks & Regards, Pramod

  • Acrobat X Pro with Outlook 2010 - Bookmarks & help!

    Hi, I am a novice user of Acrobat, and use it to produce the most basic documents with good results.  I have only ever used Acrobat 7, and one thing that I have pushed to our managers here, is the ability to output a folder of emails direct from outl

  • In-browser editing screwing up font

    Aside from the other issues I'm having with in-browser editing on an Adobe Muse site hosted with Business Catalyst I am now finding that in-browser editing does not retain the font that has been applied to text. For example, if I go to a block of tex

  • No dimensions available for selection in Query Wizard

    Good afternoon. I have created some presentations in JDeveloper and am quite happy with the results thus far. However, I recently began working with Reports and have stumbled across an error for which I may be responsible. I had no problems whatsoeve

  • IPhone 4S battery not working after DIY repairs

    I have a three year old 4S that I dropped and shattered the screen. It's already had a new screen and a new battery so I wasn't bothered about replacing the screen myself. After replacing it (and the lock button), the phone was all fine. But then it