UIX/BC4J puzzle to render and unknown number of data tables.

Hello, I have the next puzzle I haven't solved:
The requirements for a page are that it has to render Contract numbers as table titles and Bills dued to each contract as table content, something like this:
Contract No. 4353
Bill No. Date Amount
8799 25/04/2006 $800.00
3690 25/04/2006 $1,000.00
and then more tables like that as contract rows are found in a view object.
I have two linked view objects: the contractView and the billsView.
Besides, the contractView has attributes which should be rendered as the bills table footer (amount total for example).
I found a way to iterate over the contractView and then the billsView, with something like this:
<tableLayout>
    <contents childData="${bindings.contractViewIterator.allRowsInRange}">
         <rowLayout>
              <contents>
                <header text="${uix.current.contractNumber}"/>
                <table tableData="${uix.current.attributeValues[15].allRowsInRange}"/>
                <!-- the 15th attribute is the link accessor, so I'm getting the billsView here -->
                     <!-- and here would go more code to render the table contents -->
                </table>
              </contents>
          </rowLayout>
       </contents>
</tableLayout>This works fine for tables with no footer data, but I need to display the footer section of the table, the problem is that the footer section data is in the parent view (contracts) and I cannot reference it inside the <table> because there the "uix.current" object represents a row in the billView.
If someone has another idea of achieving this, I'd really appreciate it if you post it here, or a way to reference the parent uix.current object.
Thank you.

The only solution I came up with was to use the link accessor in the opposite direction, so I can get the contractView and display the totals on each column.
So, the next code does it:
<footer>
     <formattedText text="${uix.current.contracts.totalAmount}"/>
</footer>Where contracts is the backwards accessor to the parent view object and totalAmount the attribute name to display in the column footer. I had to generate the row implementation for both view objects to access attributes by name to make it easier.
I post the solution in case someone runs into the same problem.
Thank you.

