Hi need help in paragraph format

hi,
in scripts while defining the paragraph format,we have to give tab space also,there why we need to define five tabs,how can we use those in editor.
Thanks,
mohan rao.

Hi..,
In the <b>Standard</b> attribute group, you find the general attributes that can be defined in paragraph formats:
<b>Description </b>
Precise explanation of your paragraph tag, so that the user can immediately identify it.
<b>Left or right margin </b>
Amount of space between the paragraph and the left or right border of the form window.
<b>Indent first line </b>
Indent of the first line of a paragraph. If the value is positive, it is indented to the right, if it is negative, it is indented to the left.
If you specify a negative value, then you must place the minus sign after the number: 1- .
<b>Space before and space after</b>
Space before and space after control the amount of space between paragraphs. The actual space between paragraphs results from the space after the preceding paragraph and the space before the following paragraph.
<b>
Alignment </b>
Alignment of a paragraph.
<i>Left-aligned    -
     Right-aligned
LEFT   -
RIGHT
Centered
CENTER
Justified
BLOCK </i>
<b>
Line spacing </b>
Spacing between the lines. The default value is 1 line; the LPI value (lines per inch) in the header data is used to calculate the line spacing.
<b>No blank lines </b>
Suppression of blank lines. You can control whether the blank lines of a paragraph should be suppressed in the printout or not:
<i>No entry -- blank lines not suppressed
X-- blank lines suppressed</i>
<b>
Page protection </b>
Cohesion of a paragraph. It is possible to determine whether or not a paragraph can be divided by a page break.
<i>No entry--no page protection (default)
X--all lines of the paragraph are on one page</i>
<b>
Next paragraph same page </b>
Cohesion of two adjacent paragraphs. Here you can define whether the subsequent paragraph should begin on the same page (that is, at least the first line of the subsequent paragraph must be on the same page).
<i>No entry
subsequent paragraph is output on the same page or the next page, depending on the amount of space (default)
X--subsequent paragraph begins on the same page</i>
<b>TABS</b>
You can define as many tab positions as you require for each paragraph format. The text can be aligned in different ways:
Left-aligned with LEFT
Right-aligned with RIGHT
Centered with CENTER
At the sign with SIGN
At the comma or decimal point with DECIMAL
You can control the tab feed in a paragraph with tab positions. The tab stops you define in the paragraph format replace the tab spacing you defined in the header data of the form. However, this depends on the extent to which you have defined tab stops in the paragraph format. If there are fewer tabs in the paragraph formats than in the header data, the tab stops of the header data are used for the rest of the line. The tab stops are represented as , , in the text editor.
<b>reward all helpful answers,
sai ramesh</b>

