Jdev 11 Table validations bug.

Validation errors on ADF editable table fires only when you change a row by clicking.
If you press any submit button they disapear.
Also validations dont fire if you navigate to a diferent row by pressing Tab key.
is this a bug?
Is there any way that these validation errors do not disapear when i press any button?
details:
[http://adfbugs.blogspot.com/2009/08/table-validations-bug.html]

Hi,
don't think this is a bug because you perform sever side validation that is not existing on the client. So this validation only happens when you change the row currency on the binding layer, which is not happening when you use the tab. To see this error immediately you would need to assign a submit event when leaving a filed. So if you set autosubmit=true on your cell component renderers then this fires quite happily (but who wants to pay the price for this ?)
Frank

Similar Messages

  • How to use the :$PROFILE$ token in a table validation value set

    Hi Community,
    Let me explain the scenario.
    We have a Flex Value Set (CLIENTES SERVICIO DIRECTO) with a table validation, included in the PO Headers DFF, which shows a LOV with the Ship-to addressfrom the customer which we want to serve the goods; i.e. we are acting as a commisionists and the supplier puts the goods in the Ship-to address of the customer.
    This Flex Value Set, as I mentioned, have a table validation, with the following validation table information:
    Table Application: Oracle Receivables
    Table Name: RA_ADDRESSES_ALL a, RA_CUSTOMERS b
    Table Columnns: b.CUSTOMER_NAME Varchar2(20), a.PARTY_LOCATION_ID Varchar2(20)
    Where/Order By: a.CUSTOMER_ID = b.CUSTOMER_ID
    Additional Columns: a.ADDRESS1 "Dirección"(20), a.CITY "Ciudad"(10)
    If we translate this to a SQL code:
    select a.address1,
    a.city,
    a.party_location_id,
    b.customer_name
    from ra_addresses_all a,
    ra_customers b
    where a.customer_id = b.customer_id
    and b.customer_id = 6283 <--- This last condition clause is for narrowing the result to the interested customer.
    This select retrive us two records; for the same customer, one of them for one organization_id (let's say 85) and one of them for the other organization_id (84).
    What we are looking for and want is that the LOV, which actually display the two records, shows only the ship-to site of the customer that belongs to the organization_id which belongs the user who queries or creates the Purchase Order.
    I.e. Suppose that we enter to Purchasing using the responsibility assigned to the Operating Unit or Organization_id 84. We want that theLOV only shows the Ship-to Site from the customer that belongs to the Operating Unit or Organization_id 84.
    I believe that we can achieve this using the :$PROFILE$ token, but we do not know how.
    Any ideas?
    Thanks a lot for your answer.

    Hi Rcana,
    We have just test your suggestion and it works. We believe that the correc sentence was fnd_profile.get('profile_name'), but the value feature solve the problem. Thanks for your help.
    Regards.

  • How to use a bind variable in a table-validated flexfield

    Hi,
    I want to prepare a table-validated descriptive flexfield, which uses as source a select statement.
    So, in the form "Validation table information" I use as table name the statement:
    (SELECT my_procedure('test_value') FROM DUAL)
    Up to here it works fine.
    But instead of 'test_value' I want to use the value of a field in the form or a value of another flex (using $FLEX$ bind variables).
    Please advice if it is possible to perform this in "table name" statement. I use it in "where/order by" clauses and it works fine.
    Thank you.

    Hi,
    I have posted in the place where you did advise,
    https://forums.oracle.com/thread/2560192
    but they reply there that this is an EBS question, with no much relation to dev tools in general.
    Please, can I continue in this place with this question?
    Thank you.

  • Table Validation - Report errors without losing changes

    Hi all,
    I am experimenting with table validation based on Denes Kubicek's example at http://apex.oracle.com/pls/otn/f?p=31517:41. I have had no problems getting this working,
    but I need to stop if loosing data when the validation rules are not met.
    If I have 10 rows in my table and the user updates 6 of these with valid new values and 1 with an invalid value then the submit button causes the error message to be shown as expected, but the page / table reverts back to the data from the databse and all the other changes are lost.
    How can I get the page to keep the entered values when the page is refreshed?
    Thanks,
    Martin

    Martin,
    You may need to replace the validation using JS. JS equivalent for Denes e.g.
    Put this in page HTML Header..
    <script type="text/javascript">
    function f_validate()
         var comm;
            var dept;
            var err ='';
         for (i=0;i < document.wwv_flow.f02.length;i++)
         comm = document.wwv_flow.f07.value;
         dept = document.wwv_flow.f08[i].value;
         if (comm > 2000 && dept == 20)
              err = err + 'Error at Row ' + i;
    if (err == '')
    doSubmit();
    else
    alert (err);
    document.wwv_flow.f07[0].focus();
    </script>
    Change the 'Submit' button target to URL and type javascript:f_validate(); as URL Target
    Cheers,
    Hari
    Edited by: Hari_639 on Oct 29, 2009 7:07 PM

  • Validate a value against table validation value set within PL/SQL

    Hi,
    I am trying to import price list lines along with Pricing attribute values.
    I have to validate the uploaded values against the pricing attribute value set, before I import them into base tables.
    Value set defined is of type table validation.
    I wanted to know if there are any public APIs that can be used to validate the value against the Value set values within my PL/SQL procedure
    Also please point me to documentation that lists various public PL/SQL APIs
    Regards,
    Mrutyunjay

    You can find functions and procedure for Value sets in packages FND_FLEX_VAL_API or FND_FLEX_VAL_UTIL.
    Example : get_table_vset_select gives you the select statement of your value set. Executing this statement will allow you to validate your values.

  • LiveCycle Designer 8.0 Table Header bug

    My dynamic form (8.0 dynamic XML form) has strange behavior with table headers.
    When rows are dynamically added to the table to make the table expand to a third page, the table headers become unstable. Once the table expands to the third page, if a row is added or removed, a new table header is added to the second page so the second page ends up having extra table headers.
    I have been using LiveCycle Designer 8.0 that came with Acrobat Professional 8.0.
    I have been using the Purchase Order.pdf, that came with Designer 8.0, as an example to create tables that can have rows added or removed dynamically. I checked the Purchase Order.pdf (8.0), and it also has the same buggy, table-header behavior.
    I then downloaded Acrobat Professional 9.0 which comes with LiveCycle Designer 8.2 and checked the Purchase Order.pdf that came with it.
    The Purchase Order.pdf (8.2) works correctly.
    I then compared the timestamps of the Purchase Order.pdf (8.0) and Purchase Order.pdf (8.2) and their XML source.
    The timestamps are different, Purchase Order.pdf (8.0) -10/17/2006 11:16 PM, Purchase Order.pdf (8.2) -5/23/2008 1:16 AM.
    The main difference in the XML source between the two versions is their
    Overflow-related tag.
    The Purchase Order.pdf (8.0) has
    The Purchase Order.pdf (8.2) has .
    I dont know about Designer 8.1, but the table-header bug is definitely fixed in Designer 8.2.
    Could someone please tell me what I need to install to fix this bug? Is there a service pack for Designer 8.0 or do I have to install Designer 8.2?
    I have seen workarounds for this bug in the forum, but creating a master page containing the table header for each table in the form seems to be an excessive hack.
    Thanks,
    Mike

    There is no patch .....if it is fixed in 8.2 then you will have to use that.

  • Table validations

    i have couple of pages where i have an editable table. when user edits table data, i need to do some validations on values entered. these validations depend on other values of fields in row. table is based on a VO / Data control which is entity object based. sometimes i have to enable or disable a row and some fields depending on values of fields in a row. besides this, i have an action menu. i have to enable / disable command menu items depending on values of fields in row. what is the best practice / place to implement such validations. should these be kept at business components or view layer. jdev 11 1 1 6

    Validation is part of the business logic so it should be defined and enforced there. However (and this it what the framework does), some validations are better done in the UI as you otherwise need a roundtrip to the server.
    Next you have to think about the ui experiance the user have. If you disable fields right after he enters a value into another field it might disturb his thinking (e.g. he entered the wrong value in a field which causes other fields to get disabled). On the other hand users might like this as they always see what they can do and so see the error right away.
    It depends on the use case and the users how to do the validation. From what I read out of your use case it'll be a mix.
    Timo

  • JDev  10.1.2 Bug Fix Release?

    There were rumors that a bug fix release for JDev 10.1.2 is due by 2004 year end. Is this still a valid rumor?

    I have also noticed this behavior of data actions created in JDev 9.0.5.2 being transformed into data pages when migrated to JDev 10.1.2. The following are the steps to create a simple project to reproduce:
    JDev 9.0.5.2
    1. Create a new application workspace using Application Template "Web Application [Default]".
    2. Open struts-config page flow diagram.
    3. Create a data page /welcome, a data action /logout, and a data page /login.
    4. Create a forward (default success forward) from /logout to /login.
    5. Double click /login to create login.jsp and type "You have successfully logged out" on the page.
    6. Back on the struts-config page flow diagram, double click on /logout to define the action named LogoutAction that extends oracle.adf.controller.struts.actions.DataForwardAction.
    7. Add the following event handler:
    public void onLogout(DataActionContext ctx) {
    ctx.getHttpServletRequest().getSession().removeAttribute("test");
    8. Back on the struts-config page flow diagram, double click on /welcome and create welcome.jsp.
    9. In the body of the welcome.jsp page, create the following link:
    Logout
    10. Save, Make, and Run /welcome.
    JDev 10.1.2
    1. Add the application workspace created above. You will be prompted to migrate. Click Yes.
    2. Open struts-config page flow diagram. The logout data action will appear as expected.
    3. Click on source tab to view struts-config.xml.
    4. Close the struts-config.xml file. You will be prompted to save changes. Click Yes.
    5. Reopen struts-config. Click on page flow diagram tab. The logout data action appears to have changed to a data page. Double clicking on it no longer takes you to the action class; instead, you are prompted to create a JSP page.
    I read the suggestion above about editing the oxd file, but it is my understanding that this file is (re)generated and should not have to be edited by hand; it is my guess that changes made manually as suggested above would revert eventually. Is there a better way to solve this problem?

  • External Table - possible bug related to record size and total bytes in fil

    I have an External Table defined with fixed record size, using Oracle 10.2.0.2.0 on HP/UX. At 279 byte records (1 or more fields, doesn't seem to matter), it can read almost 5M bytes in the file (17,421 records to be exact). At 280 byte records, it can not, but blows up with "partial record at end of file" - which is nonsense. It can read up to 3744 records, just below 1,048,320 bytes (1M bytes). 1 record over that, it blows up.
    Now, If I add READSIZE and set it to 1.5M, then it works. I found this extends further, for instance 280 recsize with READSIZE 1.5M will work for a while but blows up on 39M bytes in the file (I didn't bother figuring exactly where it stops working in this case). Increasing READSIZE to 5M works again, for 78M bytes in file. But change the definition to have 560 byte records and it blows up. Decrease the file size to 39M bytes and it still won't work with 560 byte records.
    Anyone have any explanation for this behavior? The docs say READSIZE is the read buffer, but only mentions that it is important to the largest record that can be processed - mine are only 280/560 bytes. My table definition is practically taken right out of the example in the docs for fixed length records (change the fields, sizes, names and it is identical - all clauses the same).
    We are going to be using these external tables a lot, and need them to be reliable, so increasing READSIZE to the largest value I can doesn't make me comfortable, since I can't be sure in production how large an input file may become.
    Should I report this as a bug to Oracle, or am I missing something?
    Thanks,
    Bob

    I have an External Table defined with fixed record size, using Oracle 10.2.0.2.0 on HP/UX. At 279 byte records (1 or more fields, doesn't seem to matter), it can read almost 5M bytes in the file (17,421 records to be exact). At 280 byte records, it can not, but blows up with "partial record at end of file" - which is nonsense. It can read up to 3744 records, just below 1,048,320 bytes (1M bytes). 1 record over that, it blows up.
    Now, If I add READSIZE and set it to 1.5M, then it works. I found this extends further, for instance 280 recsize with READSIZE 1.5M will work for a while but blows up on 39M bytes in the file (I didn't bother figuring exactly where it stops working in this case). Increasing READSIZE to 5M works again, for 78M bytes in file. But change the definition to have 560 byte records and it blows up. Decrease the file size to 39M bytes and it still won't work with 560 byte records.
    Anyone have any explanation for this behavior? The docs say READSIZE is the read buffer, but only mentions that it is important to the largest record that can be processed - mine are only 280/560 bytes. My table definition is practically taken right out of the example in the docs for fixed length records (change the fields, sizes, names and it is identical - all clauses the same).
    We are going to be using these external tables a lot, and need them to be reliable, so increasing READSIZE to the largest value I can doesn't make me comfortable, since I can't be sure in production how large an input file may become.
    Should I report this as a bug to Oracle, or am I missing something?
    Thanks,
    Bob

  • Signature Validation Bug in WebLogic 10.3

    I believe I have come across a bug in WebLogic 10.3. I send a signed soap message to the server, but it gets rejected because it fails validation. Fair enough... Took a look at the trace and here is what I found:
    &lt;Sep 23, 2008 9:41:03 AM EDT&gt; &lt;Info&gt; &lt;&gt; &lt;BEA-000000&gt; &lt;transformed data: [OctetData, as String in platform default encoding:&lt;soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="id-18724844"&gt;&lt;ser:deposit xmlns:ser="http://services/"&gt;
        &lt;arg0&gt;100&lt;/arg0&gt;
    &lt;/ser:deposit&gt;&lt;/soapenv:Body&gt;]&gt;
    &lt;Sep 23, 2008 9:41:03 AM EDT&gt; &lt;Info&gt; &lt;&gt; &lt;BEA-000000&gt; &lt;digest input: (as string, platform default encoding) &lt;soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="id-18724844"&gt;&lt;ser:deposit xmlns:ser="http://services/"&gt;
    &lt;arg0&gt;100&lt;/arg0&gt;
    &lt;/ser:deposit&gt;&lt;/soapenv:Body&gt;&gt;
    ReferenceImpl.ValidateResultImpl:
    refURI: #id-18724844
    status: false
    digestValue: 1B35E823E5137581751EF6A8AB8DD8943D21F024
    unmarshalledDigestValue: B3DAB5E81C128858C84DBB05B361C8736C972443
    The reason the digest does not match is because WebLogic is not receiving the correctly formatted soap message. For some reason, weblogic does not see the carriage return between &lt;/ser:deposit&gt; and &lt;/soapenv:Body&gt;. I send the same message to a WebLogic 10.0 server and it does not run into this problem. I use soapUI 2.0.2 as my client.

    instead of import weblogic.security.SubjectUtils; use import weblogic.security.spi.WLSUser; and get the username as below
    Set users = subject.getPrincipals(WLSUser.class);
              Iterator iter = users.iterator();
              while (iter.hasNext()){
                   userName = ((WLSUser)iter.next()).getName();
                   System.out.println(userName);
    this returns you the username

  • SAX Parser Validation Bug or.....

    I'm using Oracle XML Parser 2.0.1.0.0 for C Programming.
    I found that the parser cannot provide validation function when it use the SAX parser.
    I try to use a different tag name between the data. It also can pass the parser
    example:<nam>John<name>
    As W3C XML 1.0 standard, All data must be pack by a pair of SAME tag.
    Is it a limitation or bug of SAX parser ?
    Thanks
    Sanjaya
    null

    Hi,
    This is indeed a bug in our parser. It has been fixed and will be available in OTN with the next release.
    Thank you,
    Oracle XML Team

  • JDev 11G Release2 Critical Bug, is it?

    Hello, Oracle JDev 11G Colleagues
    I think i hit a bug with Release 2 of JDev 11g
    Here is the scenario for the bug (the bug happens when using a popup only)
    1- Created new simple Fusion ADF Application with JDev 11.1.2.0 without business components.
    2- Created a new jspx page.
    3- I put a button and a popup on the page
    4- Added a showPopupBehavior (operation) on the button and linked it with the popup
    5- Up untill now there are no problems when i click the button the popup is showing.
    6- Now added a dialog, PanelGroupLayout and an input text or an output text inside the PanelGroupLayout.
    7- Added a PopupFetchListener Method on a bean to modify the input text before showing the popup.
    8- Binded the Input or output text to the bean.
    9- Now when i run the application and click the button to show the popup i get (java.lang.NullPointerException) with the code ADF_FACES-60097.
    (it seems like the bean can't see the inputtext which is bounded to it)
    10- FYI, tried exactly the same steps with JDev 11G R1 (11.1.1.4) and it is working with no problems.
    here is the sample application Download
    Error Log:
    <RegistrationConfigurator> <handleError> ADF_FACES-60096:حدث استثناء بالخادم أثناء تصيير جزئي لصفحة PPR, رقم 1
    javax.el.ELException: java.lang.NullPointerException
         at com.sun.el.parser.AstValue.invoke(Unknown Source)
         at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodExpression(UIXComponentBase.java:1579)
         at oracle.adf.view.rich.component.rich.RichPopup.broadcast(RichPopup.java:715)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1129)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:397)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:204)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:65)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:121)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.NullPointerException
         at view.popupClass.myPopupFetch(popupClass.java:32)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         ... 44 more

    Forget it,, i solved the problem.
    Which i think is a bug,, it was something i haven't even thought to look at, because i never faced such problem.
    The bug is : Here is what i noticed and i think should be, in all Jdeveloper in general in all releases
    the properties of all the UI Components are set to their defaults ,, well guess what only in Jdev R2
    the popup when placed in a page its properties are all set to default except two properties:
    1- ChildCreation - is set to deferred, which is not the default value which is (<default> (immediate)) --- this property is the cause of the error.*
    2- AuotoCancel - s set to disabled, but the default value is (<default> (enabled)) --- this just a note.*
    Now after setting the ChildCreation property to its default (which it always was in all previous releases) i can modify the content of the popup even before displaying it to the user (Just like before ^_^)

  • Tables not in Query Builder table list bug?

    In HTML DB version 1.6.0.00.87 we have tables defined in our schema in our workspace. When we create a view and click on the [Query Builder] link, no tables are in the drop down list for our schema. Why? The schema is there. I can go into the SQL Workshop and query the records our of the tables, but they are not listed in the [Query Builder].
    I tried this same function but with my workspace at htmldb.oracle.com. The tables in my schema are listed there.
    Is this a bug that was fixed in version 1.6.1.00.02?

    There is one schema assigned to the workspace. That schema is listed in the pop-up window. Here are the steps I am doing:
    1.) Click on SQL Workshop
    2.) Click on Create Object
    3.) Click on View
    4.) The correct schema is listed in the Schema field. There is only one schema in the drop-down list for the Schema field.
    5.) Click on [Query Builder]. A separate browser window appears with the correct schema. There is only one value in the drop-down list for the schema. "- Select Table -" is in the TABLE field.
    6.) I click on the TABLE field to get a list of tables for the schema. Only "- Select Table -" is listed. No other tables are listed.
    I can cancel the Create View and return to the main page of the SQL Workshop. I can click on Tables to see what table are available. I select the correct SCHEMA and see the list of tables.
    I tried this in the same version of HTML DB (v 1.6.0.00.87) in a different database ie. a different HTML DB repository and received the same results, missing tables in the pop-up page
    I do not know why the tables do not list in the [Query Builder] for the Create View.

  • Table validation question

    Hi
    I have created 2 tables zposition, zwork.
    The fields in zposition is department and position.
    The fields in zwork is empid, department, position, firstname and lastname.
    I wanted to create a validation that when i insert the data into the zwork, the system will automatically check against the zposition tables for the department and position that was store inside it. How do i do it?

    in ur zwork table where u find the fields department and position..
    in the table fields of zwork just put the cursor on this field say department and click the key button(on the top) it will propose for a check table and in there give the zposition table relavant field department.
    the answer is there in ur question itself ...
    // check against the zposition tables for the department and position--> u need to propose the check table on that field .
    so all in ur are validating the zwork department entry with zposition department field..

  • Pages Table Formatting Bug in 10.10.3

    Running pages 5.5.2 on MBP with OS X 10.10.3, i noticed this.  I have a table on the same page as some text, and in order for the table (which was larger than 1 page) to fit I had to change the formatting to "always stay on page" and disallow text wrapping.  In fact, the ONLY way to get the table to fit on the page was to change the paper type to legal size, so that the page was longer.  Super lame, because now when I print it it will be distorted. That is a side issue however. 
    The main issue is with resizing the table columns, I noticed this happened.  Essentially when moving the table's grid lines, the old formatting would remain, so there was a 'ghosting' effect.  See this video for what I am talking about.
    I tried saving it, then closing and reopening the file, and the 'ghosting' remained so I reverted to older version of the document to get it back.  Resizing the table to original size manually also works.  Here is a video clip of the bug:  http://youtu.be/hZcx_HolJkI

    Apple - Pages - Feedback

