Problems with items in style drawer

Not sure what I've done. I create the newsletter for our church. I started w/ a pre-made template and tweaked it to fit our needs. It has worked well for a couple years. Now, when I open up the Style Drawer, many of the styles are missing. There are big gaps in the list of Paragraph Styles, Character Styles etc. What have I done? Is there a way to restore all of the styles? Even when I open a new template - many style options are missing. Thanks in advance...Karen

Do you have saved copies of the newsletter that have the lost styles??? If so you can import the styles from the old newsletter to a new document and save it as a template.
Here is how the manual says how to do it:
+To import styles from a Pages document:+
+1 Choose Format > Import Styles.+
+2 Select the document that contains the styles you want to import, and then click Open.+
+3 Select the styles you want to import in the dialog. Hold down the Command key as you click the style names to select multiple styles, or click Select All.+
+4 To replace styles in your document that have the same name as the styles you are importing, select “Replace duplicates.” Note that replacing a style will affect any text that uses this style; replacing a style also changes the style of text in locked objects, but the text retains its original appearance.+
+If an imported style has the same name as a style in the open document and you do not select “Replace duplicates,” a number is appended to the name of the imported style. For example, if you import a style called Body to a document that already contains a Body style, the imported style will be named Body 2.+
+5 Click OK.+
+Imported paragraph styles will be available by clicking the Paragraph Style pop-up menu in the Format Bar and in the Styles drawer of your document. Imported character and list styles will be available in the Styles drawer.+
+To maintain a consistent look among several documents, keep a master document that contains all the styles you need. When you need to change a style, change it in the master document and import the master document’s styles into the other documents.+
Hope it'll help you!

