FM for diaplying includes of

Hi all,
Any pointers regarding function modul used for finding out includes and attributes of includes  for  a given program is highly appreciated.
Regards,
Rajashree

hi ,
use function module:
get_includes and GET_INCLUDETAB
regards,
Navneeth K.

Similar Messages

  • Is it possible to have the synthesizer interfaces for the included LOGIC PRO synths in MainsStage as a standalone?

    I recently purchased MainStage as they included the instruments from Logic Pro and In the help files it shows the LOGIC synths with the nice GUIs for each included synth; but it seems you have to recreate all of the parameter controls for each synth if using only MainStage as I can not find how to view the synthesizer interfaces.  Does anyone know if this is the case or is there a way to tweak the synths using the nice already layed-out interfaces that are in Logic?

    Hi
    Locate the Instrument plugin in the Instrument Channel Strip and double click to open the plugin GUI
    CCT

  • [svn:bz-trunk] 20582: Add support for destination-include directory-path=" mydir"/ .

    Revision: 20582
    Revision: 20582
    Author:   [email protected]
    Date:     2011-03-03 12:35:14 -0800 (Thu, 03 Mar 2011)
    Log Message:
    Add support for <destination-include directory-path="mydir"/>.
    This will process each file ending in ".xml" as an individual <destination-include file-path=""/> element, allowing a web application to define a directory of destination configuration snippets.
    Added a new API to ConfigurationFileResolver.java: getFiles(String dir).
    This returns a list of XML files contained in this directory relative to the current configuration file.
    Updated both the ServletResourceResolver and the LocalFileResolver with implementations.
    Modified Paths:
        blazeds/trunk/modules/common/src/flex/messaging/config/ConfigurationConstants.java
        blazeds/trunk/modules/common/src/flex/messaging/config/ConfigurationFileResolver.java
        blazeds/trunk/modules/common/src/flex/messaging/config/LocalFileResolver.java
        blazeds/trunk/modules/core/src/flex/messaging/config/ServerConfigurationParser.java
        blazeds/trunk/modules/core/src/flex/messaging/config/ServletResourceResolver.java

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • How install Oracle Developer Suite 10g for Linux (Including Forms & Reports

    hi
    i want to install Forms & Reports Developer Suite in Linux OS So i have downloaded From OTN Site
    "Oracle Developer Suite 10g for Linux (Including Forms & Reports)"
    These are the File's i have Downloaded:
    as_linux_x86_ids_101202_disk1.cpio
    as_linux_x86_ids_101202_disk2.cpio
    so in the Oracle Documentation Site they have given Guide as Follows:
    $cpio -idmv < as_linux_x86_ids_101202_disk1.cpio
    $cpio -idmv < as_linux_x86_ids_101202_disk2.cpio
    after that what should i do ...
    How to Install Oracle Developer Suite 10g for Linux (Including Forms & Reports)
    Kindly Reply ASAP

    Pl follow the steps in the Install Guide - http://download.oracle.com/docs/cd/B19375_02/doc/frs/install/B19314_02/toc.htm
    Srini

  • Help for "WITH INCLUDES" in scan abap-source.....

    Hiiii,
              Can anyone help me how to use "with includes" in "scan abap-source" for
              seperating includes in the program?????
              If anyone has sample code plz do send it for help....
    Thanx,
    Mandeep.

    Hi
    use the command
    SCAN ABAP-SOURCE <source name> tokens..<itab1>
                              statements <itab2>
    see the sample dummy code
      READ REPORT it_itab_1file-obj_name INTO it_itab1.
      SCAN ABAP-SOURCE it_itab1 TOKENS INTO it_itab21
                               STATEMENTS INTO it_itab3
                               STRUCTURES INTO it_itab6
                               WITH COMMENTS
                               WITH INCLUDES
                               FRAME PROGRAM FROM it_itab1
                               INCLUDE INTO it_itab_i
                               LEVELS INTO it_itab5.
    *sort the level table
      SORT it_itab5 BY name.
      CLEAR v_flag1.
      READ TABLE it_itab21 WITH KEY type = 'I'.
      IF it_itab21-str NE 'REPORT'.
        IF it_itab21-str NE 'PROGRAM'.
          SELECT SINGLE subct INTO v_str11
          FROM ybstcobs
          WHERE objna EQ it_itab_1file-obj_name
          AND ( objct EQ 'PROG'
           OR objct EQ 'FUNC'
           OR objct EQ 'BDCP' ).
          IF v_str11 EQ 'I' AND sy-subrc EQ 0.
          ELSE.
            v_flag1 = 'X'.
          ENDIF.
        ENDIF.
      ENDIF.
      CHECK v_flag1 NE 'X'.
      CLEAR v_flag1.
    *get the level of include strucuture
      PERFORM get_include_details.
    *&      Form  get_include_details
    *gets the include structure details
    FORM get_include_details .
      LOOP AT it_itab5.
        READ TABLE it_itab3 INDEX it_itab5-from.
        it_itab_incl-incl_from = it_itab3-from.
        READ TABLE it_itab3 INDEX it_itab5-to.
        it_itab_incl-incl_to = it_itab3-to.
        it_itab_incl-incl_name = it_itab5-name.
        it_itab_incl-ln_level = it_itab5-depth.
        it_itab_incl-ln_level1 = it_itab5-level.
        APPEND it_itab_incl.
      ENDLOOP.
      SORT it_itab_incl BY ln_level.
    ENDFORM.                    " get_include_details
    Reward points for useful Answers
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • SYNTAX FOR THE INCLUDE

    Hi,
    I created standard text using so10. How can I call this text to my SMARTFORM?
    pLEASE GIVE THE SYNTAX FOR THE INCLUDE .
    rEGARDS
    kUMAR

    Hi Praneeth,
    There is noi need to write include command in smartforms.
    Please define your text element as Include text and define TeXT ID, OBJECT and Language.
    Path > text element> Text type --> I --Include text.
    Please select the Check box --> No error if text doen't exits.
    Regards,
    Lanka

  • For SAPscript INCLUDE TEXT, how to align as Paragraph format

    Hi experts and ABAP colleagues!
    Need your help on this sapscript problem:
    How to align texts taken from "INCLUDE TEXT" in SAPscript, according to tab defined in Paragraph Format?
    For example, I defined BG to have tabstop at the 2nd column (or equivalent to 1st tab position) where I need to print the text, and then declared it in SE71 like below:
    However the text prints at the leftmost instead of at the 2nd col position - (8th char tab defined in par. format BG).  Hence it is not aligned to its proper heading.  Line Number instead of Description - which is not okay for client view that needs these Thai texts. 
    The technical details I included below.  Kindly examine:
    1.)  Window >Main > Text Element > Include Text command
    /E   ITEM_TEXT
    BG   ,,&TTXIT-TDTEXT&
    /:   INCLUDE &T166P-TXNAM& OBJECT &T166P-TDOBJECT& ID &T166P-TDID&
    /:   NEW-PARAGRAPH BG
    Note:  I used command "NEW-PARAGRAPH" and had exactly the above code in se71.  Anything missed here?  Pls. help.  Thanks.
    #2.) Paragraph Format > Tab
    No. -
      Tab Position -
    Alignment
    1            8,00 CH            LEFT
    2            28,00 CH          CENTER
    etc.
    Note:   and then i put in  ",,&TTXIT-TDTEXT&" (see above) with the 2 comma's beforehand to say that its on the 1st tab or at the 8th character where it should be printed, but does not give intended result... pls help.
    #3.) Paragraph Formats > Standard Attributes
    Left Margin - 0 cm
    Alignment - Left
    no blank lines checkbox - ticked
    Note:  Is there any more attribute i can manipulate from here to force display at the right position?
    Thank you so much in advance for all your help.  Our project team will really appreciate it.  May the Lord bless you as we go through our SAP work!
    Sincerely,
    Celeste

    Here's a thought, instead of using tabs, try writing a method that takes a string that is the starting string, a pad character, and a length and returns a string padded to that length with the specified character.
    public String padR(String src, String padChar, int len)
        // ... You get to fill in the rest suggestion try to do it without a loop
    }Have fun,
    PS.

  • Creating a Function Module for Standard Include

    Hi ALL,
    There is a standard Include in that i have created 1implicit Enhancement Point and there is 200 lines code is there ,so my client is saying to keep this code in function module. This is the below code  can any one do how to write this code in function module with passing parameters and all the stuff.Means Import parameters ,Export parameters and Source code ?
      Perform change_order_va02.
      data: l_vbfa like vbfa,
            l_FKART like vbrk-FKART,
            l_fksto like vbrk-fksto,
            l_sfakn like vbrk-sfakn.
      data: begin of lt_vbfa occurs 0,
              vbeln like vbfa-vbeln,
            end of lt_vbfa.
      if komfk-vbtyp ca 'PO'.              " debit/credit memo
        select vbeln into table lt_vbfa from vbfa
               where vbelv = KOMFK-VBELN and
                     ( vbtyp_n = '5' or vbtyp_n = '6' ).
          loop at lt_vbfa.
            clear: l_fksto, l_sfakn.
            select single FKART fksto SFAKN into (l_FKART, l_fksto, l_sfakn)
                   from vbrk
                   where vbeln = lt_vbfa-vbeln.
            check: sy-subrc = 0,
                   l_fksto is initial,
                   l_sfakn is initial.
                 message e310(zz) with l_FKART l_vbfa-vbeln.
          endloop.
      endif.
    *}   INSERT
    ENDFORM.
    *{   INSERT         D01K9A0PBY                                        1
    *&      Form  change_order_va02
      228810/45115 FUWAGNK implement VA02 into VF01 for Turkey
    -->  p1        text
    <--  p2        text
    FORM change_order_va02.
    Tables : *knvi, *lips, *likp.
    DATA: Z_MODE value 'N'.
    data: hf-date(10).
    DATA: BEGIN OF BDC_TAB OCCURS 0.
           INCLUDE STRUCTURE BDCDATA.
    DATA: END OF BDC_TAB.
    DATA: BEGIN OF BDC_MSG OCCURS 0.
           INCLUDE STRUCTURE BDCMSGCOLL.
    DATA: END OF BDC_MSG.
    select single vbeln vgbel from *lips into corresponding
           fields of *lips
                  where vbeln = KOMFK-VBELN.
    select single vbeln LFART from *likp into corresponding
           fields of *likp
                  where vbeln = KOMFK-VBELN.
    if *likp-lfart = 'LF'.
    select single vbeln vkorg kunnr from vbak into corresponding
           fields of vbak
                  where vbeln = *lips-vgbel.
    if vbak-vkorg = '1252'.
       clear bdc_tab. refresh bdc_tab.
       move 'SAPMV45A' to BDC_TAB-PROGRAM.
       move '102 '     to BDC_TAB-DYNPRO.
       move 'X'        to BDC_TAB-DYNBEGIN.
       APPEND BDC_TAB. CLEAR BDC_TAB.
       move: 'VBAK-VBELN'  to BDC_TAB-FNAM,                   "Doc.Number
              VBAK-VBELN   to BDC_TAB-FVAL.
       APPEND BDC_TAB. CLEAR BDC_TAB.
       MOVE: 'BDC_OKCODE'  TO  BDC_TAB-FNAM,                 "OK-CODE
              '/00 '        TO  BDC_TAB-FVAL.
       APPEND BDC_TAB. CLEAR BDC_TAB.
       move 'SAPMV45A' to BDC_TAB-PROGRAM.
       move '4001'     to BDC_TAB-DYNPRO.
       move 'X'        to BDC_TAB-DYNBEGIN.
       APPEND BDC_TAB. CLEAR BDC_TAB.
       MOVE: 'BDC_OKCODE'  TO  BDC_TAB-FNAM,                 "OK-CODE
              'KKAU '      TO  BDC_TAB-FVAL.
       APPEND BDC_TAB. CLEAR BDC_TAB.
       move 'SAPMV45A' to BDC_TAB-PROGRAM.
       move '4002'     to BDC_TAB-DYNPRO.
       move 'X'        to BDC_TAB-DYNBEGIN.
       APPEND BDC_TAB. CLEAR BDC_TAB.
       select single * from *KNVI into *KNVI where KUNNR = vbak-kunnr
                                               and ALAND = 'TR'
                                               and TATYP = 'MWST'
                                               and TAXKD = '2'.
       if sy-subrc =  0.
          exit.
       endif.
       move: 'VBAK-WAERK'  to BDC_TAB-FNAM,               "Currency
             'YTL '        to BDC_TAB-FVAL.
             APPEND BDC_TAB. CLEAR BDC_TAB.
       write sy-datum to hf-date.
       move: 'VBAK-AUDAT'  to BDC_TAB-FNAM,                   "Doc.Number
              hf-date      to BDC_TAB-FVAL.
       APPEND BDC_TAB. CLEAR BDC_TAB.
       move: 'VBKD-PRSDT'  to BDC_TAB-FNAM,                   "Doc.Number
              hf-date      to BDC_TAB-FVAL.
       APPEND BDC_TAB. CLEAR BDC_TAB.
       MOVE: 'BDC_OKCODE'  TO  BDC_TAB-FNAM,                  "OK-CODE
              '/11 '        TO  BDC_TAB-FVAL.
       APPEND BDC_TAB. CLEAR BDC_TAB.
       CALL TRANSACTION 'VA02'
            USING BDC_TAB MODE Z_MODE UPDATE 'S'
                  MESSAGES INTO BDC_MSG.
         IF SY-SUBRC NE 0.
            clear bdc_tab. refresh bdc_tab.
         endif.
      endif.
    endif.
    ENDFORM.                    " change_order_va02
    Regards,
    Venkat

    ans

  • Reusing JAXB generated classes for XSDs included in other XSDs

    Hi,
    I use xsds with jaxb in a number of related projects. To avoid duplication I've factored out commonly used elements into their own xsd in a separate project. I then include these in the xsds that need them.
    I generate classes with jaxb for each project. I'm now trying to get jaxb so far as to reuse the already generated classes for the common elements.
    For example: I have a general xsd Person.xsd for which I generate classes in common.xsd. I have another xsd Project.xsd that includes a reference to the Person element. When i let jaxb generate classes for Projects.xsd, it will also generate a project.xsd.PersonType and so on.
    Is there any way to tell JAXB to use the existing classes? I've played around with the <jxb:javaType> bindings, but I can't get it to work yet. It gives me a "bindings not used" warning and doesn't compile. Also, if this is in fact the way to go, what do I specify as the parseMethod and printMethod attributes for the javaType element?
    Thx for any help

    JAXB questions should be better directed to the users list of http://jaxb.dev.java.net/
    you should subscribe to the 'users' mailing list, then post a question there.
    Thank you!

  • Does Oracle 8i for Linux include Oracle Enterprise Manager?

    What's the version of the current Oracle 8i for Linux?
    Enterprise Edition?
    null

    Hi,
    Michael (guest) wrote:
    : The latest OEM is in Java. It is included in o8i for Solaris,
    : which I use for an o8i machine at work. They don't seem to
    : include it with the Linux version, though, despite the fact
    that
    : it's Java and theoretically (the key word here...) it should be
    : platform-independent and run on Linux just the same.
    NO, it will not work. You cannot even install since the installer
    for Solaris is a Solaris binary and some windows exe also does
    not work. I guess somebody has to write a better bootstrap proggy
    first...
    I wonder why they did it that way...
    Marcus
    : Bryan Batchelder (guest) wrote:
    : : Oracle8i for Linux is Oracle 8.1.5.0 Enterprise Edition.
    : : As for Oracle Enterprise Manager, they still only have that
    for
    : : NT, but you can download it from OTN.
    : : --Bryan
    : : Gary Young (guest) wrote:
    : : : What's the version of the current Oracle 8i for Linux?
    : : : Enterprise Edition?
    null

  • PlotXY not working for arrays including NaNs

    Hi,
    working on this problem I was using (as usual) the PlotXY command for debugging, as follows:
    plot_handle=PlotXY(panel_handle,PANEL_GRAPH,x,y_l,1001,VAL_DOUBLE,VAL_DOUBLE,VAL_THIN_LINE,VAL_NO_POINT,VAL_SOLID,1,VAL_RED );
    Nothing spectacular besides the fact that the plot shows only zeros if the y array includes NaNs.
    This is (at least) a non-documented feature....
    If the data array consists of say 100 NaNs and 900 valid numbers I would have expected the function to display the 900 valid numbers. Also one could have expected an error but the function returns a valid plot handle.
    Is there no possibility to display the valid numbers?
    Thanks,
    Wolfgang
    Solved!
    Go to Solution.

    Hi Luis,
    so after checking everything twice I can tell you that I did not see the expected behavior... I have even tried scatter points
    The interesting thing is that the graphical array view works as you expected it to work, I am attaching the two views below. So in one dimension the CVI plot routines are able to deal with NaNs, but not the two dimensional PlotXY version. I am also attaching the two data sets allwoing you to confirm this behavior...
    Thanks, Wolfgang
    Attachments:
    x.txt ‏20 KB
    y.txt ‏8 KB

  • Objects for deletion included in support package are not deleted

    Hi experts,
    How can i create a support package using Add-on Assembly Kit that deletes several objects?
    This is the case:
    We have DEV, QA and PROD systems. The objects are deleted on DEV and the transports are released. The transports are automatically imported on QA and the objects are deleted -checked they are gone. A support package of the product is created on QA including the transports that delete the objects. The SP is released successfully and imported on PROD successfully. The objects that should be deleted still exist on PROD. I've checked the logs for errors - no errors found.
    Do you have any idea what could be the reason?
    Best regards,
    Petar

    Note number 1581093.
    As mentioned in the symptom. Version 2 of the note is created to extend the functionality provided in the Version 1. Version 3 of the note is created to correct the error in Version 2.
    Information from SPAM
    SAP_HR     600     0054     SAPKE60054     Human Resources
    How can I find the information required if neeed?
    WHen I try to reset the implementation I get the message
    No correction instructions implemented for SAP
    Note 0001581093
    Edited by: Wojciech Walczak ITMAXI.COM on May 25, 2011 12:00 PM

  • Browse Button for PHP Include Object

    Once an Include is inserted into the page is there a way to
    browse for the needed include file or do I have to hand type the
    path and file name?
    Thanks.

    WesleyF wrote:
    > When I insert a new Include (Insert > PHP Objects
    > Include) the Property
    > Inspector shows just a ? in the top left square and the
    Server box. Doesn't
    > have the Edit, etc. In Server window is include();
    The argument passed to include() must be a string. If you do
    this:
    include(myfile.php);
    you'll get just a question mark in the Property inspector,
    and the
    include won't work correctly.
    If you do this:
    include('myfile.php');
    You should see the Edit button. Moreover, the include will
    work correctly.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Access Denied to Site Collection for Everyone Including Site Collection Administrator

    I have a site collection with several subsites which I can no longer access.  I am listed as both a farm administrator and site collection administrator in this installation.  I can access a separate site collection on the same web application,
    and I can access the Central Administration site.  All accounts including mine, get an access denied error when navigating to any site on the aformentioned site collection.
    I was not having any access issues until this morning when I was doing some housekeeping and changing group membership at the root site level, and also deleting a few custom sharepoint groups that were no longer needed.  At some point after deleting
    one of these custom groups, I began getting the access denied errors.
    I found the error below in the uls viewer, but haven't seen anything that looks related in the windows application log.  I had some similar issues yesterday, but was able to resolve them by toggling Inherit Permissions, Stop Inheriting permissions from
    a subsite using SharePoint Designer.  I've had no such luck with SharePoint Designer today.  I've scoured this forum and the web for a solution, but have not found any issue that looked the same as mine.  Any help would be appreciated.
    PortalSiteMapProvider was unable to fetch children for node
     at URL: /, message: Thread was being aborted., stack trace:  
     at System.Threading.Thread.AbortInternal()   
     at System.Threading.Thread.Abort(Object stateInfo)   
     at System.Web.HttpResponse.End()   
     at Microsoft.SharePoint.Utilities.SPUtility.Redirect(String url, SPRedirectFlags flags, HttpContext context, String queryString)   
     at Microsoft.SharePoint.Utilities.SPUtility.RedirectToAccessDeniedPage(HttpContext context)   
     at Microsoft.SharePoint.Utilities.SPUtility.HandleAccessDenied(HttpContext context)   
     at Microsoft.SharePoint.Utilities.SPUtility.HandleAccessDenied(Exception ex)   
     at Microsoft.SharePoint.Library.SPRequest.GetSubwebsFiltered(String bstrParentWebUrl, UInt64 iPermMaskForUnique, UInt64 iPermMaskForInherited, Int32 nWebTemplate, Int16 nProvisionConfig, Int32 lToLinkRecurringMeeting, Object& pvarSubwebs, Object&
    pvarSubwebIds, Object& pvarLangs, Object& pvarTitles, Object& pvarDescriptions, Object& pvarCreationTimes, Object& pvarModifiedTimes, Object& pvarUserIsWebAdmins, Object& pvarWebTemplates, Object& pvarProvisionConfigs, Object&
    pvarMeetingCounts)   
     at Microsoft.SharePoint.SPWeb.SPWebCollectionProvider.GetWebsData(String[]& strNames, String[]& strServiceRelUrls, Guid[]& guidWebIds, Int32[]& nLanguages, String[]& strTitles, String[]& strDescriptions, String[]& strCreationTimes,
    String[]& strModifiedTimes, Boolean[]& bUserIsWebAdmins, Int32[]& nWebTemplates, Int16[]& nProvisionConfigs, Int16[]& nMeetingCounts, Int32[]& nUIVersions, Int32[]& nFlags, String[]& strMasterUrls, String[]& strCustomMasterUrls)   
     at Microsoft.SharePoint.SPWebCollection.EnsureWebsData()   
     at Microsoft.SharePoint.SPWebCollection.get_WebsInfo()   
     at Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.FetchDynamicItems(PublishingWeb pubWeb, NodeTypes includedTypes, Boolean& websFetched, Boolean& pagesFetched)   
     at Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.PopulateNavigationChildrenInner(NodeTypes includedTypes)   
     at Microsoft.SharePoint.Publishing.Navigation.PortalWebSiteMapNode.PopulateNavigationChildren(NodeTypes includedTypes)   
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(NodeTypes includedTypes, NodeTypes includedHiddenTypes, Boolean trimmingEnabled, OrderingMethod ordering, AutomaticSortingMethod method, Boolean ascending, Int32 lcid)   
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(NodeTypes includedTypes, NodeTypes includedHiddenTypes, OrderingMethod ordering, AutomaticSortingMethod method, Boolean ascending, Int32 lcid)   
     at Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildren(NodeTypes includedHiddenTypes)   

    Make sure you give  supper user account with following format.
    Moral of the story: if
    you are in claims mode, you will need to use the claims user name (i:0#.w|domain\user).
    some one point out that.
    http://blogs.msdn.com/b/andrasg/archive/2010/09/30/setting-the-super-user-account-on-sharepoint-2010-and-getting-access-denied-errors-afterwards.aspx
    Sutha Thavaratnarajah

  • Javadoc comments for classes included in the sdk

    My question is pretty simple: For any class that I come across in the online java documention provided on this site, can I assume if the javadoc page does not include a @since tag, that it has been there since java 1.0?
    Specifically, I'm wondering about java.text.ChoiceFormat
    Thanks

    API of package java.text:
    Since: JDK1.1
    I guess this includes ChoiceFormat.

Maybe you are looking for

  • Elements 9 organizer won't respond. I need serious help!

    It started with organizer not opening. From the welcome screen I would click organizer, and it would pretend to open then disappear. I could open the organizer from the editor. It would not let me bring a photo into the editor, it just wouldn't do an

  • IPhoto 9.4.2 and Safari 6.0.2 in Software Update (NSURLErrorDomain error – 3001.)(102)

    Hello there, I just found a notification for these two updates: But when I clicked on update 'aggiorna' I got the following error message: What should I do ?

  • APEX 4.0 - error building Gantt chart?

    Hi everybody When I build a Gantt chart in apex.oracle.com, start & end dates show no real dates, just the text 'dd.mm.rr'. My query follows: select null as link, description as task_name, task_id as task_id, null as parent_id, start_date as actual_s

  • How do I get my picture back?

    I have deleted a picture and now I want it back I have backed my iPhone up to iCloud when the picture was still on how do I get the picture back?

  • Z10 bbm link to curve

    I have Z10 and friend has a Curve. We can't link to two to talk via BBM, message come through as text and link status is 'pending'.  Am I mssing something? Or can it not be done? Thanks!