Similar Messages

  • How do I change the spacing before or after a hard return in Pages 5.5.2?    I am working on an academic article and need to specify paragraph formatting (OS X Yosemite 10.10.2)

    How do I change the spacing before or after a hard return in Pages 5.5.2?    I am working on an academic article and need to specify paragraph formatting (OS X Yosemite 10.10.2)

    Hi Michele,
    Select the paragraphs where you want to change the spacing.
    Format Panel > Text > Spacing
    You can change 1.0 - Single to something else, or type a number in Before or After.
    Regards,
    Ian.

  • Need help on ammount formating with num{$z,zzz,zz9.99}

    Hi All
    Need help in formating the amount fields.
    Currently I am using num{$z,zzz,zz9.99} Its working fine for positive ammount value.
    But for negative amount its giving output as $-18,970.50
    Expected out is -$18,970.50
    need '-' sign before $
    Thanks,
    Abhijit

    issue resolved by setting pattern as  = num{z$z,zzz,zz9.99}

  • Need help w/ JSP formating a page.

    Ok. I need to make the following code work. I think it needs help w/ formating is all. Below is the JSP page I would like it in as well as where I think the code should go. Not shure how to get it to display the output though.
    var fullSessionName;
    Function startHODSession(sessionName) {
    var i = document.HODApplet.startSession(sessionName);
    if (i == 0) {
    fullSessionName = sessionName + document.HODApplet.getSessionID();
    I need to run that part of code and display the output on a webpage. Any help would be awosme as I am lost w/ JSP more of a vb kind of guy. but learning quickly. Thanks for any help or advice.
    Thanks
    My JSP file:
    <%--
    Document : index
    Created on : Oct 7, 2008, 7:14:58 AM
    Author : tl01mjf
    --%>
    <%@page contentType="text/html" pageEncoding="UTF-8"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@page import ="java.applet.Applet" %>
    <%@page import = "ibm.eNetwork.HOD.BaseApplet" %>
    <%@page import = "ibm.eNetwork.HOD.HostOnDemand" %>
    <%@page import = "ibm.eNetwork.HOD.JSHostOnDemand" %>
    <%
    CODE GOES HERE
    %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>JSP Page</title>
    </head>
    <body>
    <h2>Hello World!</h2>
    <input type="text" name="AgentID" value="" />
    <input type="submit" value="Push IT" name="id"/>
    </body>
    </html>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    

    Great catch on the aplet and maybe that is where I am going wrong. So let me back up a little and maybe you can get me out of my bind.
    Basically what I want for a test app is: a little text box w/ a button. type in an number and click the button.
    the button will then send the info to a terminal emulator. (ibm host on demand)
    So that is what the 3 include statements where for. I got that from the API example.
    so what I really need the page to do is print the list of connections.
    so I need to get the latest session ID:
    var fullSessionName;
    Function startHODSession(sessionName) {
    var i = document.HODApplet.startSession(sessionName);
    if (i == 0) {
    fullSessionName = sessionName + document.HODApplet.getSessionID();
    Then run:
    public int sendKeys1 (String text)
    The string being what was put in the box.
    for right now i do not need error checking and i know the screen will be on the right spot to accpet the input.
    so if there is a better way to make it work using an applet....Im all for it.
    any ideas would be great.
    thanks

  • NEED HELP...FORMATING SIZE PROBLEM

    I've been succesfully building and formating projects that only lasted 30 minutes.
    I'm having some problems with my latest project (1 hour and 20 minutes)...
    I did compress with "90 minutes best quality".
    and when I import in dvdsp, the file size is 6 GB.
    Now it won't format into a blank dvd-R.
    I am kinda new at this and need to put it on a dvd for a client.
    Could somebody tell me what should I do ?
    Should I compress again or can I still burn it with another form of blank dvd?
    I need help...
    Thank you.

    Make sure to select A.Pack/Dolby (make sure that file is made) and use that in the project, not the .aif file

  • Need help with Autonumber Format

    We are using unstructured FrameMaker 12 on a Windows 7 platform (64 bit).
    We need to number questions in an FAQs section, that includes the "Q" in bold followed by a colon that is not in bold.
    This is what the new paragraph style needs to do:
    1.[tab][bold]Q[Default ¶ Font]:[tab]What happens when XYZ?
    [tab][bold]A[Default ¶ Font]:[tab]This is what happens.
    We would like for the number and "Q:" to appear automatically and be formatted correctly with the new paragraph style, so all we have to do is type the question. (We would prefer not to use "Q##:" because it would require a unique indentation distance in the template.)
    The "A:" should also be indented and formatted correctly.
    Both the "Q:" and the "A:" would wrap around to the same indentation for long text strings.
    Can anyone provide the "building blocks" that can make this happen?  Is this possible?
    I tried to search for the answer in this forum and on the Web. I apologize if this is answered somewhere already.
    Thanks in advance.
    Tim

    This is certainly possible! assuming I've understood the question correctly, of course …
    All you need is a pair of paragraph formats, one for the questions and one for the answers, and a character format for the labels. Set the paragraph properties so that the numbering can be outdented, and set the numbering properties to add Q (or A, depending) followed by a sequence indicator and a tab. Here's a screenshot of how I'd do it for the questions.
    And here's a bit more explanation of how the Autonumber format works its magic …
    the Q: at the very start is the series label, and the colon is an essential part of the definition. By including a series label, you can set up different series; for example to number tables and figures separately.
    after the series label, Q {space} is the text that will be included before the counter; <n+> is the building block for a numeric counter that will increment by 1; the full stop after the building block is another piece of text, and \t is a tab character.
    the character format identifies a, well, character format that is applied to anything generated by the autonumbering; the format I've used just happens to be set to light grey.
    This already gives an idea of how elegant FM numbering can be. Icing on the cake in this case is that thanks to the series label you can also display the current value of the counter for the answer. The autonumber format I've used for answers is Q:A <n>.\t
    the Q: is the same series label
    A{space} is the text, and <n> is the building block for 'current value of counter identified by this series label'
    If your document simply alternates single-paragraph questions and single-paragraph answers, you can save yourself time by using the Next Paragraph Tag option to follow questions by answers and vice versa. You'll be amazed by how quickly you'll have your Q&A ready :-}

  • Need help with adding formatted text and images to Crystal Report?

    Here's my scenario:
    I have a customer statement that's generated as a crystal report and that has a placeholder for advertisement. The advertisement is mixture of formatted text and images. Until now we only had one advertisement that was always used on the report. The new requirement is that we would have a pool of hundreds of advertisements and would need to display one specific advertisement on the customer statement based on various marketing criteria. They key is that the advertisement content will be determined programmatically and cannot be hardcoded into the report. I'm using Crystal2008 with .net SDK.
    Here are the solutions I thought of, but I'm still rather lost and would appreciate your help/opinion.
    1) Pass HTML or RTF to the report
    Not really sure if this is possible and how to get it done. Also how would I pass in images? Would display formatting be reliable when exporting to PDF?
    2) Create each add as a subreport and append it programatically
    I actually have this working, but I only know how to append a new section to the end of the report and then load the subreport to the section. I have no other controll of the placement. Is there a way to dynamically load a subreport to a predefined section in the main report? How about adding a dummy subreport in the main report as a placeholder and then replacing it with a different subreport? How could I do this?
    3) Pass an Image to the report
    I would create each advertisement as an image and then would somehow add the image to the report. How would I load the image and control the placement? Could I somehow define a placeholder for the image in the main report-maybe a dummy image to be replaced?
    Thank you.

    Hello Pavel,
    I would got the third way.
    You can use dynamic images in your report.
    Just by changing the URL to the image the image can be changed.
    Please see the [Crystal Manual|http://help.sap.com/businessobject/product_guides/cr2008/en/xir3_cr_usergde_en.pdf] and search for images.
    or directly here
    [Setting a Dynamic Graphic Location Path on an Image Object|https://boc.sdn.sap.com/node/506]
    [Dynamic image and HTTP://|https://boc.sdn.sap.com/node/3646]
    [codesample for .NET|https://boc.sdn.sap.com/node/6000]
    Please also use
    [Crystal Reports 2008 SDK Documentation and Sample Code|https://boc.sdn.sap.com/developer/library/CR2008SDK]
    [Crystal Reports 2008 .NET SDK Tutorial Samples|https://boc.sdn.sap.com/node/6203]
    Hope this helps
    Falk

  • Need help in Import format

    Hi Guys,
    I have a requirement where if the Account field carried a value "100" only then Cost Center will appear. but all the Res.Pvartemp1 to 5 are used in for different purpose
    20101117 IMP Value 100 AB12CD 243.34
    20101117 IMP Value 200 142.00
    20101117 IMP Value 300 1234 100.00
    20101117 IMP Value 100 AB12ED 540.00
    The record looks like above, where AB12DC and AB12ED are the cost centers that I need to pick when the account is 100.
    Can you help if all the Res.Pvartemp variable are already in use, how to do it?
    Thank you

    Darrel Plant has written an importer for .ai and .eps files.
    You can get
    it at:
    http://www.moshplant.com/direct-or/ps2vs/
    Haven't used it for a while but it works pretty good.
    Downside is that it creates multiple members because Director
    can't
    (couldn't?) handle multiple-line vector members.
    Dsotm wrote:
    > I am trying this topic again in the hope of help. I need
    to import drawings in
    > a vector format for printing. These drawings will be
    cast members not sprites.
    > I have tried printing a swf version via Printomatic but
    it cannot print Flash
    > members. My questions are:
    > 1. Is therre any way to print a swf cast member (not a
    sprite)
    > 2. How can I import an EPS file? - I have heard that it
    can be done but every
    > version I have tried seems to fail
    >
    Manno Bult
    [email protected]

  • Need help in date formatting

    Hi,
    I need to print date in the following format:
    Jan 21, 2007
    11:23 AM 21/01/2007
    21-01-2007 18:23
    Now as per condition of assignment the year, month, day and hour, min, sec all are entered as separate integer values.
    my code:
    import java.util.*;
    import java.text.*;
    public class stringToDate
    // Integer value of date and time variables
    int day=21;
    int month = 1;
    int year=07;
    int hour=18;
    int min=23;
    int sec=14;
    // Converting integer value into date
    public void convertIntoDate()
         String strTmp= day+"/"+month+"/"+year+" "+hour+":"+min+":"+sec;
         System.out.println("String: " + strTmp);
         DateFormat dateFormat = new SimpleDateFormat("dd/MM/yyyy HH:mm:ss");
         try
              Date outDate = dateFormat.parse(strTmp);
              System.out.println("Converted: " + dateFormat.format(outDate));
         catch(Exception e){ System.out.println("Exception: " + e);}
    public static void main(String args[]) {
         stringToDate dF = new stringToDate();
         dF.convertIntoDate();
    }Now as per my code i am able to print in the following format:
    String: 21/1/7 18:23:14
    Converted: 21/01/0007 18:23:14
    But if i try to print in other formats it gives me following error message:
    Exception: java.text.ParseException: Unparseable date: "21/1/07"
    Please help me....

    vinee wrote:
    Hi,
    I tried different output format but still i'm facing the same issue
    Following the complete code and error message....
    import java.util.*;
    import java.text.*;
    public class stringToDate
    // Integer value of date and time variables
    int day=21;
    int month = 1;
    int year=07;
    int hour=18;
    int min=23;
    int sec=14;
    // Converting integer value into date
    public void convertIntoDate()
    DateFormat dateFormat;
    Date outDate=null;
    String strTmp= day+"/"+month+"/"+year+" "+hour+":"+min+":"+sec;
    System.out.println("Entered string for date: " + strTmp);
         // Format 01/01/0070 15:24:14
         dateFormat = new SimpleDateFormat("dd/MM/yyyy HH:mm:ss");
         try
         outDate = dateFormat.parse(strTmp);
         System.out.println("Converted into Date(dd/MM/yyyy HH:mm:ss): " + dateFormat.format(outDate));
         catch(Exception e){ System.out.println("Exception in format 1: " + e);}
         // Format Jan 21, 2007
         dateFormat = new SimpleDateFormat("EEE, MMM d, ''yyyy");
         try
         outDate = dateFormat.parse(strTmp);
         System.out.println("Converted into Date(EEE, MMM d, ''yyyy): " + dateFormat.format(outDate));
         catch(Exception fe)
         {System.out.println("Exception in format 2: " + fe);}
    public static void main(String args[]) {
              stringToDate dF = new stringToDate();
              dF.convertIntoDate();
    }Following is the error message:
    Entered string for date: 21/1/7 18:23:14
    Converted into Date(dd/MM/yyyy HH:mm:ss): 21/01/0007 18:23:14
    Exception in format 2: java.text.ParseException: Unparseable date: "21/1/7 18:23:14"
    Now as per the above error message format one is working fine but format 2(// Format Jan 21, 2007) have some issues...kind suggest.
    Edited by: vinee on Oct 2, 2008 4:23 AMPlease re-read my last reply.
    Once again : see [http://java.sun.com/docs/books/tutorial/i18n/format/simpleDateFormat.html]
    And your:
    int year=07; // should be:
    int year=2007;

  • I need help trying to format a new external HD!!!!!

    **** i spent ~3 hours trying to format this crap!!!!!
    so i got a 300 Gb HD. i want to use it like a usb, b/t my mac(osX) and pc(winXP).
    i have to format using my pc and not my mac. if i format it using my mac, my pc doesn't recognize it.
    problem: i need to format to FAT32 so that both OS can use it right? but i can only format 30Gb partition at a time. i just want all to be FAT32 format! if a partition is more than 30Gb, it's NTFS format, which i can't modify using my mac. i can only read.
    so there's some softwhere out there that allows me to format all space to FAT32? do you know what it is?

    I might as well add some direction that I interpretted from the web page that I linked to you...
    After unzipping, copy the "mkdosfs" file to the root of the C drive on your Windows computer. Then go Start-->All Programs-->Accessories-->Command Prompt. Type the following, replacing "volname" with the name of the external hard drive and "X:" with the letter of that drive:
    c:\mkdosfs -v -F 32 -n volname X:
    (note the spaces after mkdosfs, v, F, 32, n, and the drive name)

  • Need help on Conditional Formating

    Hi All,
    I have hierearchy as Region to Series and Series to Model. I have created report with following fields Actual Sales, Objective Sales, % of Objective by Region. My requirement is i need to draw a line 100% Objective in chart and need to show the %of Objective values in Green when >=100% and in Red when < 100%.
    Am able to see the above conditional formating at the Region level properly. When am drilling from one particular region to Series level conditional formating is not applying.
    Any suggestions to achieve above formating will be appreciated.
    Regards,
    Rajkumar.

    Hi Rajkumar,
    nice one. :)
    First part of the solution: you need to make it yourself a little bit easier by adding an extra column and hide this column.
    Add a column with the follow formula:
    CASE WHEN % of Objective >= 100 THEN 'Green' ELSE 'Red' END
    Second part of the solution: add a pivot table view to your report.
    Put the extra column on the Rows Section. Hide it.
    Then add the pivot table chart to the pivot table view. If wanted you can remove the pivot table.
    Then add the conditional formatting to your chart. I would use line bar combo for this.
    Regards,
    Stijn

  • Need Help on Date Format in Apps

    Hi,
    I am getting error message ORA-01861:literal does not match format string.
    My concurrent program has 5 parameters. one of this is Date datatype. I have attached FND_STANDARD_DATE value set for that parameter.
    when i submit the concurrent program, i am getting the above error.
    I wrote like this query in cursor declaration
    SELECT * FROM <TABLE>
    WHERE <COLUMN.DATE datatype,'DD/MM/YYYY'>(Retieving Database) = <PARAMETER.DATE.datatype,'RRRR/MM/DD'>(this is fnd_standard_date)
    Please any one guide me to solve above qurery.
    Thanks in advance

    hi
    i have similar to above thing
    i solved when i have to pass date value to pl/sql procedure that is in fnd_standard_date (yyyy/mm/dd hh24mi ss) format vice versa now i want to pass value from
    program paramter form value type as sql statment and default value as select func(sysdate) from dual
    i want to know that sysdate is what format is it same fnd_standard_date (but i tried it is showning APP-FND-01564: ORACLE error 904 in FDFGDF)
    i tried lot of thing no solution
    please help me
    in this regard
    thankd in advance ....

  • Need help with date format mask

    Hi there, right now I'm trying to set a default date format mask constraint for one of the attributes for my table. I want to set the default mask constraint as MM/DD/YY but I don't know how to. it should be something like:
    CREATE TABLE work (WorkDate DATE CHECK (WorkDate = 'MM/DD/YY'))
    or something like that, but I don't think that's correct. Can anyone help me? Thanks in advance.

    What you want (and should have done) is to read the documentation, starting with the concepts:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/datatype.htm#CNCPT413
    http://www.oracle.com/pls/db102/search?remark=quick_search&word=date&tab_id=&format=ranked
    A date is stored as, well, a date, format masks only come into play when you're selecting/retrieving a date or when you want to store a string as a date. Default date formats can be set through NLS_DATE_FORMAT at session and database level.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams122.htm#REFRN10119
    Documentation homes (from which you can do a simple quick search):
    http://www.oracle.com/pls/db102/homepage
    http://www.oracle.com/pls/db112/homepage
    Bottom line:
    Trying to set a default date format mask on a date datatype column makes no sense...

  • Need help finding the format bar in numbers

    I am new to using Numbers.  Am trying to create a new document, but unlike Excel, I can not find a format toolbar where I could make corrections to text.  What am I missing?  Can someone tell me how to add the format toolbar in Numbers.  Using latest iMac, system, and iWorks, thanks

    LexSchellings wrote:
    SGIII: the Dock is just an alias. Whatever you use to access the document, it is always the document itself: it stays one document. Every editing is in that same file.
    Hi LexShellings,
    I'm not sure that description is entirely true.  There is more than one copy of the document. The way I understand it, documents stored in iCloud are (obviously) on Apple's servers and also, on each Mac or iOS devices with that iCloud account, a separate copy is stored in a special local folder whose contents are synced automatically to Apple's servers.
    When you make a change on the Mac you are changing the copy stored in the local folder Library > Mobile Documents > com~Apple~Numbers.  Then daemons come along and sync that local copy with the document up in the cloud.
    Same with changes made on iOS devices.  A copy of the document is stored in a special local folder. The contents of that folder is synced up to Apple's servers.
    So if you want a document stored in iCloud to show up on the Dock, you can just drag it from Library > Mobile Documents > com~Apple~Numbers to the Dock, because, as you point out, an alias is automatically created whenever you drag something to the Dock.
    If you want the iCloud document to show up in your Documents folder, though, you need to first make an alias of the copy stored in Library > Mobile Documents > com~Apple~Numbers and drag that alias to Documents.
    My personal preference is still to open a document from within the application. Fewer things to go wrong and I that way I can also be sure I am opening it with the correct version of Numbers.
    SG

  • Need help converting video format

    Ok, so I finally purchased dvd+r's for my mac and I want to start making dvds with iDVD5. What I really want to do is start making dvds for lost season 2. I have purchased all the available episodes with itunes and they are in mv4 format. I allready made a killer main menu screen and now I want to add the episodes to my project. I'm having lots of trouble doing this tho. I presume this is because the videos are in the wrong format, but this is also the first time I have ever used idvd so I may be missing something simple. If anyone has any ideas, tips or hints they will be greatly appreciated. Thanks in advance to whoever helps me.

    You're looking for advice on how to break a copywrite? Interesting

Maybe you are looking for