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

Similar Messages

  • Problem in displaying total no of pages in Smartform

    Hello experts,
    I have a problem while displaying total no of pages in Smartform.
    When no of pages are more than 10 then in total no of pages , a * is shown till current page is 9, then after it is displaying correct no of pages.
    I am using &sfsy-formpages& to get total no of pages.
    Ex: Like if I have 12 pages to print then i am getting 1/, 2/, 3/* .......... 9/* then 10/12 , 11/12, 12/12.
    Do i have to write some code for that ?? Please give your inputs to get the total no of pages.
    Thanks !

    Hi,
    Try this.
    Page &SFSY-PAGE& of &SFSY-FORMPAGES(4ZC)&
    Thanks,
    Anitha A

  • 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

  • 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.

  • 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 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

  • 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.

  • Firefox doesn't display text properly on pages created with email marketing tool (Constant Contact).

    Pages that are built with Constant Contact email marketing application don't display correctly. Different sections of text, usually a paragraph or list group, are readable but "shaded out." This is happening on Mac and Windows platforms.
    The pages are built using standard HTML tags and the problem doesn't appear with other browsers.

    Can you post a link to one or more of such pages?
    * "Clear the Cache": Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites that cause problems: Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • SMARTFORM: PROBLEM WITH PRINTING SAME HEADER IN PAGES FOR A NON-FINISH LIST

    Hi, guys!
    I hope you can help me as well as many other times.
    I have a Smartform which contains a header,body and a footer in a page.
    This is a form for a report, which we have a column header and the positions. the problem is that if a current account haven't finish in that list (see the example)
    ASD
    ASDASDASDASD
    ASDASDASDASD
    MY REPORT
    ACCOUNT      | xxxxxxxxxxx |xxxxxxxxxxx |xxxxxxxxxxx |xxxxxxxxxxx |                <-- COLUMN HEADER
    123123123     | xxxxxxxxxxx |xxxxxxxxxxx |xxxxxxxxxxx |12.12            |
    123123123     | xxxxxxxxxxx |xxxxxxxxxxx |xxxxxxxxxxx |123123.23    |
    123123123     | xxxxxxxxxxx |xxxxxxxxxxx |xxxxxxxxxxx |123.1233      |
    123123123     | xxxxxxxxxxx |xxxxxxxxxxx |xxxxxxxxxxx |21222.23      |
    123123123     | xxxxxxxxxxx |xxxxxxxxxxx |xxxxxxxxxxx |123.23          |
    123123123     | xxxxxxxxxxx |xxxxxxxxxxx |xxxxxxxxxxx |1212.12        |
    PAGE 1
    in the next page, we don't want to repeat the columns header. just only continue printing the lines...
    ASD
    ASDASDASDASD
    ASDASDASDASD
    MY REPORT
    123123123     | xxxxxxxxxxx |xxxxxxxxxxx |xxxxxxxxxxx |123.1233      |
    123123123     | xxxxxxxxxxx |xxxxxxxxxxx |xxxxxxxxxxx |21222.23      |
    123123123     | xxxxxxxxxxx |xxxxxxxxxxx |xxxxxxxxxxx |123.23          |
    123123123     | xxxxxxxxxxx |xxxxxxxxxxx |xxxxxxxxxxx |1212.12        |
    PAGE 2
    Has anyone encourage this issue? What can I do? remember is a smartform.
    please help us!!
    thanx

    Guys.
    Remember that the columns header won't be printed only if the lines per account continues. I mean, the column header printing depends on the number of lines that are being printed.
    If at the end of a previous page the list (for example the positions that belong to this account) still continues for an account, then in the next page the column header musn't be printed, just only continue printing the rest of the positions. As you notice this case would be found in any number of pages during the rest of the report.
    I'm agree with all your solutions but this only functionin some cases for the first page.
    I look forward to hearing from you.
    If I'm clear now, please help me!
    Thanks guys!

  • Problem in displaying image on jsp page

    I want to display an image on jsp page.I copied the image the image in WebContent folder.
    I am able to see the image on the design pane when using the following code:-
    <img src="/image.gif" height="50" width="50"> but when i run it in the browser nothing gets diplsyed.
    also when i use the image container and select the source option that image is not displayed in the WebContents file..plz help.

    Hi,
    Seems that the Problem is there with the way how you specifuied the Image relative Path:
    You have specified the below: The opath of image starts with (/) forward slash:
    *<img src="/image.gif" height="50" width="50">*
    It means to access this Image WebLogic Container will form a Path like this:
    http://localhost:7001/image.gif
    BUT may be the image is available inside your Context root: So Change the <Img> tag like following in your JSP:
    *<img src="image.gif" height="50" width="50">*
    (*NOTE:* Never Start your src path with a Preceesing /)
    Now WLE will consider the path like below ..if your Applications Context root is "TestApp"
    http://localhost:7001/TestApp/image.gif
    I am Assuming that Inside the TestApp Application "image.gif" And "your.jsp" jSP pages are Co-Located (Means available in the Same Directory).
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Magical Stuff)

  • Safari not displaying texts on YouTube pages properly

    Hi, I've been having this weird problem with Safari for almost two months now even before the 5.1.4 update. I even went to Apple Genius with my macbook pro and they said the problem is minor and should be fixed with the new update (5.1.4), but the problem still persists!
    Basically, whenever I go on YouTube for EVERY/any video and click on the "more info" button to look at the information spread on videos, all the remaining texts and links are "invisible." I have to literally highlight everything in the information spread in order to permanently display the texts, links, etc after enlarging the information tab. I've tried updating everything (Safari--both 5.1.3 and 5.1.4, OSX, repairing disk permissions, etc) to NO AVAIL! It's so frustrating and annoying. I'm not that tech savvy, so I don't quite understand what kind of problem this applies to whether CSS, JAVA, Flash, or whatever else. A genius bar representative said it's not Flash (which I also updated and reinstalled a few times), since I can load and watch videos perfectly fine. He was able to reproduce the problem on one of the macbook airs at the store and that's when he said the problem should be fixed with the newest update. Obviously not. Please help me resolve this issue or at least, understand it. It's really frustrating. Chrome and other browsers work perfectly fine with YouTube on my MacBook as well.
    Here is a screenshot of what I am talking about:
    http://i39.tinypic.com/1zmh26o.png
    Thank you!

    Safari forum has the answers.

  • 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 with display of Buttons in ADF

    Hi All,
    I had a strange problem in display of the ADF Page in one of the server.I had two buttons inside ToolBars, The UI was coming fine in the two WLS, But when I deployed the application in third WLS, I was seeing that Buttons are coming in the top of screen,
    Kindly let me know as to why Iam not to replicate the issue in my earlier WLS.Please find my code
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:f="http://java.sun.com/jsf/core">
    <af:panelStretchLayout id="psl1">
    <f:facet name="center">
    <af:panelGroupLayout id="pgl1">
    <af:panelBox text="Service Request#: #{bindings.srNumber.inputValue}" id="pb1">
    <af:spacer width="10" height="10" id="s1"/>
    <af:outputText value="Service Request#: #{bindings.srNumber.inputValue}"
    id="ot18" inlineStyle="font-weight:bold;"
    rendered="false"/>
    <af:spacer width="15" height="10" id="s2"/>
    <af:separator id="s3" rendered="false"/>
    <af:panelFormLayout id="pfl1">
    <af:inputText value="#{bindings.subject.inputValue}" label="Summary"
    required="true" columns="100" maximumLength="100" id="it3" showRequired="true">
    <f:validator binding="#{bindings.subject.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.description.inputValue}"
    label="Description" required="true" columns="100"
    maximumLength="1999" id="it2"
    rows="7" showRequired="true">
    <f:validator binding="#{bindings.description.validator}"/>
    </af:inputText>
    </af:panelFormLayout>
    <af:separator id="s4" rendered="false"/>
    </af:panelBox>
    <af:toolbar id="tb1">
    <af:group id="g1">
    <af:commandButton text="#{pageFlowScope.MySRBean.reopenSrBackButtonLabel}" id="cb2"
    action="backtodetails" accessKey="G"
    immediate="true" inlineStyle="border-style:outset; border-width:medium; outline-color:Gray;"/>
    <af:commandButton text="#{pageFlowScope.MySRBean.reopenSrConfirmReopenButtonLabel}" id="cb3"
    action="success"
    actionListener="#{pageFlowScope.MySRBean.reOpenSR}"
    accessKey="C" inlineStyle="border-style:outset; border-width:medium; outline-color:Gray;"/>
    </af:group>
    </af:toolbar>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </jsp:root>
    thanks
    Krishnaveni

    User, please always tell us your jdev version.
    The interesting part is what you did not tell us.
    Kindly let me know as to why Iam not to replicate the issue in my earlier WLS.Please find my code means hte code has once run OK and now after you did some changes doesn't any longer. Querstion: what did you change, not oly to the code but to the environment.
    Timo

  • HELP! Need help generating TEXT-ONLY portal page...

    Text Only Portal Question:
    PLATFORM:
    =================================================================
    Sun Solaris (5.2 if memory serves) for db and mid-tier, running
    8.1.7 DB and 3.0.9 (1.0.2.2) portal.
    THE NEED:
    =================================================================
    I need to display text only portal pages. Some of the more
    detailed concerns at this point are below. Also, I've had an open
    tar on Metalink for about two weeks, and after research from
    their end has resulted in no help.
    THE ISSUES (so far):
    =================================================================
    IMAGES:
    If an anchor [A HREF=...] tag uses an image as it's "text", I
    need to strip out the ALT= text to show inside the anchor. If no
    ALT text is available, then I would like to show the image name
    as a default.
    For example:
    <img src=home.gif
    alt=Home>
    should display as:
    Home
    FORMS:
    How do I get the resulting page from a form (which include the
    login inputs and submit button, search box, advanced search page,
    etc.) to be displayed by the text only page?
    For example:
    When a form is called, the <FORM> elements are as follows:
    METHOD=GET or POST
    ACTION=url (relative or absolute) to the script.
    In this case, the action value is:
    ACTION=/servlet/page?
    pageid=6&dad=portal30&_schema=PORTAL30.
    This calls the advanced search API.
    I would expect that to redirect the browser back to some
    text-only version, the ACTION= element would have to be changed
    to be something like:
    ACTION=[pathscraper]?/servlet/page?
    pageid=6&dad=portal30&_schema=PORTAL30
    REDIRECTION:
    What happens when portal pages redirect internally? How do you
    get back to the text-only page?
    For example:
    The login link on the standard Oracle Portal home page flips
    from url to url to get to the actual login page. Our
    implementation of Oracle portal goes from
    [DOMAIN]/pls/portal30_sso/portal30_sso.wwsso_app_admin.ls_login
    to [domain]/pls/portal30_sso/portal30_sso.login_page.
    Since this is standard Oracle redirection, how can it be
    intercepted so the portal30_sso.login_page can be presented as
    text only?
    TRIED SO FAR:
    =================================================================
    I've written a socket/text scraper in Perl, running it from a web
    server. The problems mentioned above are really causing problems,
    plus the whole cookie thing. Since Oracle Portal tries to push a
    cookie to the client, when the client is another UNIX server,
    the cookie thing doesn't work.
    POSSIBLE OTHER SOLUTIONS:
    =================================================================
    Something...anything. I've tried to think of some method to
    create some sort of PL/SQL procedure to catch the content then
    strip out the HTML calls.
    An Applet to do the same thing, but on the client side, but
    since time is an issue, coding a complete Java applet isn't
    really an option.
    THE CONCLUSION:
    =================================================================
    HELP! I need some help. This is for a client that is government
    funded, and to meet Section 508 (part of the Americans with
    Disabilities Act that states web sites and applications must be
    made accessible. A text-only page is one of the requirements for
    an accessible page.
    Thanks,
    Ryan Stefani
    ps: feel free to contact me via [email protected] or
    [email protected]

    Use Find/Change and the GREP tab.
    Search for .+ and set the Find formatting to find the charcteristics you want.
    What will you do with this text once found? You'll need something to "change" to, either new text or Change Formatting options...

Maybe you are looking for

  • Link between COPA and FI documents

    Hello, I am working on one object in which I am selecting records from CE1NROC table based on some selection criteria and posting these records using FB01 transaction. The requirement is - There should not be any duplicate posting for the Sales Order

  • ORA-27102: out of memory error associated with SGA increase.

    Hi members, We are using Oracle 10.2.0.3 on Windows 2003 Server 32-bit. The total RAM on the box is 32 GB. Current SGA is 1700M. PGA is 700M. The issue is with one query that is completely hanging when run on this windows database but it it running f

  • Customer tax exemption is not deduction in 4.7 version?

    Dear All, With reference to customer tax exemption, Washing allowances has to be exempted for the employees. I have created separate exemption wage type for washing allowance. In rule i have mentioned INCTX SEXM 3WSH A but it is not deducting in the

  • Text cursor question

    Recently moved from OS9 to OSX 10.5.8... and I've having a devil of a time with the text cursor and effectively selecting text (releasing the mouse usually releases the selected text and I seem to have to select text way under the line to actually ge

  • ABAP Web Dynpro Session

    Hi all, I have developed an ABAP Web Dynpro application which make use of a bespoke RFC fucntion module. The RFC function module will append a long text into a line item. It only works for the first attempt but not the following. I guess this is beca