Problem in displaying data when data is huge

Hi All,
          I am getting 1 strange problem in Adobe forms.In my form i have few subforms.For those i have set Auto fit property as true,Expand to fit property is true ,Allow multiple lines property is true ,Allow Page breaks within content property is true & the layout is flow content.
If the complete data for 1 subform is shown in same page,it shows the complete data but if the data is split into more than 1 pages,its showing the data in both pages but it truncates some data.Can anybody tell what can be the problem?
regards
Sumit

Hi Sumit,
Just recheck if all are in Flow content, top to bottom flow,  Expands to fit.
If it does not solve the problem, put some margins in the layout pallette.
How many lines are gettinig truncated???
Put the Body page with in  the content area..
- Hope these helps,
Regards,
Anto.

Similar Messages

  • Smartform Problem in Displaying a string data

    Hi Friends,
                     I am facing a problem while displaying a string data in smartform. Actually it is a one of the field's data in an internal table. It is a STRING field type of length 0. While populating in an internal table it is having a all the data(Around 700 char data). But while displaying in a smartform surprizingly only few characters(Around 225 char data). How can i overcome this problem?
    Regards,
    Sekhar.J

    Hi
    try this and see
    Declare some Variables of 72 char each and split that long string data of internal table text field into them and display these variables strings one below other in smartform
    var1 = itab-text+0(72)
    var2 = itab-text+72(72)
    var3 = itab-text+144(72)
    like that
    and display one below other in smartform.
    &VAR1&
    &VAR2&
    &VAR3&
    Reward points for useful Answers
    Regards
    Anji

  • Problem in displaying dynamic japanese data in JSP

    Hi all,
    I am trying to display japanese data (address) fetched from RDBMS database but only ???????? getting displayed. First the data is fetched from database then populated in xml. From xml databean is created .
    Steps taken
    I have put chartset =shift-jis in jsp response header .
    I made sure the encoding for XML file is UTF-8 for parsing. I am using documentbuilder object for parsing for xml.
    I am not sure what needs to be done to display japnese text properly.
    I appreciate if i get solution as i am struck with this for long time
    Regards,
    prasad

    Your JSP pages need to contain a JSP directive that specifices the encoding for the pages (one that supports Japanese).
    I use:
    <%@ page contentType="text/html;charset=UTF-8" %>
    You could also use:
    <%@ page contentType="text/html;charset=SHIFT-JIS" %>
    When you view with your browser also remember to set the page encdoing and ensure your OS has the proper fonts installed.

  • Problem with FC security when data restrictions are based on RU dimention

    Dear Sirs,
    The data access restrictions for users in our system is configured, that reporting unitu2019s data can be accessed only by users that are responsible for ancestor's data based on RU hierarchy (restriction by RU dimension in data analysis).
    When reporting unit is moved in hierarchy from one parent to another -  old ancestor canu2019t access itu2019s data as only new ancestor do. But in that case we have a very big problem as users can't build old ancestoru2019s consolidated reports for previous periods - they are incorrect since RU dimension access is restricted for all periods.
    Are any ideas how the issue can be solved ?

    Dear Egle,
    Indeed,  the historical data within the reports will not be accessible after the data analysis modifications and this is the normal behavior of BO Financial Consolidation.
    Please note that an enhancement request was escalated to allow users to belong to more than one Data Access Group. This enhancement is referenced under the reference ADAPT01028492 ( for more information, you can refer to  the SAP Note 1405946 - BOFC - Allowing multiple Data Access Groups).
    This new feature is not implemented yet in  Financial Consolidation  and the current  workaround is to create 2, 3 or 4 users for the same person.
    However, this workaround will oblige users to disconnect/reconnect many times or open more than one session  to apply necessary changes on BO Financial Consolidation.
    If this request is quite important for you, we recommend you to enter this enhancement in our new site ( Idea Place): https://ideas.sap.com. Indeed, SAP has defined a new process and a new tool that is now available to customers  which allow them to log Enhancement Requests themselves and have the ability to work more directly with our technology and Development group.
    If the request sent by the customer is pertinent and voted by 10 other customers at minimum, the Enhancement Request will be probably accepted by the Product Group(to have more information  about this new process, you can refer to the SAP note 1515837 - NEW Enhancement Request Process - "Idea Place" )
    Let me know if you will need further details.
    Best regards,
    Emna.

  • Display '0' when data is not available in Crosstab

    Hi Friends,
    I have a simple crosstab, which will show,
    Country as a "row header"---only one country is available
    Department as a "column"
    No.Of employees in "Body" of cross tab.
    The table will how much percentage of employees are contributed under each department in one Country. Data is also coming correctly. But if there are no employees or there is no data the crosstab is not showing that row. it is displaying the records which is having data. But I need to show all the departments even there is no data. how can I do this?
    Any help would be greately appreciated.

    Hi Anindita,
    By default those two options will be selected. those will work on null values. But in my case there are no null values. I don't have any data for particular departments. eventhough I need to visualize the things by giving a default value, say '0'. for example, the following is the report I need
    DeptName | country
    Marketing | 10
    Finance | 0
    Production | 0
    packaging | 76
    (Here the numbers under country are the count of employees. this is a crosstab report).
    I am getting the following report
    DeptName | country
    Marketing | 10
    packaging | 76
    I want to show all departments even though the data is not available. Please help me.

  • Problem in displaying dynamiic japanese data

    I am trying to display japanese data (address) fetched from RDBMS database but only ???????? getting displayed.
    First the data is fetched from database then populated in xml. XML is in UTF-8 encoding,From xml ,databean is created .
    Steps taken
    I have put chartset =shift-jis in jsp response header .
    I made sure the encoding for XML file is UTF-8.
    I am not sure what needs to be done to display japnese text properly.
    cheers
    svp

    Tien ,
    I tired this but it did not work.
    I was curious knowing how japanese static text is put into jsp code. I want to know whether i followed right way because if the change te encoding to utf-8 ,my jsp displays question marks even for static content.

  • Restriction on date when date is in the rows

    Hello and Nappy New Year.
    I have a problem to create the report based on the business requirements. The report should be based on the General Ledger DSO present two columns: total for the day and total for the previous day (both for the same, selected GL accounts). The rows should be Plant and Calendar Date.
    What I expect is:
    Date               Total for this day     Total for previous day
    2008-12-01          100               0
    2008-12-02          200               100
    2008-12-03          400               200
    2008-12-04          450               400
    etc.
    I created the columns as restricted key figures: first one is <= Calendar day, second is < Calendar Day. Both of them are cumulated, as I need the total on selected GL accounts, not the operations created on the particular day. Unfortunately, when the report is run for the time period fromu2026 tou2026 it presents the same values in both the columns. Whatu2019s more, the value presented for the first day in period donu2019t contain values gathered from the days before. It looks like the restrictions u201C<=u201D and u201C<u201D donu2019t work correctly.
    Any idea how to implement the requirement like this?
    Arelis

    Hello
    Thank you for your answer, but unfortunately it doesnu2019t work as I expected.
    In the meantime I was thinking about another approach: To be able to create the restricted key figure, where the selection on the date will be
    - from 1990.01.01
    - to variable, where variable is the value of the date for the particular row (including or excluding, depending on the Key Figure, as described in the example very above)
    The variance of the selection would be:
    - less than variable described above
    - less or equal variable described above
    The problem is that I have no idea how to put the value of the characteristic from the row to the variable. With u2018replacement pathu201D I can use only query or variable, with u201Cformula variableu201D I can use the characteristic to create the Key Figure, but I cannot use it after that.
    Any idea?
    Arelis

  • What happens to report data when data is deleted in cube

    Hi,
    We are deleting Complete data in Cube daily and do a fresh data load via process chain. So, my question is what happens when run a report based on the cube during period of deletion of data from cube.
    My question is does system will put old data some where untill new data comes in cube (or) complete deletion of data takes place and no data is displayed in report during that deletion period.
    Please let me know.
    Thanks
    Tony

    Hi Tony,
    As soon as data is deleted from the cube, Data will not be available for reporting. because for any reports data is fetched from Tables, for DSO they will fetch from Active table.
    So you will receive a message Data not found, if the data is deleted from Cube's table.
    Assign some points, if this is helpful.
    Rgs,
    I.R.K

  • NVL and replace date when date field is null from table

    I am trying to replace a field with a date default when it is null and it is not working
    I was wondering if someone could give me a clue to what I am doing wrong
    Here is the part of the select statement:
    NVL (o.mass_production_date__c, TO_DATE ('1900-01-01', 'yyyy-mm-dd')),
    It is not replacing a NULL value in o.mass_production_date__c if it is returning null
    o.mass_production_date__c is a DATE format field
    TIA,
    Mike

    Can you post the actual query and screen cature show it's not working.
    Most likely is because your data is not NULL but some empty string.
    The function should work just fine like following,
    TEST@rman> create table t1 (val date) ;
    Table created.
    TEST@rman> insert into t1 values (null);
    1 row created.
    TEST@rman> commit;
    Commit complete.
    TEST@rman> select * from t1;
    VAL
    TEST@rman> select nvl(val,TO_DATE ('1900-01-01', 'yyyy-mm-dd')) from t1;
    NVL(VAL,T
    01-JAN-00

  • Problem in displaying image when running a jad file

    I have written a midlet which displays an image in the welcome screen and then shows the main menu for the application. WHen I try to run the code directly from the console by using the command "midp -classpath . teledoc", the code runs fine and also displays the image which is stored in the same directory as the class files. Now i made a jad file so that i can install it on the mobile phone directly but while running the jad file it gives an error that "unable to locate and read the png file". Can anyone tell me why it is happening. I am attaching the code for the midlet below. Also the jad and manifest.txt files are attached.
    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;
    import java.io.*;
    public class teledoc extends MIDlet implements CommandListener{
    private Display display;
    private List list;
    private frmreg frmsub;
    private frmconsult frmsub1;
    private frmread frmsub2;
    private frmread_con frmsub3;
    private Command cmdexit;
    private Command cmdexit1;
    private Command cmdreg;
    private Command cmdconsult;
    private Command cmdread;
    private Alert altest;
    public teledoc(){
    display=Display.getDisplay(this);
    frmsub = new frmreg("New Registration", this);
    frmsub1 = new frmconsult("New Consultation", this);
    frmsub2 = new frmread("Select User", this);
    frmsub3 = new frmread_con("Select User", this);
    try{
         Image imgmain=Image.createImage("/teledoc.png");
         Image im1[] = {Image.createImage("/teledoc1.png"),Image.createImage("/teledoc1.png"),Image.createImage("/teledoc1.png"),Image.createImage("/teledoc1.png"),Image.createImage("/teledoc1.png"),Image.createImage("/teledoc1.png")};
         String options[] = {"New Registration", "Edit User Info", "New Consultation", "Edit Consultation", "Doctor's Reply", "Exit"};
         list = new List("Main Menu", List.IMPLICIT, options, null);
    cmdreg=new Command("New Registration", Command.SCREEN,3);
    cmdconsult=new Command("New Consultation", Command.SCREEN,4);
         cmdread=new Command("Edit User Info", Command.SCREEN,5);
         cmdexit1=new Command("Exit", Command.SCREEN,6);
    cmdexit=new Command("Exit", Command.SCREEN,2);                    list.addCommand(cmdexit1);
    list.setCommandListener(this);
    catch(java.io.IOException e)
    System.err.println("unable to locate");
    public void startApp(){
    try{
    Image im=Image.createImage("/teledoc.png");
    altest = new Alert("Welcome to TeleDoc", "", im, AlertType.INFO);
    altest.setTimeout(2000);
    catch(Exception e){
    System.out.println("Unable to Read PNG Image :");
    displayteledoc1();
    public void displayteledoc()
    display.setCurrent(list);
         public void displayteledoc1()
    display.setCurrent(altest, list);
    public void commandAction(Command c, Displayable s){
    //if(s==list){
    if(c==list.SELECT_COMMAND){
              switch (list.getSelectedIndex())
              case 0:
    display.setCurrent(frmsub);
              break;
              case 1:
    display.setCurrent(frmsub2);
              break;
              case 2:
    display.setCurrent(frmsub1);
              break;
              case 3:
    display.setCurrent(frmsub3);
              break;
              case 4:
              break;
              case 5:
    destroyApp(false);
              notifyDestroyed();
              break;
    if(c==cmdexit1){
    destroyApp(false);
    notifyDestroyed();
    //manifest.txt file
    MIDlet-Name: teledoc
    MIDlet-Version: 1.0
    MIDlet-Vendor: Jiva Research Institute.
    MIDlet-1: teledoc, /teledoc.png , teledoc
    MicroEdition-Profile: MIDP-1.0
    MicroEdition-Configuration: CLDC-1.0
    ////teledoc.jad file
    MIDlet-Name: teledoc
    MIDlet-Version: 1.0
    MIDlet-Vendor: Jiva Research Institute.
    MIDlet-Jar-URL: teledoc.jar
    MIDlet-Jar-Size: 18546
    MIDlet-1: teledoc, /teledoc.png , teledoc

    The problem probably isn't in you code, nor manifest nor jad file, but in the package process. Your image have to be in the root dir of the .jar file, but it isn't there. Try to see what is in you .jar with your favourite compress tool or with this command:
    %JAVA_HOME%\bin\jar -tfv <yoursuite.jar>

  • XMLP-PROBLEM IN DISPLAYING TOTALS WHEN LINES HAVE MULTILINE DESCRIPTION.

    The Report Totals on documents does not appear at the bottom of the page when we have lines that have multi-line description.
    Actually we had restricted the length of each XML page to display 40 lines only. In case if we are not having details of 40 lines then we are filling the remaining space with the empty lines using "FILLER CHECK" concept. The report is working fine if the invoice description is of only a single line.But when the invoice description is of multiple lines(having new line characters or exceedes the maxmimul length) then the invoice's total information is going to the next page.
    Can any one of you resolve this issue.
    Thanks in Advance.
    Vishnu.

    Hi Tim,
    Thanks for your quick response.
    Here we cant truncate the invoice description, we have to get the whole in that column itself even it may be single or multiple line description. If we are not going to restrict the length of XML page to 40 lines, we are getting the output correctly. Only the problem arises when we are going to restrict the number of lines per page, i,e if you have fixed that length to 10 lines also we are getting the totals in the next page.
    Vishnu.

  • Problem in displaying loginpage when user press logout

    Hi everyone, I am new to Swing and facing an issue which might appear simple to you people.
    I have a Login Screen. When user supply credentials and press the login button, the next page is displayed which has a logout button. If user clicks this logout button, ideally the login screen should come. I am struck up in implementing this functionallity. I'm attached SAMPLE Code for the same.
    // MainFrame.java
    import java.awt.Color;
    import java.awt.Container;
    import java.awt.Font;
    import java.awt.event.WindowEvent;
    import java.awt.event.WindowListener;
    import java.io.PrintStream;
    import java.text.SimpleDateFormat;
    import javax.swing.JFrame;
    import javax.swing.JOptionPane;
    import javax.swing.JPanel;
    public class MainFrame extends JFrame implements WindowListener{
        private static final long serialVersionUID = 1L;
         public static  String server_url = "t3://localhost:7001";
         public static  String JNDI_NAME = "com.qwest.bpm.designerserver.DesignerServerRemoteHome";
         static final String title_base = "MY App";
         PrintStream log;
         SimpleDateFormat df;
         public static JPanel current_page;
        String errmsg;
        public Color background;
        public Color color_tablehead;
        public Color color_canvas;
        Font font_textfield;
        String database;
        MainFrame(String title){
             super(title);
            System.setSecurityManager(null);
            setSize(900, 720);
              addWindowListener(this);
              rootPane.setDoubleBuffered(false);
              background = new Color(0.9f,0.9f,0.7f);
              color_tablehead = new Color(0.8f,0.8f,0.6f);
              color_canvas = new Color(0.97f,1.0f,0.97f);
              font_textfield = new Font("courier", Font.PLAIN, 12);
              setBackground(background);
              getContentPane().setBackground(null);
              log = System.out;
              df = new SimpleDateFormat("HH:mm:ss");
              setDefaultLookAndFeelDecorated(true);
            errmsg = null;
            database = "Oracle";
         public void setPage(JPanel page) {
              if (current_page!=null) current_page.setVisible(false);
              Container content_pane = getContentPane();
              if (!content_pane.isAncestorOf(page)) {
                   // System.out.println("Add page " + page.getClass().getName());
                   content_pane.add(page);
              page.setVisible(true);
              current_page = page;
            if (errmsg!=null) {
                JOptionPane.showMessageDialog(this, errmsg);
                errmsg = null;
         public void logout() {
              //Code to be changed here
           System.exit(0);
         public static void main(String[] args){
              MainFrame frame = new MainFrame("My App");
              frame.setPage(LoginPage.getPage(frame));
              frame.setVisible(true);
         public void windowActivated(WindowEvent e) {
              // TODO Auto-generated method stub
         public void windowClosed(WindowEvent e) {
              // TODO Auto-generated method stub
         public void windowClosing(WindowEvent e) {
              // TODO Auto-generated method stub
         public void windowDeactivated(WindowEvent e) {
              // TODO Auto-generated method stub
         public void windowDeiconified(WindowEvent e) {
              // TODO Auto-generated method stub
         public void windowIconified(WindowEvent e) {
              // TODO Auto-generated method stub
         public void windowOpened(WindowEvent e) {
              // TODO Auto-generated method stub
    //MainPanel.java
    import java.awt.BorderLayout;
    import java.awt.Color;
    import javax.swing.JPanel;
    public class MainPanel extends JPanel{
         public MainFrame frame;
         protected Color background;
         public MainPanel(MainFrame frame) {
              super();
              this.frame = frame;
              setLayout(new BorderLayout());
              setBackground(null);
    //LoginPage.java
    import java.awt.GridLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.AbstractButton;
    import javax.swing.BorderFactory;
    import javax.swing.JButton;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JPasswordField;
    import javax.swing.JTextField;
    public class LoginPage extends MainPanel implements ActionListener {
         private static final long serialVersionUID = 1L;
         JTextField username, serverurl, servername;
         JPasswordField password;
         static LoginPage singleton = null;
         LoginPage(MainFrame frame) {
              super(frame);
              setLayout(null);
              JLabel label;
              JPanel panel = new JPanel(new GridLayout(2,2));
            panel.setLayout(null);
            panel.setBounds(100,100,200,200);
            panel.setBorder(BorderFactory.createTitledBorder("Credentials "));
            panel.setSize(600,350);
            panel.setOpaque(false);
              label = new JLabel("User Name");
              label.setBounds(60, 60, 120, 20);
              panel.add(label);
              username = new JTextField();
              username.setBounds(200, 60, 120, 20);
            //username.setActionCommand(C.ACTION_LOGIN);
              panel.add(username);
              label = new JLabel("Password");
              label.setBounds(60, 90, 120, 20);
              panel.add(label);
              password = new JPasswordField();
              password.setBounds(200, 90, 120, 20);
            password.setActionCommand("login");
            password.addActionListener(this);
              panel.add(password);
              JButton button_login = new JButton("Log In");
              button_login.setBounds(150, 240, 120, 25);
              button_login.setBackground(background);
              button_login.setActionCommand("login");
              button_login.addActionListener(this);
              panel.add(button_login);
            add(panel);
         static LoginPage getPage(MainFrame frame) {
              if (singleton==null)
                   singleton = new LoginPage(frame);
              return singleton;
         public void actionPerformed(ActionEvent e) {
             Object source = e.getSource();
             String cmd;
              if (source instanceof AbstractButton)
                   cmd = ((AbstractButton)source).getActionCommand();
            else if (source instanceof JPasswordField)
                cmd = "login";  
              else return;
              if(cmd.equalsIgnoreCase("login")) {
                   frame.setPage(NextPage.getPage(frame));
    //NextPage.java
    import java.awt.GridLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.AbstractButton;
    import javax.swing.BorderFactory;
    import javax.swing.JButton;
    import javax.swing.JLabel;
    import javax.swing.JPanel;
    import javax.swing.JPasswordField;
    import javax.swing.JTextField;
    public class NextPage extends MainPanel implements ActionListener{
         private static final long serialVersionUID = 1L;
         JTextField username, serverurl, servername;
         JPasswordField password;
         static NextPage singleton = null;
         NextPage(MainFrame frame) {
              super(frame);
              setLayout(null);
              JLabel label;
              JPanel panel = new JPanel(new GridLayout(2,2));
            panel.setLayout(null);
            panel.setBounds(100,100,200,200);
            panel.setBorder(BorderFactory.createTitledBorder("Credentials "));
            panel.setSize(600,350);
            panel.setOpaque(false);
              label = new JLabel(" Hurray Login Successfull ");
              label.setBounds(60, 60, 120, 20);
              panel.add(label);
              username = new JTextField();
              username.setBounds(200, 60, 120, 20);
            //username.setActionCommand(C.ACTION_LOGIN);
              panel.add(username);
              label = new JLabel("Now try Logout ");
              label.setBounds(60, 90, 120, 20);
              panel.add(label);
              JButton button_login = new JButton("Log Out");
              button_login.setBounds(150, 240, 120, 25);
              button_login.setBackground(background);
              button_login.setActionCommand("logout");
              button_login.addActionListener(this);
              panel.add(button_login);
            add(panel);
         static NextPage getPage(MainFrame frame) {
              if (singleton==null)
                   singleton = new NextPage(frame);
              return singleton;
         public void actionPerformed(ActionEvent e) {
             Object source = e.getSource();
             String cmd ="";
              if (source instanceof AbstractButton)
                   cmd = ((AbstractButton)source).getActionCommand();
              if(cmd.equalsIgnoreCase("logout")) {
                   frame.logout();
    }

    solved it :)

  • How to show all data when data is authenticated

    Hi,
    Now I have an application where the user has to be authenticated and the data is only shown to that user. I want a way somehow I can access all the data from all the users who have lodged it. Like in the azure portal it shows all the data which was lodged
    in the same way I want it in a account.
    Thanks!
    pratik

    Hi,
    I think you may need to use some logic in your application, such as filter the data according to the user.
    Hope this helps
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Hi,problems with display screen when using cs5

    Just bought new mac comp for daughter with cs5 extended s
    tudent and teacher edition.
    Disc didn't run straight away and we had to go into files to run the install.
    Installed ok when we did this.
    However we have all the toolbars around the outside of screen and despite changing background settings to black or grey it is still our screensaver there. If we click on toolbar it disappears and we have to go back to file to re-open.
    Can anyone advise why we don't have the grey background as per previous versions to work on with photos?
    If we try to open a pic to work on it still doesn't open as a full page

    Welcome to the Mac!  
    kfcfsy wrote:
    …Disc didn't run straight away and we had to go into files to run the install.
    Installed ok when we did this.…
    That is expected, normal behavior. 
    kfcfsy wrote:
    …Can anyone advise why we don't have the grey background as per previous versions to work on with photos?
    If we try to open a pic to work on it still doesn't open as a full page…
    That is expected, normal behavior.  All Mac applications work like this. 
    As an accommodation to Windows users switching to the Mac, Adobe provides the Application Frame, as indicated by the previous poster.  Hope that workaround helps you.
    Wo Tai Lao Le
    我太老了

  • Urgent : Problem in displaying 0fiscper as dynamic data col.

    Hi SEM gurus,
    I have a problem in displaying 0FISCPER in data columns. Say, in my planning level I have restricted 0FISCPER to 0001.2005 to 012.2005. and I did selected in data column,  “Dynamic for 0fiscper”.
    Now when I run my lay out for keyfig. 0Amount the lay out is like this…
    Customer Amount Amount Amount
    Xxxxxx       10  20     30
    Its not displaying the month…what I want in the lay out should be like this…
             001.2004  002.2004  003.2004 …………………
    Customer Amount Amount Amount Amount
    Xxxxxx     10     20      30    40   .........
    Can any one Please help me out to fix this ???
    Thanks a bunch in advance…
    Rohith.
    Message was edited by: rohith gentle
    Message was edited by: rohith gentle

    Rohith,
    change HEADING column in the 2nd screen of the layout design to "0FISCPER Amount".
    I think, current HEADING is named as only "Amount".
    This will give layout as
    Customer 001.2004Amount 002.2004Amount 003.2004Amount
    hope that helps.
    Hari Immadi
    http://immadi.com
    SEM BW Analyst

Maybe you are looking for