R11.5 LOV bug?

I'm having problems with LOV in R11. The autovalidation feature is selectively kicking depending if you modified Disable Validation or not
If you set it to False (forcibly) the autovalidation feature does not kick in. i.e. it will not validate the value you entered against the LOVVO list of valid values
If you DONT set the Disable Validation as false, (its false anyway) the auto list validation will kick in as normally.
Problem is when you use SPEL to selectively switch on and off validation, if you forcibly use false again, the autovalidation feature will not work and you will have to code your list check manually.
Tell me if you guys experience this as well.

Workaround :::
if you accidentally touched the disable validation and you intend it to be False althroughout your program you can optionally open the PG.xml and remove unvaildated="false"
However for some UI elements this is not always true as it does happen that the autolistvalidation feature does not kick in even with the attribute remained untouched.
Weird bug though.

Similar Messages

  • Multi-select LOV bug and Developer6i R2 Patch7

    Has anyone verified that Patch7 corrects the problem with multi-
    select LOV bug (see below). The Headstart6i Report Launch form
    (QMS0012F) exhibits this bug (when using the demo reports for
    example) and we were unsuccessful applying the workaround (see
    below). We will upgrade to Patch7 if this bug is fixed or we
    could use a little help from the HeadStart team correcting the
    Report Launch form to get around this bug. Thanks, Keith
    We have found one odd quirk with Headstart 6i and Forms
    6i versions 6.0.13 and higher.
    Description ===========
    1. When using a multi-select LOV (which is displayed in a modal
    dialog window), you select the records you want, press OK, and
    the application exits.
    2. When using a shuttle control to move records from left to
    right or vice versa, you select the records you want, press '>'
    to move them, and the application exits. This occurs in Forms
    6.0.8.13.0 and higher. It did NOT occur in prior releases. This
    is some kind of forms bug.
    Workaround ==========
    For some reason the call to procedure 'renumber' in
    qms$msel.process_records in qmslib65.pll causes the application
    to exit. If you copy the code from renumber to all the places
    from which it is called, it works fine.

    So far as I know, this bug has not yet been corrected.
    You will have to apply the fix as described in your email
    message.
    Regards, Lauri

  • New LOV Bug in JHeadstart 10.1.3.1.26

    Software Versions:
    JHeadstart 10.1.3.1.26
    JDeveloper 10.1.3.1.0
    I belive I have discovered a new bug with LOV's in the newest release of JHeadstart. When a value is selected from the LOV pop-up window, the value is not visually being returned to the main table-forum. The update is only visually invoked when the page is saved, or sometimes, when another row is selected on the page via the table-form's radio buttons.

    Matthew,
    To work around the issue of copying back to quick search, you can add the following property to lovItemInQuickSearchBean.vm
    <managed-property>
    <property-name>itemsToClear</property-name>
    <list-entries>
    #foreach ($item in ${item.dependentItemsToClear})
    <value>Search${item.bindingName}</value>
    #end
    </list-entries>
    </managed-property>
    To fix the issue in the table, you have to change the DepartmensView ViewObject: the EmployeeId attribute added as part of the Employees lookup EO should have the Key property unchecked. If this property is checked, the key of the row changes when you select a different manager, causing unexpected behavior.
    Steven Davelaar,
    JHeadstart Team.

  • Apex 4.2.1 - mobile theme display bugs and Cascading LOV bug

    I've setup a test at http://apex.oracle.com/pls/apex/f?p=35331 - username/password is test/test
    Simple page to show some issues I'm running into. Wondering if work-arounds exist or if a patch would be available before we'd go live.
    First and second issue are the same I believe. So - a normal text box (label1) looks fine. But, Label2 is a Display only item and Label3 is a read-only select list item. As you can see - both of the values appear smack dab right beside the label and not in line with the other fields. It's totally ugly and not usable as is. I've tried to move this over, but the label goes with it. I can see no way of doing it, but wondering if there's some hack I can put in to solve it...
    The last issues is with a cascading LOV. Simple table setup. Static on the first, the second a simple query that filters on the first. If you set the select list to Value Required and not to display null values - then when you click on the Second List button - it just hangs. The page is unusable. I suspect this has to do with the null or something. But - doesn't appear to matter if anything is chosen. Note - if the list is large - which I think then uses a different UI control, this is fine. Only when one of the lists is small does the issue reproduce.
    Any workarounds or fixes? Any ideas?
    Thanks

    Hi,
    I would suggest to not mix different questions and a thread for each of them. Makes it easier for others to follow.
    About your problem with the cascading LOVs, it appears that this is/was a bug in jQuery Mobile which we use under the hood. I was able to reproduce the problem with APEX 4.2.1 using jQM 1.2.0, but was not able to reproduce it with APEX 5.0 which will use jQM 1.3.0RC1 or higher. The problem occurs if a select list is empty.
    There are different workarounds available:
    1) set the attribute "HTML Form Element Attributes" of P1_CLOV_2 to data-native-menu="false"or
    2) set the attribute "Display Null Value" of P1_CLOV_2 to Yes and "Null Display Value" to - select - (or something similar). The "Value Required" = Yes will still guarantee that a value has to be picked. Having the extra null entry will guarantee that the select list always contains an entry, that seems to workaround the bug in jQuery Mobile.
    I have filed bug 16355963 - jquery mobile: empty select list causes javascript error
    to track that this is definitely fixed in APEX 5.0.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • LOV Bug with rendering result?

    Hey,
    I'm attempting to create a basic LOV using either the "ADF LOV Input" or "ADF LOV Choice List" components.
    When I try to use these components with a small set of data they behave as one would expect, however I run into some odd behavior when the list behind the LOV is large and the component is required to fetch additional rows of data as the user scrolls through the options.
    With the LOV Input, as I scroll through the data it is retrieved fine, however when I select a value from the bottom half of the list, the component on the page does not update with the selected value and the console in JDeveloper throws the following [truncated] stack trace:
    SEVERE: Server Exception during PPR, #1
    java.lang.NullPointerException
         at oracle.adfinternal.view.faces.model.binding.RowDataManager.getRowIndex(RowDataManager.java:171)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlHierBinding$FacesModel.getRowIndex(FacesCtrlHierBinding.java:417)
         at org.apache.myfaces.trinidad.component.UIXIterator._fixupFirst(UIXIterator.java:310)
         at org.apache.myfaces.trinidad.component.UIXIterator.__encodeBegin(UIXIterator.java:297)
         at org.apache.myfaces.trinidad.component.UIXCollection.encodeBegin(UIXCollection.java:517)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:271)
         at oracle.adfinternal.view.faces.renderkit.rich.SimpleInputListOfValuesRendererBase$ListOfValuesDialogRenderer.encodeContent(SimpleInputListOfValuesRendererBase.java:598)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelWindowRenderer.encodeAll(PanelWindowRenderer.java:190)
         at oracle.adfinternal.view.faces.renderkit.rich.DialogRenderer.encodeAll(DialogRenderer.java:135)
         at oracle.adf.view.rich.render.RichRenderer.delegateRenderer(RichRenderer.java:846)
         at oracle.adfinternal.view.faces.renderkit.rich.SimpleInputListOfValuesRendererBase$ListOfValuesPopupRenderer.encodeAllChildren(SimpleInputListOfValuesRendererBase.java:634)
         at oracle.adfinternal.view.faces.renderkit.rich.PopupRenderer.encodeAll(PopupRenderer.java:225)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:815)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:208)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:733)
    It looks as though the View Object on the back-end is getting populated with the correct value selected from the list (I have a second, cascaded LOV built off the value selected which is populating with the correct data) however the front-end is not getting populated with the correct data.
    With the second LOV component (ADF LOV Choice List) I am completely unable to scroll through the list of values; the component hangs as soon as it attempts to fetch any more data and throws the following [truncated] stack trace in the JDeveloper console:
    SEVERE: Server Exception during PPR, #2
    java.lang.NullPointerException
         at oracle.jbo.uicli.binding.JUCtrlListBinding$JUCtrlListBindingItemRef.get(JUCtrlListBinding.java:3006)
         at javax.el.MapELResolver.getValue(MapELResolver.java:164)
         at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
         at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64)
         at com.sun.el.parser.AstValue.getValue(AstValue.java:117)
         at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
         at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:70)
         at oracle.adfinternal.view.faces.renderkit.rich.ValueRenderer.getValue(ValueRenderer.java:170)
         at oracle.adfinternal.view.faces.renderkit.rich.ValueRenderer.getConvertedString(ValueRenderer.java:129)
         at oracle.adfinternal.view.faces.renderkit.rich.OutputTextRenderer.encodeAll(OutputTextRenderer.java:105)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:815)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:208)
    If this is indeed a bug with the ADF components themselves attempting to lazy-load the values in the list, is there a way to force the component to simply load the entire list up-front instead of as the user scrolls? This would be an acceptable workaround for my application.
    For the record, the View this page is based off runs flawlessly in the BC tester. Also, incase this helps any, the LOV is not based on any sort of Fk link / association. It is built upon accessor attributes (and bind variables and view criteria in the case of the mentioned cascading LOV).
    Thanks in advance for the help,
    Chris

    Chris,
    can you provide instructions how to reproduce this based on the HR schema (e.g. Departments/Employees table). If its easier for you to create a testcase, please send it to frank. /nimphius /@ oracle.com (please remove blanks and slashes) in a zip file, where you rename the "zip "extension to "unzip"
    Frank

  • Cascading LOV bug??

    Hi all...
    please help with this issue.
    Not sure whether it is a bug or browser issue.
    APEX: 4.1
    Browser: IE 7
    Database: 11g
    If i have a cascading lov, and if i have a some javascript
    under the HTML FORM ELEMENT ATTRIBUTES ""onchange="alert('hi');"""
    The on-change event is firing twice.
    why is it firing onchange twice?
    please check the following app.
    http://apex.oracle.com/pls/apex/f?p=41803:2
    select a dept, you will get 2 alert messages.
    Is there any fix for this?

    Hi Earl...
    Thanks for the reply.
    Yup..as you said , it seems it a browser issue (IE 7).
    Instead of using the onchange javascript .. i moved my javascript code to "dynamic action". It works fine now.
    Thanks for the reply.

  • Static LOV Bug

    Hi,
    please check what happens with your select list behaviour (try selecting the last element in the list)when the LOV is of type SATTIC2 and you pres ENTER after the last element in the list (in the definition area).
    I haven't tried this with STATIC.
    HTMLDB Version is 1.6.
    Please confirm if you reproduce this error.
    Would you please fix this?

    OK, here it is:
    1) Add a Select list with Submit to a page;
    2) In the LOV definition area enter: STATIC2:one,two,three
    3) Press ENTER after "three" (the last element you wrote). Of course I did not do this intentionally the first time :-)
    4) Set display Null to YES;
    5) Set Null display value to "-Not selected-";
    6) Set Null return value to "notselected" or something else;
    6) Apply changes and run the page
    7) Select "one" from the list -> it's OK;
    8) Select three from the list -> OOOPS, the listbox says "-Not selected-". It did not stay on "three".
    Well this is it. I did not try this with STATIC and if the listbox was REDIRECT.
    Does this helped?

  • BUG ? :  ADF creating extra VO instance using bind variables in a LOV query

    ADF 11.1.1.1.0
    After "playing around" with bind variables Setting bind variables in view objects for LOV I've come across something strange that I've reproduce using the HR schema and tables Employees and Departments. Its a bit long but here goes :
    Using the HR schema tables departments and employeesI'm trying to create a LOV (selectOneChoice) for the
    employee department, the LOV having a bind variable that limits the values returned in this case returning only DepartmentId = 50
    I've create a VO lovDepartment (not based on an EO) with the following query :
    SELECT Departments.DEPARTMENT_ID,
           Departments.DEPARTMENT_NAME,
           Departments.MANAGER_ID,
           Departments.LOCATION_ID
    FROM DEPARTMENTS Departments
    where DEPARTMENT_ID  = :pDeptIdA LOV has been defined on the DepartmentId attribute of the EmployeesView.
    The lovDepartmentImpl overrides the executeQueryForCollection to set the bind variable value.
        @Override
        protected void executeQueryForCollection(Object object, Object[] object2,
                                                 int i) {
            setNamedWhereClauseParam("pDeptId", "50");       
            super.executeQueryForCollection(object, object2, i);
        }When using an ADF form to create a new employee the DepartmentId lov is empty.
    Enabling SQL tracing shows the following :
    [370] _LOCAL_VIEW_USAGE_model_EmployeesView_lovDepartment1_0 ViewRowSetImpl.doSetWhereClause(-1, pDeptId, null)
    [371] _LOCAL_VIEW_USAGE_model_EmployeesView_lovDepartment1_0 ViewRowSetImpl.execute caused params to be "un"changed
    [372] Column count: 4
    [373] _LOCAL_VIEW_USAGE_model_EmployeesView_lovDepartment1_0 ViewRowSetImpl.doSetWhereClause(-1, pDeptId, null)
    [374] _LOCAL_VIEW_USAGE_model_EmployeesView_lovDepartment1 ViewRowSetImpl.setNamedWhereClauseParam(pDeptId, 50)
    [375] ViewObject: _LOCAL_VIEW_USAGE_model_EmployeesView_lovDepartment1 Created new QUERY statement
    [376] _LOCAL_VIEW_USAGE_model_EmployeesView_lovDepartment1>#q computed SQLStmtBufLen: 235, actual=195, storing=225
    [377] SELECT Departments.DEPARTMENT_ID,
           Departments.DEPARTMENT_NAME,
           Departments.MANAGER_ID,
           Departments.LOCATION_ID
    FROM DEPARTMENTS Departments
    where DEPARTMENT_ID  = :pDeptId
    [378] Bind params for ViewObject: _LOCAL_VIEW_USAGE_model_EmployeesView_lovDepartment1
    [379] For RowSet : _LOCAL_VIEW_USAGE_model_EmployeesView_lovDepartment1_0
    [380] Binding null of type 12 for "pDeptId"
    [381] No Resource Bundle found but null value id:LOV_DepartmentId_LOVUIHints_NullValueId is defined in an ListBinding Definition.It would seem that 2 lovDepartment instances are used one at line 370 LOCALVIEW_USAGE_model_EmployeesView_lovDepartment1_0
    and one at line 374 LOCALVIEW_USAGE_model_EmployeesView_lovDepartment1
    The one at line 374 LOCALVIEW_USAGE_model_EmployeesView_lovDepartment1 gets the variable bound at line 374
    however LOCALVIEW_USAGE_model_EmployeesView_lovDepartment1_0 gets a null value and would explain the empty LOV
    Can anybody explain what is happening here ? (and how to use bind variables in LOV queries)
    Regards
    Paul
    (bump)
    Edited by: Paul (MITsa) on Jul 14, 2009 10:46 AM
    I've now tried all types of LOV from ChoiceList to Radio groupe by testing the application module - none of them work.....
    Edited by: Paul (MITsa) on 14-Jul-2009 22:52

    when you rinvoke executeQueryForCollection the bind variables are allready set and they exist in Object[] object2 method parameters.
    in order to change them you need something like:
    private void changeGenericBindVariable(Object[] params, String paramName, Object paramValue) {
    for (int i = 0; i < params.length; i++) {
    if (paramName.equals(((Object[])params)[0].toString()))
    ((Object[])params[i])[1] = paramValue;
    * executeQueryForCollection - overridden for custom java data source support.
    protected void executeQueryForCollection(Object qc, Object[] params,
    int noUserParams) {
    changeGenericBindVariable(params, "pDeptId", "50")
    super.executeQueryForCollection(object, object2, i);
    But its better to set bind variables before you executeQueryForCollection. like when you invoke LOV.
    For cascading LOVs and the problems i have check:
    [http://adfbugs.blogspot.com/2009/07/jdeveloper-11-r1-cascading-lov-bugs.html]

  • Terrible flagship problems, bluetooth and syncing

    Ok, this is getting a bit pants now..
    Firstly, everytime I connect my phone using the USB cable and start either Nokia Music or Ovi it syncs my music.. every track.. every time.. This is on a fresh install of XP SP3.. no other software at all..
    Nokia care ummed and errred for a while and "promised" to call back with a solution after trying to convince me that the problem was my tracks didn't have names (which they do.. and album art).. They leaped on the chance to blame my Mac running XP.. firstly, that's not a excuse.. a Mac booting XP is a PC.. secondly, I'm using a Dell, I never said I ran XP on my Mac.. 
    This cannot be normal! (the syncing problem, not the lack of support.. I've never had Nokia care solve a problem, but that goes for Apple too)
    Secondly, I have a pair of BH-905.. the flagship headphones.. noise cancelling, BT, very very nice (on paper)..  but..
    It is not accep.........tabletocutoutthenspeed up during playback. It does th..........isfartooregularly it is very dull.
    Next problem is the first call after turning the headphones on.. the microphone is mute.. You can hear the caller/other end, but they can't hear you. That's real handy, especially if the phone is in your bag.. you have to dig it out, press "activate handset" then "activate BT headset" to allow them to hear you
    Seriously, two flagship devices and they didn't test them together?!
    I've got to find a decent phone to test the headset. Since the N97 loves bugs, I suspect this is a failing in the phone..
    Maybe v20 will solve these problems. Seriously.. BT headset not working.. what year is this? 2001? Screwing up such a basic phone feature is as bad as I dunno playing the default ringtone randomly!! I jest, but still something is very wrong when the two flagship devices (Nokia billed the BH-905 as the best headset ever!) don't work properly.. shocking!!!
    Does anyone else have these problems with bluetooth headsets on the N97 or perhaps on other Nokia devices?
    How about syncing? I take it everyone here can sync only new tracks when they connect their phone?

    I am convinved there's something messed up with the N97's BT Audio stack.  I have the Blue & Me BT audio system in my Grande Punto and it worked perfectly with my N95, problematic on the iPhone when Apple messed something up in a firmware update but later fixed and worked fine, but the N97 struggles to connect automatically when I get in the car and turn on the ignition.  I have to either turn the N97 bluetooth off and back on again or manually connect the N97 to Blue & Me.
    I really am hoping that Nokia get it all fixed in 2.0.
    Nokia N8 on O2-UK
    Firmware 022.014

  • Software compatibility About ORACLE BC and ADF 11g with Sybase Database

    I am using jdeveloper 11g xxx.0.2, and our company is using Sybase 12.x ASE. Our team chose Jdeveloper 11g and BC with ADF as our architecture. But during about 2 months, we found the bug (just with sybase db server) becomes more and more, strange, the dialect which we can choose does not have sybase (the have Oracle,Sql Server,DB2,SQL92 and others), we now have the only one way -- to choose SQL 92. But many bugs or other problem comes out, sometimes we event have to write lots of codes to realise a very very simple function. is that all because there's no sybase dialect or i guess the sqlbuilder for sybase database? Someone can explain why? or can help me go through the trouble? We need your help!!!!!!

    Thanks for reply, we can not change our tech now, and could you please show me a way? should I extend baseSqlBuilderImpl and override some important methods there to generate sql suitable in sybase?
    I have override the sql generate method and the lov bug was fixed( The bug is IT recognize int var as a string var, and uses like instead of =), but we still can't fix view criteria, the default declarative view criteria can not run most time. And i don't know why. can adf support team to do a enhancement for sybase? Thanks a lot
    Edited by: Roger Liu on Oct 29, 2009 6:10 AM

  • Error when using "Add to Cart" on Orderhistory page

    Hi,
    I am having a problem in that when I use the "Add to Cart" button on the Orderhistory page for most B2B accounts, I either get an exception or the order does not get added to the cart.
    the exception is:
    Version 5.9.2.22349
    Message Object reference not set to an instance of an object.
    Source NetPoint.API
    Stack at netpoint.api.commerce.NPOrder.CreateOrderFromHistory(Int32 orderid, String sessionid, String carttype, NPPartPricingMaster priceList)
    at netpoint.common.controls.OrderHistoryBlock.btnOrderFromHistory_Click(Object sender, ImageClickEventArgs e)
    at System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e)
    at System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
    at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
    at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) 
    Now on some accounts I dont get the exception but the order doesn't get added to the cart.
    to make things more complicated, I have a B2B account that I use for testing and this one works 100% fine. It only seems to be B2B accounts that are "real" that are causing this problem.
    Any ideas? (netpoint version 5.9)

    Hi Shane,
    I figured out the second issue as well.
    The orders are getting added - but under the same contact/user who originally placed the order.
    so if I have a B2B account, with 2 users, A and B
    A and B both see ALL of the account's previous orders in the Order History page.
    But if A clicks "Add to Cart" on an order that was placed by "B" nothing shows up in their cart. The order was duplicated alright, but as a cart belonging to user "B", not user "A"..if you log off user A and log in as user B, you see the stuff is in their cart.
    I suppose the "fault" there lies with the Orderhistory page whereby its showing all account orders, not just account orders placed by that user - but this is probably better anyway since most accounts will want to see all of their orders.
    And since I am going to rewrite the handler for the button, I can just ensure that the new Order uses the CURRENT userID, not the previous order's userID.
    Phew. don't you just love bugs?

  • MHKIM:(R12) AR Receipt의 Refund기능에서 Party Bank Account data가 아무것도 표시되지 않음.

    QUESTION
    =========
    1. Receipt 화면에서 Receipt 생성
    2. Apply 화면에서 Refund를 선택하고 Refunds Attribute 화면에서 Party Bank Account를 Click하면 LOV에 아무것도 Display되지 않음
    ANSWER
    =======
    12.0.6 upgarde 이전 Supplier 계좌가 Lov에 뜨던 부분은 bug 로 등록및 Fix에 따라 이제는 customer 계좌가
    변경된것으로 확인됨.
    해당 Customer 의 계좌 정보가 없는 경우 발생함.
    Customer / Accounts / Payment Detail / Bank Account 에서 계좌를 등록하면 처리할수 있음.

  • IOS 5 WIFI connection problem

    After upgrading my iPhone 4 to iOS 5 I'm having all kinds of trouble connecting to my WIFI network. Anyone else?

    Good day,
    I'm having the same issue.... even before the upgrade. When I look into my wi-fi settings, I see a strong wi-fi signal. On the other hand, I don't have a check mark next to the designated wi-fi nor do I have a wi-fi icon on the upper left hand side! I did notice that the IP address Subnet would come up but, I'm not showing the router or DNS number....
    Prior to the upgrade, I was running with 4.3.3 and now I'm with 5.0....I was kinda hoping that this upgtade would eliminate the issue.....dammit! My wife's 4 has version 4.3.1 and it's working fantastic! Gotta love bugs!!!!!

  • IOS 5 Wifi Connectivity Problem

    Ever since I upgrade my iPad 2 and iPhone 4 to IOS 5, including the recent update, my WiFi connectivity is considerably weaker in the same spots where I used to have full signal strength.  Many times it just disconnects randomly.  What's the problem?

    Good day,
    I'm having the same issue.... even before the upgrade. When I look into my wi-fi settings, I see a strong wi-fi signal. On the other hand, I don't have a check mark next to the designated wi-fi nor do I have a wi-fi icon on the upper left hand side! I did notice that the IP address Subnet would come up but, I'm not showing the router or DNS number....
    Prior to the upgrade, I was running with 4.3.3 and now I'm with 5.0....I was kinda hoping that this upgtade would eliminate the issue.....dammit! My wife's 4 has version 4.3.1 and it's working fantastic! Gotta love bugs!!!!!

  • Cannot DELETE rows from LOV on running...is it a bug ??

    One of the features I appreciated in the new version of JHeadstart is that we can now insert, modify and delete rows on LOV (even in the database).
    We have just to check on Lookup properties :
    Multi-row insert allowed
    Multi-row update allowed
    Multi-row delete allowed
    I cheked all of them and on runnig I could insert and update records in LOV.
    When I tried to delete records from LOV the system display information message "nothing to save" and in fact no records were deleted.
    Normally since I checked the delete property it should be possible to delete rows from LOV
    thanks for any Help

    Monta,
    I could reproduce this, it is a bug. Added to the fix list for the next release.
    Thanks for reporting,
    Steven Davelaar,
    JHeadstart Team.

Maybe you are looking for

  • Problem in bulk creation of Virtual machines using .csv file

    Hello Guys the problem is self-explanatory so i only put the screen shot here: import-csv D:\2.csv | ForEach-Object { new-vm -Name $_.VMname -MemoryStartupByte $_.memory -Path 'c:\testfolder' -NewVHDPath $_.myvhdpath -NewVHDSizeBytes $_.myvhdsize } t

  • Protecting documents

    Does anyone know how to protect a pdf portfolio from being locally saved or from extracting files/pages.  These are documents that are not uploaded to internet however are shared with a number of people who should only be able to open and view docume

  • Create Session and notify process via WS-Papi

    Hi, In the development of several examples and tutorials to learn how to "communicate" with other services, i'm finding some doubts about the session generated for the external program. This point made me ask two great doubts: 1) How can i iniciate a

  • How can i join the tables

    hai guys, can any body explain the table joining procedure step by step process.what is the necessay to join the tables Regards kiran

  • HT4623 i am not able to update my i phone to ios 7

    i am having i 5 phone but not able to update to ios7