Similar Messages

  • Problem with Item Validation

    Hello,
    I am running an advanced tutorial: http://download.oracle.com/docs/cd/E14373_01/appdev.32/e13363/issue_track_ui.htm#BGBJCGIC
    and I have a problem with item Validation.
    Tutorial offers the following:
    You must manually create another validation to ensure that the Actual End Date is the same or later then the Start Date.
    To add a validation for the Actual End Date:
    1.Under Page Processing, Validations, click the Create icon.
    2.For Level, accept the default, Item level validation, and click Next.
    3.For Item, select Project Details: 50.P3_ACTUAL_END_DATE (Actual End Date) and click Next.
    4.For Validation Method:
    a.Select PL/SQL and click Next.
    b.Accept the default, PL/SQL Expression and click Next.
    5.For Sequence and Name:
    a.Sequence - Enter 50.
    b.Validation Name - Enter P3_END_AFTER_START.
    c.Accept the remaining defaults and click Next.
    6.For Validation:
    a.Validation - Enter:
    to_date(:P3_ACTUAL_END_DATE,:APP_DATE_FORMAT) >= to_date
    (:P3_START_DATE,:APP_DATE_FORMAT)
    b.Error Message - Enter:
    Actual End Date must be same or after Start Date.
    c.Click Next.
    7.For Conditions:
    a.Condition Type - Select Value of Item in Expression 1 is NOT NULL
    b.Expression 1 - Enter P3_ACTUAL_END_DATE
    8.Click Create.
    Is there a mistake in explanation? I did it 3 times already, very carefully! I ran the page, entered the date, which is After the Start date, and get the error message: Actual End Date must be same or After Start Date!!
    Thank you for your consideration...

    I got it solved. I don't know if this is documented(or a bug) but what I did was declare an exception and then raise it and put the form_trigger_failure into the exception handler rather than raise form_trigger_failure in the body.
    declare
    alreadyExists exception;
    begin
    -- select .....
    raise alreadyExists;
    exception
    when alreadyExists then
    message('.....exists');
    raise form_trigger_failure
    end;

  • Problem with item and/or data during page-processing-PS/SQL

    Greetings!
    On my page I have a custom report (from 2 tables) and a small form-field, that adds and edits data in the report. After generating the form with the wizard I added an extra item, to store the id from one of the tables from the report data.
    Now, on submit a calculation should take place, that updates data according user input with a procedure in Page-Prosseses:
    declare a number;
    begin
    case :PLATZ
    when 1 then a:=100;
    when 2 then a:= 50;
    else a:=25;
    end case;
    update TBL_MITGLIEDER set TURNIERPUNKTE = TURNIERPUNKTE + a
    where ID_MITGL = :P14_ID_MITGL;
    end;
    :PLATZ is user selected (1,2,3), :P14_ID_MITGL stores the reference to TBL_MITGLIEDER (and shows the change, when I select another record)
    As I understand, that process should also run, when I submit a chance, but nothing happens then.
    But when I try to save a new record (which worked without any problems before adding that process), I get this error message:
    ORA-06550: line 1, column 64: PL/SQL: ORA-00957: duplicate column name ORA-06550: line 1, column 7: PL/SQL: SQL Statement ignored
         Error      Unable to process row of table TBL_TURNIERSIEGER.
    Then, when I go back into the app-builder and try to run the page again, I get this message:
    ORA-01403: no data found
         Error      Unable to fetch row.
    I am not sure, if you guys have all the information you need, to know whats going on. Maybe this has to do with session-id and the whay, items are updated. I hope you can help me.
    Thanks, best regards,
    tobi

    First can you please post all log file errors
    >> I can't really give you a solution or specific recommendation since I did not saw this error yet myself, but on your own risk you can try:
    1. You may try to just register 'dts.dll' using regsvr32.exe, but this error may indicate a bigger problem with setup.
    If you are running SQL Server 64bit then try running this at the command prompt: %windir%\syswow64\regsvr32 "%ProgramFiles(x86)%\Microsoft SQL Server\90\dts\binn\dts.dll"
    2. You can try reinstall from start (In this case you have to make sure that you un-install all)
    [Personal Site] [Blog] [Facebook]

  • Problem with item of type DB column, reinitialized in a process

    Hello,
    I have a problem with an item P216_username with source type=database column(empty in this case). In a process On Load-After Header(with a sequence number bigger then the Fetch Row sequence number) , I change the value of this item:
    :P216_USERNAME := 'custom_value';
    When I run the page, I see the item P216_USERNAME with the value from the database column(empty), instead of attributed value from the process('custom_value').
    Here is a copy of the page in a debug mode:
    0.00: Session: Fetch session header information
    0.00: ...Metadata: Fetch page attributes for application 107, page 216
    0.00: Fetch session state from database
    0.00: Branch point: BEFORE_HEADER
    0.00: Fetch application meta data
    0.01: Computation point: BEFORE_HEADER
    0.01: Processing point: BEFORE_HEADER
    0.01: Show page template header
    0.01: Computation point: AFTER_HEADER
    0.01: Processing point: AFTER_HEADER
    0.01: ...Process "Fetch Row from CONSULTANT_ALLOCATION_PERIODS": DML_FETCH_ROW (AFTER_HEADER) F|#OWNER#:CONSULTANT_ALLOCATION_PERIODS:P216_ALLOCATION_PERIOD_ID:ALLOCATION_PERIOD_ID
    0.01: ...Process "Initialize Username": PLSQL (AFTER_HEADER) begin :P216_USERNAME := 'custom_value'; htp.p(:P216_USERNAME); end;
    custom_value PrintLogout
    0.01: Computation point: BEFORE_BOX_BODY
    0.01: Processing point: BEFORE_BOX_BODY
    0.01: Region: Edit Allocation Period
    Edit Allocation Period Cancel
    Create
    0.02: Item: P216_ALLOCATION_PERIOD_ID HIDDEN
    0.02: Item: P216_USERNAME TEXT
    Username
    0.02: Item: P216_START_DATE PICK_DATE_MM_DD_YYYY
    Start Date
    0.02: Item: P216_END_DATE PICK_DATE_MM_DD_YYYY
    End Date
    0.02: Item: P216_COMMENTS TEXTAREA
    Comments
    custom_value ''
    0.02: Computation point: AFTER_BOX_BODY
    0.02: Processing point: AFTER_BOX_BODY
    0.02: Computation point: BEFORE_FOOTER
    0.02: Processing point: BEFORE_FOOTER
    0.02: Show page tempate footer
    If you had this problem, or you know where it comes from, please answer.
    Thank you.

    Hi,
    Tomáš : I noticed that if i change the Source Used to 'Only when current value in session state is null' it works but I dont think its a normal behaviour.
    Scott: Thanks, it's working now with the post computation callculation attribute.
    Thanx for answers,
    Vastiana

  • Having problem with applying layer style "stroke" to group

    - Windows 8.1 / 64bit
    - i3-4150 / 4GB / Geforce GTX 750 TI
    - Photoshop CC 2014
    Hi!
    I don't know why, but there is some problem that applying layer style "stroke" to group.
    When i make a group with some layer and apply to group a layer style-stroke with inside option,
    the strokes looks like grid are generated inside.
    Why i said that stroke cross to ㅎrid, because it looks like grid if i make that group bigger.
    (that black square is 'Rectangle 1' layer. Just resizing bigger than before)
    Does anyone have same problem with me?
    Please, I need your help..

    pillfish wrote:
    I am having the same problem. it happens every time in cc and cc 2014. I am back using cs6. Which seems to run better on the whole.
    That's interesting. And this is happening with CC and CC 2014?  Do you have all the updates for the Photoshop CC versions?
    I've just tried to duplicate it without success, (windows 7, GTX570) so I wonder if there is a condition that triggers it?  Unfortunately, with this being such an old thread, the only person still around is R Kelly.
    OK, I just thought to try it on my Cintiq Companion 2, which has Windows 8.1 and Intel 5100, and the bug occurred. I actually got as far as firing up my Win 8.1 laptop before remembering that I had to sign out of CC to put it on my Cintiq, so I only have CS6 on it.
    Anyway....  looks like the bug is still there.  Are you using Win 8.1?

  • Problems with Item level access rights

    I am having problems with a page group I created. I have applied item level security to an item on a page, managed by me and viewable by one access group. I then created multiple users and signed in as one user who was not in the access group to see that item. When I navigated to that page, I could see the item. When I restricted access to the tab on the page, I could not see the tab, so that worked. But when I opened access to the tab, I could still see the item.
    Here are my settings:
    Page Group Properties: Display Page To Public Users checked and Enable Item Level Security checked.
    Page Properties: Display Page To Public Users checked and Enable Item Level Security checked.
    Tab Properties: Specify Access Settings checked and added all of the appropriate groups with view access.
    Text Item Properties: Define Item Level Access Privileges and managed by me and viewable by one access group.

    I am having problems with a page group I created. I have applied item level security to an item on a page, managed by me and viewable by one access group. I then created multiple users and signed in as one user who was not in the access group to see that item. When I navigated to that page, I could see the item. When I restricted access to the tab on the page, I could not see the tab, so that worked. But when I opened access to the tab, I could still see the item.
    Here are my settings:
    Page Group Properties: Display Page To Public Users checked and Enable Item Level Security checked.
    Page Properties: Display Page To Public Users checked and Enable Item Level Security checked.
    Tab Properties: Specify Access Settings checked and added all of the appropriate groups with view access.
    Text Item Properties: Define Item Level Access Privileges and managed by me and viewable by one access group.

  • Availability check problem - with item category(TAN and TANN)

    Hi All,
    We have a problem with the availability check in the standard order. Suppose if I give the item category as TAN, the availabilty check is green for that line item. If I change the item category from TAN to TANN, then the availabilty check is red.
    How Item categories influence the availability check? Is availability check also depend on customer?
    Thanks & Regards,
    Anil.

    Hi ,
    please check in this path.
    Customer Relationship Management>Basic Functions>Availability Check>Assign ATP Profile to Item Category
    In this step you assign the ATP profile to an item category:
    1. Choose the relevant item category.
    2. Enter the name of the ATP profile in the ATP profile field.
    If this field is empty,  no availability check is carried out.
    ATP profile-
    1. A key that is assigned to the item category of a sales transaction item to control whether availability check takes place for this item.
    2. If availability check is carried out in SAP Advanced Planner and Optimizer (SAP APO), the name of the requirements profile in SAP APO is used for the ATP profile in CRM Online to carry out the following functions in SAP APO:
    -ATP check
    -Transfer of requirements
    -Delivery scheduling
    -Transportation scheduling
    Hope it will useful.
    thanks
    Hemant ghiya

  • SAP B1 8.8 - Problem with Down Payments to draw

    Hi All,
    i need your help to understand what's the problem with import of Down Payments.
    I have a procedure that imports down payments related to invoices.
    My problem is that the procedure was working fin on SAP B1 2005-2007, but now in 8.8 i'm experiencing troubles.
    In 8.8 they introduced the downpaymentstodrawdetails object. I'm trying to use this object, but i don't know how i have to set it to close the down payments connected to invoices.
    Let's say that i have 2 down payments related to an invoice.
    Let's suppose that those down payments are 1000 and 2000 euros.
    I'm importing and invoice of 3000 that has the two downpayments related.
    Then for each downpayments i fill the docentry property with the docentry of the invoice and populate amount to draw.
    When adding that invoice i should have the down payments connected to the invoice (and i got it) and they shouldn't be visible anymore in opened downpayments. this second thing doesn't happen, because i've seen that on INV9 AND INV11, reference to the invoice aren't saved. I've seen on help of SDK that the object downpaymentstodrawdetails has the property "DocEntry", but it's readonly.
    My code looks like this:
    oDocuments.DownPaymentsToDraw.DocEntry = intDocEntry
    oDocuments.DownPaymentsToDraw.AmountToDraw = AmountToDraw1
    oDocuments.DownPaymentsToDraw.DownPaymentsToDrawDetails.AmountToDraw = AmountToDraw1
    oDocuments.DownPaymentsToDraw.DownPaymentsToDrawDetails.VatGroupCode = VatGroup1
    oDocuments.DownPaymentsToDraw.DownPaymentsToDrawDetails.Add()
    oDocuments.DownPaymentsToDraw.AmountToDraw = AmountToDraw2
    oDocuments.DownPaymentsToDraw.DownPaymentsToDrawDetails.AmountToDraw = AmountToDraw2
    oDocuments.DownPaymentsToDraw.DownPaymentsToDrawDetails.VatGroupCode = VatGroup2
    I set other needed value on oDocuments (that is my invoice document) and i do the add. The document is added with success, but i can't close the down payments.
    Hope that everything is clear.
    Thanks in advance
    UPDATE: i discovered that this happens only if i create my Document as Draft. If i create it as real document, it works fine!
    Edited by: Nicola Piccone on Jul 22, 2010 11:36 AM

    Hi Kalyanaraman,
    Please check below links.
    Integrate SAP BOne 2007 to SAP ECC 6.0 ?
    SAP ECC to SAP B1 Integration with the use of B1if
    Question on using SAP Business One instead of ECC6.0
    can ECC 6.0 and SAP B1work on same platform
    Hope this help
    Regards::::
    Atul Chakraborty

  • Problem with DefaultStyledDocument.styleChanged(Style)

    I have a layout with 'text frames' that contain DefaultStyledDocument's.
    I want to do a repaint of a textframe when the underlying paragraph style changes.
    The way I do this is that I listen for changes and when a change in a Paragraph Style (StyleContenxt) occur, I do a DefaultStyledDocument.styleChanged( paragraphstyle.getStyle() );
    After that I do a repaint() of the component.
    All this goes well, and the component is repainted - but not with the new style. It still displays the old style, until I change it or move my mouse over it.
    should .styleChanged() and repaint() be sufficient? Can anyone see what is going wrong here?

    I suppose repaint() is called before all styles are updated. Try to call the repaint() in
    SwingUtilities.invokeLater(
      new Runnable() {
    );Or try to call refresh() of the document.
        public void refresh(int offset, int len) {
            DefaultDocumentEvent changes = new DefaultDocumentEvent(offset, len, DocumentEvent.EventType.CHANGE);
            Element root = getDefaultRootElement();
            Element[] removed = new Element[0];
            Element[] added = new Element[0];
            changes.addEdit(new ElementEdit(root, 0, removed, added));
            changes.end();
            fireChangedUpdate(changes);
        }regards,
    Stas

  • Problem with text-indent style , select tag on IE

    Hi Developers,
    i tried text-indent style class for <select> <option> tag .. The following given code is working on Mozilla fire box browser, but it is not working on IE..
    I am trying to build a tree structure in the list box with multiple levels without ' ' and <OPTGROUP> does not support multiple levels.
    Here is the example with multiple levels.
    <html>
    <head>
    <title>Main </title>
    <style>
    .style {color:green;font-weight:bold}
    .style1 {text-indent:45px;color:red;}
    .style2 {text-indent:90px;color:blue;}
    .style3 {text-indent:135px;color:green;}
    </style>
    </head>
    <body>
    <form name="form1">
    <select name="retail" >
    <option selected disabled value="">Tree Structure</option>
    <option value="Father" class="style">Father</option>
    <option class="style1" value="/retail/chandler/">Son 1</option>
    <option class="style2" value="/retail/chandler/">Grand Son 1</option>
    <option class="style2" value="/retail/chandler/">Grand Son 2</option>
    <option class="style3" value="/retail/chandler/">Great Grand Son 1</option>
    <option class="style3" value="/retail/chandler/">Great Grand Son 2</option>
    <option class="style2" value="/retail/chandler/">Grand Son 3</option>
    <option class="style1" value="/retail/chandler/">Son 2</option>
    </select>
    </form>
    </body>
    </html>
    Please help me out by providing a solution to this issue.

    You have bigger problems than you realize.   On this page - the one after the Splash intro page,
    http://www.transgenic-rabbit-models.com/Home.html
    As seen in Firefox with increased text.  See screenshot.
    Notice how your text boxes are colliding into other text boxes?  This happens when web designers paint themselves into a corner with a rigid layout.  Web pages must be flexible for all screen and text sizes.
    You are using APDivs as a primary layout method which is a bad choice.  And here is why.
    http://apptools.com/examples/pagelayout101.php
    Suggested Tutorials -
    From  Tables to CSS Web Design Part 1 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt1.html
    From   Tables to CSS Web Design Part 2 -
    http://www.adobe.com/devnet/dreamweaver/articles/table_to_css_pt2.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Problem with structure cell STYLE

    Hi
    I'm working a wad report with table interface i've already changed the style's structures with the STRUCTURE_CELL method, that's ok. Also i need to control the padding-left but when i tried this the style isn't be able to change it.
    It  took the style that is coming from the style class sapbexlevelh2 is its hierarchy in the structure, i checked the padding-left and i set it to 0, but the page generated putted &nbsp trying to make the distance... i would like to eliminate that space....any ideas?
    Thanks in advance

    Maria,
    If you notice the values for the cell - you would also find that there would be javascript for the arrow mark on the cell - that could be your problem which causes the &nbsp..
    Also it could be an issue with the WAD report trying to render the value in the same cell -
    http://www.xs4all.nl/~dimaroan/htl/faq1.html
    try increasing the column width...
    Arun
    Message was edited by:
            Arun Varadarajan

  • Problem with BlendMode.Erase when drawing on bitmap

    Hi
    I have a scenario where I have to draw a UIComponent on a bitmap. UIComponent contains multiple sprites. One of the sprite has a blend mode of ERASE. The uicomponent draws perfectly on the screen, but the erase sprite started appearing when I draw on a bitmap.
    I am attaching a sample which shows this problem. There are two sprites in a UICompnent, the yellow sprite is drawn with normal blend mode, while the cyan sprite is drawn with erase blend mode. The first drawing where only yellow rectangle is shown is drawn on screen, while the second is image component whose source is bitmap generated from the drawing of first compnonet.
    The thing starts working fine when i draw the cyan rectangle twice one without erase mode and than with erase blend mode. But this solution is quite heavy in my envrionment, as there are multiple erase rectangles.
    Any other suggestion or solution ?
    The source code is also attached.

    hi ..
    i have'nt seen your post before but i have the same issue with my project right now..please check out the link given below.
    http://forums.adobe.com/thread/742713?tstart=0
    please help, if you have any solution to this problem.

  • Problem with media print styles in debug versus nondebug mode

    Hi,
    I am trying to debug why the same page (and code) will print one way on one server and another way on another server. These servers are a dev and test server with the same version of cf 9 installed.
    I am working on a page that has two divs floated left next to each other.
    [div 1] [div 2]
    We had problems printing this setup in IE 8, so I created a CSS file for media type print that removes the float from div2.
    So in my page I have:
    <link rel="stylesheet" type="text/css" href="../common/main.css" media="screen"/>
    <link rel="stylesheet" type="text/css" href="../common/mainPrint.css" media="print"/>
    In main.css the class is:
    .documentArea {
          margin: 2.5em 1em 0 1em;
          float:left;
    In mainPrint.css the class is:
    .documentArea {
          margin: 2.5em 1em 0 1em;
    On the Dev server, I am able to view the page correctly in IE and it prints correctly with div 2 below div 1:
    [div 1]
    [div 2]
    When I move the SAME code to the our Test server and view it in the same IE browser, the display of the page is correct but the printed page only displays div 1 and not div 2 at all.
    After some investigations, I discovered that the the print CSS worked when debugging was on and not when it was off. We turned on debugging on the Test server and the CSS worked correctly for printing. I also changed the name of the style to my name (leslie) and it still didn't work. I thought perhaps a default style in CF might be overriding it.
    I am wondering if there are default CSS files in ColdFusion.
    If you have ANY suggestions as to what is happening I would greatly appreciate it!
    Regards,
    Leslie

    Just to clarify ....
    If the ERROR_CODE parameter is made an 'OUT' parameter instead of an 'IN OUT' parameter the correct return value is given for the OracleCommand invocation but the WRONG value is still returned for the EF Model invocation i.e. just changing the parameter from 'IN OUT' to just 'OUT' does not fix the problem.

  • Exchange 2007 - restored (merged) Mailboxes - Problem with items in Outlook

    Hey guys,
    last week we had to restore and merge our Exchange Mailbox Database. We had a running Database with data until Oct 14 and merged a recent backup into the User Mailboxes.
    Some mailboxes didn´t have problems, others have from then on doublicated Mails, Calendar Items, Tasks, ... even deleted/renamed folders appear now again WITH email content.
    I don´t understand what happend there and if I can do something.
    Hope someone could help me!
    Regards

    Hi,
    According your post, I understand that some mailbox contain duplicate items after restore and merge mailbox.
    If I misunderstand your concern, please do not hesitate to let me know.
    Are you run Restore-Mailbox with AllowDuplicates parameter? Please double check in OWA.
    Besides, please run below command to check the structure of mailbox folder:
    MailboxFolderStatistics “identity” | Select Name,FolderSize,FolderAndSubfolderSize
    If the issue only occur on Outlook client side, please run Outlook with online mode or reconfigure a new profile for testing.
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Allen Wang
    TechNet Community Support

  • Problem with items value

    Hi All,
    I created 2 popup lov items exactly the same: P91_SUBJ_TYPE and P91_SHG_KOD.
    I thought that they both has the same defult value (befoer selection value
    from the LOV) :NULL. (although i haven't define any defult value).
    now under Page Processing i have a process like this :
    begin
    if :P91_SHG_KOD is null and :P91_SUBJ_TYPE is not null then
         :P91_IND_FETCH :=1;
    end if;
    if :P91_SHG_KOD is not null and :P91_SUBJ_TYPE is null then
         :P91_IND_FETCH :=2;
    end if;
    if :P91_SHG_KOD is not null and :P91_SUBJ_TYPE is not null then
         :P91_IND_FETCH :=3;
    end if;
    end;but it doesn't work.
    after some checks i found out that apex doesn't identify P91_SUBJ_TYPE as
    null (although it looks that in the session state it is a null).but it does
    recognize the item P91_SHG_KOD as null.
    now in P91_SUBJ_TYPE item i defined a default value = 0.
    and changed the process like this:
    begin
    if :P91_SHG_KOD is null and :P91_SUBJ_TYPE != 0 then
         :P91_IND_FETCH :=1;
    end if;
    if :P91_SHG_KOD is not null and :P91_SUBJ_TYPE =0 then
         :P91_IND_FETCH :=2;
    end if;
    if :P91_SHG_KOD is not null and :P91_SUBJ_TYPE != 0 then
         :P91_IND_FETCH :=3;
    end if;
    end;this process works fine.
    my question why P91_SHG_KOD identified as null and P91_SUBJ_TYPE doesn't.
    the question is bigger when i tried to do a computations for P91_IND_FETCH
    (without any definition of default value for the l.o.v items)
    computations for P91_IND_FETCH equals 1 when
         (:P91_SUBJ_TYPE !=0 or :P91_SUBJ_TYPE is not null)
    and (:P91_SHG_KOD is null or :P91_SHG_KOD=0 )which works fine.
    computations for P91_IND_FETCH equals 2 when
         (:P91_SHG_KOD !=0 or :P91_SHG_KOD is not null)
    and (:P91_SUBJ_TYPE  is null or :P91_SUBJ_TYPE =0 )does not work.
    can someone explain what seems to be the problem ?
    thanks in advance

    thank you for your response .
    but it's doesn't works.
    first - if apex doesn't return null value for LOV, why P91_SHG_KOD works as null ?
    second - while i did the computation that you wrote it doesn't work:
    begin
    if :P91_SHG_KOD is null and :P91_SUBJ_TYPE is not null then
         :P91_IND_FETCH :=1;
    /* it works well.*/
    end if;
    if :P91_SHG_KOD is not null and :P91_SUBJ_TYPE is null then
         :P91_IND_FETCH :=2;
    /*it doesn't work. ind_fetch=3 (instead of 2).*/
    end if;
    if :P91_SHG_KOD is not null and :P91_SUBJ_TYPE is not null then
         :P91_IND_FETCH :=3;
    /* it also works well.*/
    end if;
    end;and when P91_SHG_KOD and :P91_SUBJ_TYPE are empty it also doesn't work - ind_fetch =1 (instead of null)
    in the 2 cases that it doesn't work(as i mentioned above) it also show an eror message:
    Error: ORA-01722: invalid number performing LOV query:
    "select K_DESC, KOD_P from (select kod_p || ' ' || kod_desc
    k_desc, kod_p from codes order by kod_p) wwvlovinlineviewname where
    KOD_P = :WWV_LOV_RETURN_KEY_UTIL_1111".  (this eror message caused because of the null problem. when i changed the process and defined a default value
    to :P91_SUBJ_TYPE this message doesn't appear ).
    can you explain me that?
    thanks in advance.

Maybe you are looking for

  • Using variables in a text field

    I am very rusty using lingo, and I cannot find how to do this in any of my old projects (using director 7 if that helps you date this) I am trying to generate a random number, which becomes visible in a text field on the stage after the user presses

  • "Genre" selection broken in iTunes 9.2?

    In iTunes 9.2, the "Genre" pop-up on the "Info" page of the "Item Information" dialog appears to have broken. Clicking the drop-down arrow displays the list of genres, but selecting any item from the list leaves the field blank. Typing in a genre doe

  • APEX: Use SQL query in APEX_MAIL Package

    Hello All, I am creating one application in which i want to fetch records from table and send it to user. Please help me on this. Thanks, Jiten

  • Validation business rule on a cumulative basis with periodic data storage

    Hi BPC Experts, Is it possible to set up a validation business rule on a cumulative basis when we have periodic data storage type? Appreciate your assistance with this. Thanks. Mila

  • Organizing songs by Artist

    How can I organize my songs by Artist, both on my Ipod and in the Library? I have multiple songs showing all by the same Artist, but I can't find anyway I can put all the songs under the same Artist.