Similar Messages

  • Sales order number and Allocation Number  in one table

    Hi Frnds,
      We are using ECC 6.0 AFS , i  need sales order number and Allocation number in one table ? I wanted to know how many times they have done the allocation for a particualr sales order ??
    Regards
    Rakesh

    I Have got the tables, there are two tables
    1) /AFS/ARUN_PROT -- AFS log file for arun.
    2) /AFS/ARUN_PROI -- AFS Requirement unable to asign.
    regards
    rajesh

  • Deleted and adjusted the Master data table, sid table and text table

    Deleted and adjusted the master data table, sid table and text table of an zinfoobject after removing and adding attributes to that zinfoobject and was trying to activate it and system was giving me messages that cannot activate infoobject something like this.
    So, i deleted and adjusted the master data table, sid table and text table. Since then getting messages right after executing the query because in that query that infoobject is getting used.
    So the messages i am getting is:
    SID 9 for characteristic Zinfoobject could not be converted CL_RSDM_READ_MASTER_DATA->_SIDVAL_DIRECT_READ2
    System error in program SAPLRRK0 and form MEGA_SORT_M_02-02- (see long text)
    Please help me in fixing this whole thing.
    Thanks
    SAPBW

    SAP BW,
    After adjusting your Master Data IOBJ and deleting and reloading the data - run a change run to adjust the references to the SIDs and then see if your query runs - run program RSDDS_AGGREGATES_MAINTAIN from se38 and select your IOBJ in the next screen..
    Arun
    Assign points if useful
    P.S I did notice that in your earlier post for the same topic - you have had 12 answers / suggestions Please maintain only one thread as previously suggested..
    My 0.02
    Message was edited by:
            Arun Varadarajan

  • Showing dynamic and unknown number of images in SSRS report

    I am using SSRS 2008.  I need to display an unknown number of unspecified images on the report.
    Basically I have a webpage, where the user selects a specific ID (ex. 24) from a dropdown and then click "View Report".
    The report should then display any images, associated with that ID.  The only thing I know about the images, is the path to where the images are stored.  The path is kept in a database, so I should be able to retrieve the path ok.
    But then how do i get the report to display the images, when I do not know the name or number of images?
    Please help.

    Hi dukie4lif,
    According to your description, you have a report to display images selected by users. Now your issue is, the users select a specific ID to get images, but you only have the path of images stored in your database. Is my understanding correct?
    For your requirement, if the users want to get images by selecting a specific ID, this ID must be stored in database and associated with the path of those images. Otherwise the database can never query any records with this ID if it doesn’t have any ID stored.
    Now we need to go to your database, create one more table or add one more column in the table which have your path stored to store those IDs, and let them associated with those path. Use a parameter in this report for users selecting IDs. Then your goal will
    be achieved.
    Reference:
    Report Parameters (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou (Pactera)

  • How do i add both telephone number and mobile number while data migration

    Hi,
    I am trying to migrate both telephone number and mobile number to make sure that both the fields in BP is migrated and populated and i am have made the CHIND_TEL AS A FLAG AND fixed rule. but i am unable to find anything as CHIND_MOB.
    so can anyone help me rectify this.
    Thanks in advance,
    Robert.

    Hi Robert,
    As I can see from your file, you have not specified the value for the field TEL_MOBILE in the first BUT020 structure. If this is a Telephone Number, you have to provide a value '1' in this field. Just like in your second structure, you have given the value of TEL_MOBILE as '3'.
    BUT020 (First structure)
    CITY1 3 C 40 City BIRMINGHAM
    POST_CODE1 3 C 10 City postal code 456
    POST_CODE2 3 C 10 PO Box postal code 4566
    PO_BOX 3 C 10 PO Box 456
    STREET 3 C 60 Street
    HOUSE_NUM1 3 C 10 House Number
    STR_SUPPL1 3 C 40 Street 2
    STR_SUPPL2 3 C 40 Street 3
    LOCATION 3 C 40 Street 5
    COUNTRY 3 C 3 Country Key GB
    TIME_ZONE 3 C 6 Address time zone
    TEL_NUMBER 3 C 30 Telephone no.: dialling code+number 7521335
    FAX_NUMBER 3 C 30 Fax number: dialling code+number
    STR_SUPPL3 3 C 40 Street 4
    SMTP_ADDR 3 C 241 E-Mail Address
    TEL_MOBILE 3 C 1 Indicator: Telephone is a Mobile Telephone 1
    ADDR_DATE_FROM 3 C 8 Validity Start (DI)
    ADDR_DATE_TO 3 C 8 Validity End (DI)
    BUT020(SECOND STRUCTURE)
    CITY1 3 C 40 City
    POST_CODE1 3 C 10 City postal code
    POST_CODE2 3 C 10 PO Box postal code
    PO_BOX 3 C 10 PO Box
    STREET 3 C 60 Street
    HOUSE_NUM1 3 C 10 House Number
    STR_SUPPL1 3 C 40 Street 2
    STR_SUPPL2 3 C 40 Street 3
    LOCATION 3 C 40 Street 5
    COUNTRY 3 C 3 Country Key GB
    TIME_ZONE 3 C 6 Address time zone
    TEL_NUMBER 3 C 30 Telephone no.: dialling code+number 4562133
    FAX_NUMBER 3 C 30 Fax number: dialling code+number
    STR_SUPPL3 3 C 40 Street 4
    SMTP_ADDR 3 C 241 E-Mail Address
    TEL_MOBILE 3 C 1 Indicator: Telephone is a Mobile Telephone 3
    ADDR_DATE_FROM 3 C 8 Validity Start (DI)
    ADDR_DATE_TO 3 C 8 Validity End (DI)
    Please try by giving the value of TEL_MOBILE as 1 in the first structure.
    Please note that CHIND_TEL should be I in both structures.
    CHIND_ADDR should be I in first structure and SPACE in second structure.
    TEL_MOBILE should be '1' in first structure, and '3' in second structure.
    Also, you cannot have CHIND_ADDR as a fixed value, since this value is different for the two structures. It should be TRANSFER from the file.
    Regards,
    Sachin.

  • Expand All and Collapse All with Data table

    Hi Guys,
         I have a data table as shown in code pasted . where the first and second column have row category which gives a categorization with a twisty.
         When i click on the twisty or item name the level beneath it expands. Eerything works fine.. but i need to have to links     Expand All and Collapse All which when clicked open the entire hierarchy or collapse it. Can anyone suggest a way of doing. Can it be done using javascript, I am not comfortable with java script .If someone has done this before please share the piece of code.Also please suggest the different ways of doing it. I am using RAD 7 and IBM JSF components.
         <hx:dataTableEx border="0" cellpadding="2" cellspacing="0"
         columnClasses="columnClass1" headerClass="headerClass"
         footerClass="footerClass" rowClasses="rowClass1, rowClass2" binding="#{masterPublList.tablebindData}"
         id="tableEx1" styleClass="dataTableEx" value="#{masterPublList.lst_publication}" var="varlst_publication">
              <hx:columnEx id="columnEx3">
                   <hx:panelRowCategory id="rowCategory2"
                        styleClass="panelRowCategory"
                        value="#{varlst_publication.publCategory}" collapsed="true">
                   </hx:panelRowCategory>
              </hx:columnEx>
              <hx:columnEx id="columnEx2">
                   <hx:panelRowCategory id="rowCategory1"
                        styleClass="panelRowCategory" value="#{varlst_publication.publSubCategory1}">
                        <h:outputText id="text5" styleClass="outputText"></h:outputText>
                   </hx:panelRowCategory>
              </hx:columnEx>
              <hx:columnEx id="column1">
                   <hx:outputLinkEx id="linkEx1" styleClass="outputLinkEx" value="#{varlst_publication.publUrl}" target="_blank">
                        <h:outputText id="text3" styleClass="outputText" value="#{varlst_publication.publName}"></h:outputText>
                   </hx:outputLinkEx>
              </hx:columnEx>
              <hx:columnEx id="columnEx1">
                   <h:selectManyCheckbox disabledClass="selectManyCheckbox_Disabled"
                        id="checkbox1" styleClass="selectManyCheckbox" value= "#{varlst_publication.publLang}">
                        <f:selectItems value= "#{masterPublList.lst_lang}"/>
                   </h:selectManyCheckbox>
              </hx:columnEx>
         </hx:dataTableEx>
                   Thanks in anticipation

    Hi Naamkeek,
    Per my understanding that you have added the Expand All and Collapse All button in an drill down report by adding the "Go to report" action, now you got the report always refresh and return to the first page, right?
    I have tested on my local environment and can reproduce the issue, no matter whether to add two buttons or using the parameter to do the Expand All and Collapse All, it is always return to the first page.
    Gernerally, SQL Server Reporting Services does a postback while clicking a expand/collapse icon. SSRS re-renders reports because it need to regenerate the pages to fit the defined width & Height. That is why SQL Server Reporting Services reloads
    the whole report.
    This is by design. And, currently, we are not able to turned it off.
    I would suggest you submitting a wish at
    http://connect.microsoft.com
    If the service requests frequently, we may include it in the next release.
    Appreciate your understanding, and if you have any more questions, please feel free to ask.
    Regards
    Vicky Liu

  • How to find proc/func name from package name and line number?

    Hi,
    We are using the pl/sql call stack dump (dbms_utility.format_call_stack) for some debugging purposes. But in the case of a package body execution, the dump does not return the name of the procedure/function that is being executed, but only the name of the package and the line number being executed. So, we have a requirement wherein we need to extract the type and name of a package subunit from the package name and line number.
    e.g.
    From the information package 'A', line number 739
    we should be able to deduce that line 739 is a part of *'function A.f'*
    Does the oracle database provide any native mechanism (PL/SQL packages or otherwise) to support such functionality? If it does not, how can we achieve the desired result?
    Thanks in advance,
    Shashank

    The approach we are currently planning to take up is this :
    1. Write PL/SQL code to parse the entire source (user_source) and build a database table with a structure like this :
    PACKAGE_NAME | UNIT_TYPE | UNIT_NAME | START_LINE | END_LINE
    =============================================
    A | PROCEDURE | P1 | 20 | 345
    A | FUNCTION | F1 | 347 | 629
    etc..
    2. Start PL/SQL package execution.
    3. Keep dumping call stack snapshots whenever a custom debug procedure is called.
    4. Dump the package name and line number to a log file.
    5. Using the package name and line number, query the table built in step 1 and build the final report which shows the control flow in a readable form.
    What we want is to get rid of step 5 and by some means get the logic to extract the unit type and name in step 4 itself.
    Keep them coming..
    Thanks and regards,
    Shashank

  • Link between User Name in user table and Personla number in HR

    Hi
    Could any one let me know the link between the User Name field in User table and Personal number in HR table. Pls let me know the table name which shows the relation between these two fields.
    Regards,
    Ram

    HI Ram
      The table which contains this data is PA0105. The value of field USRTY should be '0001'. For example if u want to get the UNAME related to an employee.
    SELECT usrid
      FROM pa0105
    WHERE pernr EQ p_pernr
          AND usrty EQ '0001'.
    Please award points if u found this helpful

  • Would any iphone 5 come with out a setup on it ? i got a new iphone and their wasnt a setup and there was a message from an unknown number.

    Would any iphone 5 come with out a setup on it ? i got a new iphone and their wasnt a setup and there was a message from an unknown number.

    frm a local dealer.. but he said me that the phone is a brandnew one. he said me that european phone's come without a setup.

  • TS4020 How can I locate my lost iPhone 5 with find my iPhone app ? Plus someone tried accessing my apple I'd on FaceTime on an unknown number related to iPhone 5 is this who's got my phone and can I track a number ?

    How can I locate my lost iPhone 5 with find my iPhone app ? Plus someone tried accessing my apple I'd on FaceTime on an unknown number related to iPhone 5 is this who's got my phone and can I track a number ?

    If you activated the Find My iPhone service (in Settings>icloud), and if the device's batteries still have a charge, the device is not turned off and has not been reset and is connected to wifi, then you can try to track it.  Using a computer's browser, log into icloud.com and look at the Find My iPhone page.  On a device, invoke the Find My iPhone app (get it for free at the itunes app store) and log into the icloud account.  Note:  The Find My iPhone **app** does not turn on the service, you can only do that through Settings>icloud.
    If the device is listed as "offline", then one of the requirements listed above is not met (like being connected to wifi, or if the device was stolen and the thief reset it).

  • Uix BC4J: create a link download to download my resultsets

    Greetings,
    The case:
    - i've created my flows using the amazing uix bc4j technology;
    - end users can manipulate their data (view and update)
    - Now i'd like to create a link which will point over the query result and download the data with csv or xls format.
    Could anyone help me on that issue ? 've checked in online doc, did not find a valuable info.
    Thks for your help
    Cheers
    lb

    Hm - good point, Riley. Hadn't tried Go to URL, though I realise now this is simply because I forgot to ignore the dire warnings about "not a FrameMaker file" :-}
    However, now I have made the experiment:
    * opening the .pdf directly in Acrobat and clicking on the link opens the .zip application immediately - still no "download/open" option
    * opening the .pdf through a browser puzzlingly netts me "The file ///C:/tempo/mup55lin.tgz cannot be found. Please check the location and try again." Needless to say, the file in question is right there where it should be ...

  • Add Listener to Unknown Number of JMenuItems

    How can I add an ActionListener to each JMenuItem by cycling through an unknown number of menu items?
    I have a program that prompts the user for a database, then creates a JMenu of table names based on whatever database the user selects.
    This means that I don't know the table names or number of tables that will be added to the JMenu.
    I need to add an ActionListener to EACH JMenuItem. The problem is that I am only able to select one table from the menu. Subsequent menu clicks (on different table names) have no affect on the output.
    Here is an excerpt of my code:
    ResultSet rs = md.getTables(null, null, null, types);
    while (rs.next()) {
    tables.add(rs.getString("table_name"));
    for (Iterator i = tables.iterator(); i.hasNext(); )
    String table = (String) i.next();
    JMenuItem mi = new JMenuItem(table);
    j1.add(mi);
    mi.addActionListener(this);
    [END CODE]
    Thanks for any help you can give!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

    I got it. It turns out that I WAS setting the listeners correctly. My additonal output was "hidden" in the window. I found it by pure luck when I expanded the window size.
    I added a line to remove all components from the JPanel before adding a new one and this "refresh" worked.
    Thanks fot the help anyway! It is greatly appreciated.

  • Uploading a text file with unknown number of  texts

    Hi ,
    i have a flat file with around  10,000 record's.
    each material number  followed by  different  lengths & unknown number of text's separated by delimiter '$',
    that need to be saved using save_text function module.
    the file is as follows, 
    record 1 :     material1$text1$text2$text3
    record 2 :     material2$text1$text2$text3$text4$text5$text6$.....
    record 3 :     material3$text1$text2$text3$text4$text5
    record 4:      material3$text1
    - - - - - - - - - - - -  so on ....
    i created the following  structure ,  to split and save each text separated by '$'  , to save in TLINE  of save_text function module.
    types : begin of ty_file,
                  matnr type mara-matnr,
                  text1 type string,
                  text2 type string,
                  text3 type string,
                  text4 type string,
                  text20 type string,
               end of ty_file.
    i have uploaded the file and saved in table  it_file type ty_file.
    loop it_file into wa_file.
       split wa_file at '$' in to matnr text1 text2 text3 text4 ....... so on.
    endloop.
    please, suggest me an alternate way to reduce the code, instead of creating a structure like above, so that each splitted text
    stores in a single variable and is passed to TLINE of corresponding material, in save_text function module
    thanks
    viki

    Hi,
    The flat file contains , material No. followed by it's text , each text sepearted by '$' symbol.
    For each material  i have to get all lines of text, and passed to tables paramter of save_text.
    The Number of text' for each material is varying.
    Please kindly suggest me , how many variables i need to create to hold each splitted text and store it in Tline
    I wrote the below program assuming that the material number has  maximum of 20 texts, it's working fine. But, what if the number of texts exceeds 20.
    file :
    4907507$ Druckrolle$ Durchmesser: 218 mm$ Länge: 750 mm$ Rollenwerkstoff: 1.4301/1.4541$ Oberfläche: gummiert$ Stärke Gummierung: 10 mm$ Näscher    E 71224$$$$$$$$$$$$$$                              
    1149598$ Tragrolle$ mit Stützringen$ Norm: ähnlich DIN 22112$ Durchmesser: 89 mm$ Mantellänge: 800 mm$ Form der Achsenden: A2$ Achsdurchmesser: 25 mm$ Achsanflachung: SW 18$ Einlegelänge: 808 mm$ Achslänge: 834 mm$ Lagerbezeichnung: 6305$ Anzahl Stützringe Form A: 6$ Anzahl Stützringe Form B: 4$ Anordnung links: 4$ Anordnung mittig: 6$ Anordnung rechts: 4$ Qualität Stützringe: N$ Durchmesser Stützringe: 159 mm$ Anzahl Zwischenhülsen: 7$ Anzahl Schlussscheiben: 2$ Erbö   3111.800.05.68                                                                      
    file upload
      CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
        EXPORTING
          static    = 'X'
        CHANGING
          file_name = p_infile.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          FILENAME            = gd_file
          FILETYPE            = 'ASC'
         HAS_FIELD_SEPARATOR = 'X'
         HAS_FIELD_SEPARATOR = '$'
        TABLES
          DATA_TAB            = It_data.
      loop at it_data into wa_data.
        split wa_data-line at seperator into matnr_txt text1 text2 text3 text4 text5
                                                   text6 text7 text8 text9 text10 text11
                                                   text11 text12 text13 text14 text15
                                                   text16 text17 text18 text19 text20.
        move matnr_txt to wa_material-matnr.
        move text1 to wa_material-text1.
        move text2 to wa_material-text2.
        move text20 to wa_material-text20.
        append wa_material to it_material.
        clear wa_material.
      endloop.
      loop at it_material into wa_material.
        WA_LINE-TDFORMAT = '*'.
        WA_line-TDLINE = wa_material-text1.
        APPEND WA_LINE TO IT_LINE.
        WA_LINE-TDFORMAT = '*'.
        WA_line-TDLINE = wa_material-text2.
        APPEND WA_LINE TO IT_LINE.
        WA_LINE-TDFORMAT = '*'.
        WA_line-TDLINE = wa_material-text20.
        APPEND WA_LINE TO IT_LINE.
        G_THEAD-TDNAME   = wa_material-matnr. " material number
        G_THEAD-TDID     = pa_id.                           "  'GRUN',
        G_THEAD-TDSPRAS  = pa_langu.                "  EN
        G_THEAD-TDOBJECT = pa_obj.                   "  MATERIAL
        CALL FUNCTION 'SAVE_TEXT'
          EXPORTING
            CLIENT                           = SY-MANDT
            HEADER                        = G_THEAD
            SAVEMODE_DIRECT     = 'X'
          TABLES
            LINES           = IT_LINE
          clear : wa_line, g_matnr.
          refresh it_line.
      endloop.
    Edited by: jvsvijay on Jul 28, 2011 12:51 PM
    Edited by: jvsvijay on Jul 28, 2011 12:53 PM
    Edited by: jvsvijay on Jul 28, 2011 12:55 PM

  • Calls from cucm to CME not working-unknown number

    hi all
    we have cucm 9.1 and gateway 2911 on the side A and on the side B we have uc540 , we have configured tunnels between 2911 and uc540, calls from cucm SideA to uc540 Side B is ok and working fine. now we have one 9951 phone which gets ip from uc540 (side B) and tftp is our cucm IP.9951 phone is registered in cucm and calls from cucm to that 9951 phones are working fine. now problem is call is one sided between uc 540 local extension and ip phone 9951.
    9951 which is registered on cucm can call uc 540 user  but spa 504 phone which is registered on uc540 cant call to cisco 9951 phone gets error "unknown number"
    i am attaching debug voice ccapi inout with this
    kidnly help me to solve the issue ASAP

    here is show voice register all.i am surprised to see dial peer 20002 but there is no dial peer like that i dont know where its getting this dial peer 20002.extension 2002 is registered with my call manager.
    Router#sh voice register all
    VOICE REGISTER GLOBAL
    =====================
    CONFIG [Version=8.6]
    ========================
      Version 8.6
      Mode is srst
      Max-pool is 0
      Max-dn is 0
      Outbound-proxy is enabled and will use global configured value
      Security Policy: DEVICE-DEFAULT
      Forced Authorization Code Refer is enabled
      timeout interdigit 0
      network-locale[0] US    (This is the default network locale for this box)
      network-locale[1] US
      network-locale[2] US
      network-locale[3] US
      network-locale[4] US
      user-locale[0] US    (This is the default user locale for this box)
      user-locale[1] US
      user-locale[2] US
      user-locale[3] US
      user-locale[4] US   Active registrations  : 0
      Total SIP phones registered: 0
      Total Registration Statistics
        Registration requests  : 0
        Registration success   : 0
        Registration failed    : 0
        unRegister requests    : 0
        unRegister success     : 0
        unRegister failed      : 0
        Attempts to register
               after last unregister : 0
        Last register request time   :
        Last unregister request time :
        Register success time        :
        Unregister success time      :
    VOICE REGISTER DN
    =================
    VOICE REGISTER POOL
    ===================
    Router#

  • Copy and Paste Number

    I am unable to copy and paste a number from the call logs in the hub to the 'to' field in the text message. On pressing the number in the call log the copy number option appears but the number cannot be pasted in the text message 'to' field. The clipboard window is empty.
    Also, how do i update 'my number'...it is currently showing as 'unknown number'
    Solved!
    Go to Solution.

    Rahul,
    In the text message "To" feld, keep it pressed and you will get a menu on the side with paste option. 
    Also iin call logs if you keep the number pressed, in the side menu goto view call details and at the bottom you will get an option to text that number - so no need to goto text messages and then paste....
    to update your number goto settings > Security & privacy > sim card > edit phone number
    Please like / click solved if done

Maybe you are looking for

  • Can you dual-boot arch linux with Windows 7 ?

    Here is my current dilemna; I have Windows still on my netbook for the only reason that I use it for gaming . Other than that I have Linux Mint dual-booted with it . Now my question is, can I just instruct arch to install into the already existing li

  • CREATING A PDF THAT OPENS TO 'FIT IN WINDOW'

    Using InDesign (I'm CS2) is it possible to create a pdf with a default setting so that no matter who opens it (with Acrobat) it will open to 'fit in window'? Is this a creator defined attribute? I know that one can set their preferences in Acrobat so

  • Unbilled Receivable and Unearned Revenue Accounts

    We are using expenditure items for generating revenue and then for billing. When we generate revenue, the entry is: Revenue Cr to Unbilled Receivables Dr When we generate Invoice, the entry is: Unbilled Receivables Cr to Receivables Dr, which is file

  • Turning off the Ken Burns Effect

    How do I shut off the Ken Burns Effect to a specific image? I tried using it (I hated it) now I want to go back to just displaying the image. Do I need to delete from the timeline and start over?

  • Imac 2007 playing saved movies via apple tv

    i want to play saved avi files via my imac 2007 and apple tv