Maybe you are looking for

  • Add audio from 25 fps video to 23.976 fps

    Hello, I want to add audio file from 25 fps to match with another video with 23.976 fps using Audition. How can i do that ?! 25 fps video settings: General Complete name                            : 01.avi Format                                   : A

  • 'Find/Change' fails for 'Change All'

    'Change All' fails where I use ' End of Paragraph' [^p] and 'Change Format'. Change/Find is fine but need to process a considerable amount of text. e.g. I am asking to change: ABC £1,000 ^t £1000 to ABC £1,000 ^p £1000 whilst changing format to new p

  • Adobe Fireworks slide show in iWeb

    I am trying to place a slideshow created in Adobe Fireworks in an iWeb page.  The slideshow is a .xml file.  Nothing is showing up.  I have watched a few tutorials...same result.  Does the HTML snippet work with this?

  • Update 6.13 just killed two of my iPhone 4 what to do now?

    Today I decided to update my iPhone 4 phones, both went trough with update, but then iTunes gave error msg. and doesn't recognise phone anymore. Both phones are stuck on iTunes and plug screen. Please help

  • Activation Link Does Nothing

    I received my new iTunes U activation link this afternoon. When I click it, it launches iTunes but then does nothing. I don't see the setup page, it doesn't ask me for any other information, it just goes to iTunes and doesn't change pages or anything