Problem in Displaying text Variable

Hi All,
I have problem in Displaying text Variable in the column header.
My requirement is as follows.
Column Level:
0Calmonth/Year
Key figures
Keyfigure1 - Current Month  - Text Variable1
Keyfigure2 - Previous Month - Text Variable2
Keyfigure3 - Previous Month - Same as Text Variable2 - Display same month
So based on each 0Calmonth/year these three keygirues should display in Header section like.
Selection screen
0Calmonth/Year - 03.2005 - 06.2005
Result should be for each month.
0Calmonth/Year
03.2005                                04.2005                              05.2005
03.2005 | 02.2005 | 02.20005  04.2005 | 03.2005 | 03.2005 05.2005 | 04.2005 | 04.2005.
I have created two text variable with Customer exit.But not able to show exact months in the header section.
For first three columns months are coming exactly, but from fourth columns it should display next month, but it is not coming.
I have tried to code, but not successfull.
Please help me how to go about this.
Will assign full points.
Regards,
Vijay

hi
Check here........
Re: Customer Exist for "From Current Date To Month End"
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/25d98cf6-0d01-0010-0e9b-edcd4597335a
Cal month
it might helpful for you
assign points if helpful

Similar Messages

  • Problem with displaying text in flash player

    I have flash player 10.2.152.26 and opera 11.01  installed.
    The problem is that text in flash is diplayed in an awful way like this:
    http://img651.imageshack.us/img651/6918/alljo.png
    And when i choose "settings" the window appears, but it doesn't react when I click on it.
    Can anyone help, please?

    Thanks for answering
    So you have IE8 and the hardware acceleration was able to be UNchecked and FP(Flash Player) is working properly with IE.
    In IE flash works fine with any settings.
    When I unchecked "Hardware acceleration" checbox in IE it also became unchecked in opera, but nothing changed in opera's behavior.
    When you don't use the Aero it's displayed correctly but the settings do not work. What settings are you referring to?
    It's about flash settings in Opera
    With aero: http://img443.imageshack.us/i/settingsh.png/
    Without aero: http://img816.imageshack.us/i/settingswoaero.png/
    In both cases the settings dialog is displayed like in the screenshots above, but when I click on checkbox/tabs/'close' button in it nothing happens. I can't change any settings or close it (dialog disappers only after reloading page)
    Just to sum up everything mentioned above:
    - In IE flash works fine regardless of any settings
    - In Opera text is displayed wrong when using windows aero, and without aero theme it's displayed correct
    - I didn't manage to make settings dialog work in Opera
    - When I change some flash settings in IE, they are also changed in Opera
    Now Flash Player works thru the browser, do you have perhaps have an addon that is conflicting? What Anti-Virus do you have Installed? Any addons of that?
    I have 7 extensions installed in Opera, I've disabled all of them, but nothing changed.
    I use Kaspersky Internet Security 2011, disabling it also gives nothing.

  • Problem in displaying text inside the item label - JFREECHART

    Hi All,
    I dont know whether this is the right place or not to post the queries related to jfreechart here .
    I am facing a problem in displaying the text inside the item label in jfreeChart. I am trying to print the text in 2 lines one below the other at the top of each bar in waterfall chart.
    Please find the code below in next post. The problem i am facing is it is neglecting the new line character . If any one knows how to display the text one below the other please help me out .
    Thanks in advance .
    Regards,
    Diw

    i am facing the problem in pasting the complete code as its exceeds the message text limitiation, please find the link below for the code .
    http://www.java-forums.org/java-2d/12087-problem-displaying-text-inside-item-label-jfreechart.html#post36648
    Early response will be appreciated . Thanks in advance
    Regards,
    Diw
    Edited by: Diw on Sep 30, 2008 11:15 AM
    Edited by: Diw on Sep 30, 2008 11:16 AM

  • How to display text variable of type customer exit

    Hi to all,
    I have created a query in query designer which display sales value according to plant.
    There i have also used a variable which will take input from user and restricted on 0CALDAY.
    I have also created 2 text variable to display the text for sales based on input in variable.
    I need when user enter the 01.02.2010 - 31.12.2010 value in variable , text variable should display SALES FROM 01.02.2010 TO 31.12.2010
    i knew how to do that by using text variable of processing type customer exit.
    But display of text variable is like SALES FROM 01022010 TO  31122010  ,
    But i need that SALES  01.02.2010 TO 31.12.2010
    i shall be thankfull to you for this.
    Regards
    Pavneet Rana
    Edited by: pavneet rana on Dec 22, 2010 7:46 AM
    Edited by: pavneet rana on Dec 22, 2010 8:03 AM

    Hi,
    Give Description on Sales Amount  as SALES FROM &ZVAR_YEAR1& TO &ZVAR_YEAR2&.
    ZVAR_YEAR1 & ZVAR_YEAR2 are the two text variables. These two variables should NOT be input enabled.
    In the Exit - under I_STEP = 2, write the below code.
    WHEN 'ZVAR_YEAR1'.
      DATA:   l_s_range       TYPE rs_s_range,
                   loc_var_range TYPE rrs0_s_var_range.
      READ TABLE i_t_var_range INTO loc_var_range WITH KEY vnam = 'ZVAR_INPUT_CALDAY'.
      l_s_range-sign = 'I'.
      l_s_range-opt  = 'EQ'.
      l_s_range-low  = loc_var_range-low.
      APPEND l_s_range to e_t_range.
    WHEN 'ZVAR_YEAR2'.
      DATA:   l_s_range       TYPE rs_s_range,
                   loc_var_range TYPE rrs0_s_var_range.
      READ TABLE i_t_var_range INTO loc_var_range WITH KEY vnam = 'ZVAR_INPUT_CALDAY'.
      l_s_range-sign = 'I'.
      l_s_range-opt  = 'EQ'.
      l_s_range-low  = loc_var_range-high.
      APPEND l_s_range to e_t_range.

  • Smartform - problem in displaying text in a page

    Hi experts,
         I am developing an invoice printing in smartforms.Here i am facing one problem.
    i am displaying line items in a table in the footer window.In that table footer i am displaying some text (text contains 8 lines).
          Here if the number of line items are below 3 the text in the footer of the table printing correctly in the 2nd page.
         But if the number of line items are above 3 the text in the footer of the table in footer window is not printing correctly (4 lines in the text is printing in 2nd page remaining 4 lines are not moving to 3rd page).
    Regards,
    Navaneeth.

    Hi
    Generally we use MAIN WINDOW for printing the line itesm data which is not constant.
    Depending on lines it moves to next page.
    You are saying that you are using footer window. It seems that you have taken the height of that window as 3 Lines
    where you wants to print the lines if it is more than 3 ? naturally it goes to next page.
    So you increase the footer window height to a max of the line items, or reduce font.but even if it is not a constant data naturally it goes to next page.
    You have to use the footer window for printing some constant data in the footer like Signature, and address etc.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Problems with displaying text from gtk+-2.0 with Cairo

    I've got a 64-bit app that uses gtk+-2.0 (2.8.17 with Cairo). I had to build my own libraries since the gtk+-2.0 libraries Solaris 10 ships with is 32-bit only (and does not contain Cairo support). The app is statically linked so that our customers don't have to do any more than just install the app.
    I've got a customer who's using a Sun Ray 2fs to run our app from a Sun Ray server. The problem is that none of the text in the UI is readable (including the menubar). He sent a screenshot and I can tell it's rendering the glyphs, just not correctly. The best way of describing the text rendering problem is to take a bitmap of antialised text drawn with a black pen color. Now remove all non solid black pixels. You only see pieces of the glyphs (typically, just the vertical and horizontal parts).
    We don't have a Sun Ray client to test with but for testing purposes, I installed our app on freshly built Solaris 10 (5/09) and Open Solaris systems with no modifications to the virgin systems. I could run our app on both Solaris systems and display the app on a remote X display just fine. I asked the customer to try a real X display and he ran X-Win32 on a Windows XP guest using VirtualBox on the Sun Ray server and our app appeared just fine on his Sun Ray client. I told him if our app displays just fine on a real X display, then the problem must be with the Sun Ray server.
    Has anyone encountered this problem? I'm going to try building the latest gtk+-2.0 libraries but I'm not convinced it's going to do any good. I don't think it's a Fontconfig configuration problem because our app worked out of the box on freshly installed systems (unless perhaps Sun has made changes to /etc/fonts/fonts.conf since the version on his system versus ours).
    PS. We actually need the Cairo graphics support. It just happens that the version of Pango that's in 2.8 (and all versions of gtk+-2.0 since) also uses it for text rendering in the widgets.

    Garrett Cobarr wrote:
    > I have been attempting to import text from Illustrator
    CS2 into Flash 8. I
    > would like to retain the layers if possible.
    >
    > I am having many different problems as I have
    experiemented at the AI side.
    > One is having the text come in with the outline offset
    and no longer alligned.
    > When I drag and drop, the outline completly dissappers.
    The text when it does
    > come in is converted to a png and longer has the layers
    seperated.
    >
    > I am also getting a message in the report window, on
    some of my tries, that it
    > is an improper PDF.
    >
    > The bottom line question is: What is the recommended
    method of importing text
    > from AI CS 2?
    You have to remember that both programs are totally different
    animals and simply
    some of the option used by you in AI won't be working or
    can't be translated into
    flash's environment. You will never get editable content,
    just an image.
    Export to SWF from AI and import that SWF to flash. Should be
    as close as possible
    to original file tho I can't assure your layers will
    maintain.
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Having problem in Displaying Text in textarea through a Thread.

    Hi freinds,
    I am not able to get the Text displayed in Textarea at the same time when it is appended to textarea from a thread.... all the text is displayed at a single go after the program finishes the execution.
    import javax.swing.*;
    import java.util.*;
    import java.io.*;
    import java.awt.event.*;
    public class BaseFrame extends JFrame implements ActionListener
         JComboBox Jbx = new JComboBox();
         JButton Bn1 = new JButton("Start");
         JButton Bn2 = new JButton("Restart");
         JButton Bn3 = new JButton("Stop");
         JTextArea Tx = new JTextArea();
         public BaseFrame()
              initProp();
              contents();
         protected void initProp()
              setSize(550,350);
              setVisible(true);
              setLocationRelativeTo(null);
              setResizable(false);
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              getContentPane().setLayout(new SpringLayout());
         protected void contents()
              JLabel lbl= new JLabel("Select the Server : ");
              JScrollPane Js = new JScrollPane();
              JScrollPane Js1 = new JScrollPane();
              JPanel pn= new JPanel();
              Jbx.addItem(" ausserver");
              Jbx.addItem(" Inc2Server");
              Jbx.addItem(" Inc2NZL");
              pn.setLayout(new SpringLayout());
              pn.add(lbl,new SpringLayout.Constraints(
                   Spring.constant(20),
                   Spring.constant(20),
                   Spring.constant(130),
                   Spring.constant(25)));
              pn.add(Jbx,new SpringLayout.Constraints(
                   Spring.constant(130),
                   Spring.constant(20),
                   Spring.constant(200),
                   Spring.constant(22)));
              pn.add(Bn1,new SpringLayout.Constraints(
                   Spring.constant(20),
                   Spring.constant(50),
                   Spring.constant(100),
                   Spring.constant(22)));
              pn.add(Bn2,new SpringLayout.Constraints(
                   Spring.constant(140),
                   Spring.constant(50),
                   Spring.constant(100),
                   Spring.constant(22)));
              pn.add(Bn3,new SpringLayout.Constraints(
                   Spring.constant(260),
                   Spring.constant(50),
                   Spring.constant(100),
                   Spring.constant(22)));
              Js1.getViewport().add(Tx);
              pn.add(Js1,new SpringLayout.Constraints(
                   Spring.constant(3),
                   Spring.constant(80),
                   Spring.constant(535),
                   Spring.constant(238)));
              Js.getViewport().add(pn);
              getContentPane().add(Js,new SpringLayout.Constraints(
                   Spring.constant(0),
                   Spring.constant(0),
                   Spring.constant(544),
                   Spring.constant(324)));
              Bn1.addActionListener(this);
              Bn2.addActionListener(this);
              Bn3.addActionListener(this);
         public void actionPerformed(ActionEvent ae)
              if(ae.getActionCommand() == "Start")
                   try{
                             Start();
                   catch(IOException ie)
                        Tx.append("Cannot find File\n");
              if(ae.getActionCommand() == "Stop")
                   try{
                             Stop();
                   catch(IOException ie)
                        Tx.append("Cannot find File\n");
              if(ae.getActionCommand() == "Restart")
                   try{
                             Stop();
                             Start();
                   catch(IOException ie)
                        Tx.append("Cannot find File\n");
         void Start() throws IOException
              FileWriter wr = new FileWriter("dk.bat");
              wr.write("@echo off\n");
              wr.write("\"C:/Program Files/WebSphere/AppServer/bin/startserver\"" + Jbx.getSelectedItem());
              wr.close();
              Tx.append("\nStarting Server" + Jbx.getSelectedItem() +"\n");
              RunCmd rn = new RunCmd();
              rn.runComm("dk.bat");
              Tx.append("\nServer Restarted");
         void Stop() throws IOException
              char[] buf={1,2,3,4};
              String str=(String)Jbx.getSelectedItem();
              FileReader fr= new FileReader("C:/Progra~1/WebSphere/AppServer/logs/"
                                            + str.trim() +"/"+str.trim()+".pid");
              fr.read(buf,0,4);
              fr.close();
              System.out.println(buf);
              String str1=new String(buf);
              FileWriter wr = new FileWriter("dk.bat");
              wr.write("@echo off\n");
              wr.write("taskkill /pid " + str1 + " /f");
              wr.close();
              Tx.append("\nStopping Server" + str +" with Process Id " str1 "\n");
              RunCmd rn = new RunCmd();
              rn.runComm("dk.bat");
              Tx.append("\nStopped the Server");
         class StreamGobbler extends Thread
              InputStream is;
              String type;
              OutputStream os;
              StreamGobbler(InputStream is, String type)
                   this.is = is;
                   this.type = type;
              public void run()
                   try
                        InputStreamReader isr = new InputStreamReader(is);
                        BufferedReader br = new BufferedReader(isr);
                        String line=null;
                        while ( (line = br.readLine()) != null)
                             Tx.append(line + "\n");
                   } catch (IOException ioe)
                             ioe.printStackTrace();
         public class RunCmd
              public int runComm(String str)
                   int exitVal = 0;
                   try
                        Runtime rt = Runtime.getRuntime();
                        Process proc = rt.exec(str);
                        StreamGobbler errorGobbler = new
                             StreamGobbler(proc.getErrorStream(), "ERROR");
                        StreamGobbler outputGobbler = new
                             StreamGobbler(proc.getInputStream(), "OUTPUT");
                        errorGobbler.start();
                        outputGobbler.start();
                        exitVal = proc.waitFor();
                        System.out.println("ExitValue: " + exitVal );
                   } catch (Throwable t)
                        t.printStackTrace();
                   return exitVal;
    Kindly look into this ..if someone has a clue what is going wrong where....plz inform me...thanks in advance.

    Use the "code" formatting tags when posting code so the code retains its original formatting.
    I didn't really look at your code but this type of problem is usually caused by executing a long running task in the Event Thread. Therefore the GUI can't repaint itself until the long running task is finished. Solution is to create a separate thread for the long running task.
    Something like this:
    http://forum.java.sun.com/thread.jspa?forumID=257&threadID=437592

  • Problem in displaying text in smartform

    Hi,
    In my smartform, In a text element I have written a text like below.
    Reference Number ,,,, &v_ref& ,,,, Date Received ,,,,&v_date&
    Now v_ref can be max of 23 characters. When it is of 23 characters, it is showing fine in output.
    But when it is <23 i.e.10 or 11 characters, the allignment is misplaced. So I am thinking in that case
    I will append blank space after the value upto 23 characters. I have tried several ways to add blank
    spaces but in the output it is not considering the space and still the problem remains.
    I want you guys help to resolve my problem.
    Mainak

    Hi,
    For this there is Two solutions :
    1. Create One paragraph format in smart Styles by providing required Tab Spaces and assign it to Text node.
    2.Use a Template that contain two columns with required length.
    Better is Use Template for future modifications.

  • Displaying text more than 256 in ALV report

    Hi experts,
                     I have problem while displaying text field in ALV report which has more than 256 characters.
    I'm using CL_SALV_TABLE for displaying alv.while concatenating my internal table holding all the text.but at the time of displying the report it's only displaying 256 characters.
               Can anyone guide me how to display more than 256 characters in ALV output using CL_SALV_TABLE.

    Hi,
    Please find the below code.
    TRY.
          gr_column ?= gr_columns->get_column( columnname = 'MATNR' ).
          gr_column->set_output_length( '300' ).
        CATCH cx_salv_not_found.
        Message : Column definition problem
          MESSAGE e075().
      ENDTRY.
    Edited by: Archana.T on Jun 16, 2010 1:24 PM

  • Building Text variables - leading 0

    Hi
    I am having a problem with building text variables. 
    I start with a variable containing null, and do something like  Hint = Hint + "black and white animal" and the result is that Hint now contains 0black and white animal
    Is there any way around this?
    It is not an urgent problem - I just use more variables than I really need!
    Thank you!
    Elizabeth

    Hi Lilybiri
    Oh!  What a shame!  It works well apart from that leading 0!  Thanks.  I'll
    stop trying.
    Thank you again for your help
    Elizabeth
    From:  Lilybiri <[email protected]>
    Reply-To:  <[email protected]>
    Date:  Fri, 10 Feb 2012 08:20:02 -0700
    To:  EJ Wells <[email protected]>
    Subject:  Building Text variables - leading 0
    Re: Building Text variables - leading 0
    created by Lilybiri <http://forums.adobe.com/people/Lilybiri>  in Adobe
    Captivate - View the full discussion
    <http://forums.adobe.com/message/4198385#4198385>
    Concatenation of strings is not possible in Captivate, I'm afraid.
    Replies to this message go to everyone subscribed to this thread, not
    directly to the person who posted the message. To post a reply, either reply
    to this email or visit the message page:
    http://forums.adobe.com/message/4198385#4198385 To unsubscribe from this
    thread, please visit the message page at
    http://forums.adobe.com/message/4198385#4198385. In the Actions box on the
    right, click the Stop Email Notifications link. Start a new discussion in
    Adobe Captivate by email
    <mailto:[email protected]l.f
    orums.adobe.com>  or at Adobe Forums
    <http://forums.adobe.com/choose-container!input.jspa?contentType=1&container
    Type=14&container=2267>  For more information about maintaining your forum
    email notifications please go to
    http://forums.adobe.com/message/2936746#2936746.

  • 2.1EA2 - Still problems with trigger text tab on table panel

    I'm currently running SQLDeveloper 2.1 EA2 and I'm experiencing problems to display text of tables triggers.
    In fact I have found that file displaying this text has an mistake : It's assumed that trigger owner is the same as table owner.
    In file oracle/dbtools/raptor/oviewer/base/xml/tables.xml of extension oracle.sqldeveloper.oviewer.jar version11.1.1.63.10.
    This file contains an section dedicated to triggers :
    select dt.trigger_NAME, dt.trigger_type, dt.triggering_Event, dt.status, :OBJECT_OWNER sdev_link_owner,
    dt.trigger_NAME sdev_link_name,'TRIGGER' sdev_link_type
    from DBA_triggers dt
    where dt.table_owner = :OBJECT_OWNER
    and dt.table_name = :OBJECT_NAME;
    And the source part :
    select text sql
    from dba_source
    where name=:TRIGGER_NAME
    and owner=:OBJECT_OWNER;
    I Think the glitches is the owner=:OBJECT_OWNER.
    I made some tests by replacing the table.xml in archive (I know it's hugly). My modifications are :
    1) add an trigger_owner column in firsts selects
    2) use :TRIGGER_OWNER instead of :OBJECT_OWNER
    This seems to solve problems.
    I don't know how to report this as a bug, bu I hope that someone of the devel team will push it forward to solve the problem on 2.1 final.

    It's there; it's just very small. Consider either giving it some rows or column int values or a preferred size, or putting it in a JScrollPane with a preferredSize set.
    another thought is to use a BorderLayout for the whole thing, and place the JScrollPane/JTextArea BorderLayout.CENTER, put the JTextField and JLabels in a JPanel using GridBag and placing this into the main BorderLayout.NORTH, and placing the buttons into their own panel which is added to the main BorderLayout.SOUTH.
    Edited by: Encephalopathic on Sep 24, 2008 9:51 AM

  • Problem in displaying dates for replacement path with text variable

    Hi all,
    I have to display dates in sequence as descriptions for 15 columns based on the the date entered by the user in Bex Report.I managed to display date as description using text variable with replacement path for single column.I could not able to increment date for other descriptions.Could you please help me to solve this issue.Its urgent.
    Ex: User enters 03/09/2007 then in the out put desciptions for the columns should be  03/09   04/09  05/09 ............ 17/09.
    Thanks in advance.
    Regards,
    Mandadi.

    Hi,
       goto the properties of your KF and click on the variable button side to that of the description field and click on new/Create option.Enter the technical name description for the text variable and select Replacement path as the Processing type and in the nxt screen select Fiscal year as the replacement variable and in nxt screen  specify as Key and provide offset values if necessary and click on finish.now select the variable by clickin on the variable button next to the description field.it comes after the description of the KF.Now run the query.
    Thanks,
    Sandeep

  • Text Variable(Customer Exit) displays variable name instead of its value.

    Hi Gurus,
    My requirement is to display the year(from variable) as the field name i.e Year end salary 2009.
    I was using the fields name as hardcoded values like 2009 but as per my requirement i need to display it from the variable.
    I tried using Text Variable using customer exit, but I'm getting variable name(zvariable) instead of value(2009).
    Please help me out, many thanks in advance.
    Regards,
    Ankur

    Hi,
    Actually I tried to create a Text Variable with Replacement Path.
    But here the problem is that we have a Characteristic Variable (Customer Exit) which is not listing in the selection box of Replacement Path.
    Hence we tried to create another Text Variable (Customer Exit) and refering to the same Customer Exit code.
    Regards,
    Ankur

  • Text Variables are not being Displayed in the Output of the Query

    Hi All ,
    We have some column headings , which are populated through the Text Vaiables , But in the Query Ouptput only the tech names of the Text variables are being displayed . can anyone tell me why its happening like this . I want to debug the Query , please guide me in this regard
    Thanks in Advance.. Pls reply me as soon as possible

    Hi Nagarjuna reddy,
    Click on the properties of the infoobject enter the name of the description and next to that you can see the X/? buttion click on the this button and select the field/if the proper field is not there then create a field descriton and select. i hope this is works and correct me if i am wrong. for debuggin the query use a transaction code- RSRT.
    regs,
    Vachan

  • Text variable is not displaying in the query result

    Hi All
    I am having problem here i have cteated a text variable on 0company with replacement, its not showing the name or key on the output when i run the qury it showing &ztxtvatc& so what might be the problem........pls can anybody tell me the solution for this and iam working on BI7.0, New version.
    Thanks in advance
    Srinivas

    Hello ,
              You can try this code, sorry if i am wrong,
    DATA: l_value(10)   TYPE c,
          l_s_comp     LIKE /BI0/TCOMPANY,
          l_t_comp     LIKE /BI0/TCOMPANY OCCURS 0.
    WHEN 'ZTXTCOMP'
    IF i_step = 2.
    LOOP AT i_t_var_range INTO loc_var_range
               WHERE vnam = ZCOMPANY'.
    SELECT * FROM  /BI0/TCOMPANY
                     INTO  l_t_comp
                 WHERE  /BI0/OICOMPANY = i_vnam.
    LOOP AT l_t_comp INTO  l_s_comp    
            CLEAR l_s_range.
            l_s_range-low  = l_s_comp-RSTXTMD.
            L_S_RANGE-SIGN = 'I'.
            L_S_RANGE-OPT = 'EQ'.
            APPEND L_S_RANGE TO E_T_RANGE
    END LOOP.
    EXIT.
    END LOOP.
    END IF.
    hope it helps,
    assign points if useful

Maybe you are looking for

  • Dbms_scheduler.file_watch will only pull in files with t/s = last run...

    Hello, I may be missing something easy, but instead of spinning my wheels I'll ask. I am new to using the file_watcher in the dbms_scheduler so I followed the directions posted in this link: http://awads.net/wp/2011/03/29/did-you-know-about-file-watc

  • Photos are not adjustable in Aperture v.2.1.4.

    Photos are not adjustable in Aperture v.2.1.4. 17200 photos can not adjust? This applies to pictures before 02/28/1910? All the pictures have a yellow mark with a ! in the bottom right of the picture. Also appears in the box Badger. Also get the mess

  • How do I transfer photos from Ipad to computer?

    How do I transfer photos from iPad to computer?

  • Why are trim marks not printing correctly in Acrobat 9?

    I just upgraded from Acrobat Pro 7 to Acrobat Pro 9. In 7 when I had a document with bleed I could indicate that I wanted trim marks and they would print and I could see where the page would be trimmed. In 9 no matter what I do it puts the trim marks

  • Net Value at Header and Item Level

    Guyz I have a header condition say ZFRE, which is manual. when I see total at header level it should be added to other components and show the Net Value. But, it shouldn't appear at item level Net value. With standard settings, ZFRE is being distribu