OFG-00030 on F9 key-listval

Hi!
We are porting our 6i headstart code to 10g, and get this error on items which does not have an attached LOV.
In 6i we do not get this error, so somehow the migration doesn't handle disabling of key-listval/F9.
Anybody who has solved this ?
Regards
Mejar

"you want to use the internal "Validate from List" which you can set in the item-property ?"
Yes, if the List of Values can be suppressed.
and on top you want to "not display" the LOV, when the validate value is not correct ?
Prefferably, but I'm asking to prevent the LOV from being displayed with the F9 key. (see post title)
don't do it. Use the lov
The LOV in this case is used to validate something real (a part delivered to the machine) against the list of parts that will fit their particular setup. If the wrong part is delivered to the machine, and the validation fails then the form works correctly.
If the wrong part is delivered and the validation fails and they're allowed to simply select a part that isn't really at their machine, then the validation is pointless and we might as well not validate at all.
-Brian
P.S. Is there another type of validation that would not ever display a list?

Similar Messages

  • Key-listval

    please tell me about
    how to write a validation pl/sql block on key-listval?
    give me one example of that?
    or link which gives me information.

    Hello,
    I don't understand your question. the KEY-LISTVAL is fired when the end user want to show a LOV (generally with the Ctrl+L keys).
    So, it can be used to change the record group or the record group select order before displaying the LOV.
    What do you mean by "validation" ?
    Francois

  • Using KEY-LISTVAL

    Hello Everybody,
    I need the key-listval to fire on an item only when junk characters are passed to it.I do not need it to fire when i enter correct values.Can somebody please tell how to do it
    Regards,
    Gowtham

    Hi,
    That text item 'A' for which I want to stop junk
    values is an lov which opens another window(form) .Stop. Close your eyes. Clear from your mind any knowledge and familiarity you have of your system. Open your eyes. Read the sentence above. Does it make any sense? Do LOVs open forms? Do text items? No. Code opens forms.
    You have a text item. Associated with that text item may or may not be an LOV.
    My suspicion is that you are opening a new form in the KEY-LISTVAL trigger, but I have no way of knowing.
    Perhaps you could post the code from your key-listval, if that is the case?

  • Key listval trigger

    good morning to all
    i would like to learn how can i fire a key list val trigger? i have a text item and i create a trigger for the text item. i think that when i input something in the text item, the trigger must fire, but nothing happens... can somebody help me please?
    thanx very much...

    1) if you have a key-listval-trigger on the item, you can press F9 (windows) to fire the trigger.
    2) if you have a lov which you want to use on the item, then put the name of the lov in the lov-property of the item, check the property "validates against the lov" to true. Now you have an auto-validation for your text-item against the lov
    try it
    Gerd

  • Strange behavior of KEY-LISTVAL trigger for date field

    The code down lead to next behaviour:
    - When I use the List of Value (LOV) fil the field up with a sysdate.
    I choose one period from the LOV, but the field becomes empty.
    /* CGAP$OLES_SEQUENCE_BEFORE */
    declare
    l_cursor_item VARCHAR2(200) := :system.cursor_item;
    l_null_value BOOLEAN := false;
    begin
    if :system.cursor_value is null
    then
    copy(sysdate,l_cursor_item);
    l_null_value := true;
    end if;
    qms$calendar.key_listval;
    if l_null_value
    then
    copy(null,l_cursor_item);
    end if;
    end;
    It seems logical behavior of this code.
    But I don't understand why Headstart 6.5.4.0. generated this code.
    Headstart version 6.5.0 hasn't this code. There it is simply:
    /* CGAP$OLES_SEQUENCE_BEFORE */
    begin
    qms$calendar.key_listval;
    end;

    HI,
    After I save the entries - I see them on the layout. Then I exit bps0 and entr it again, re-launch the layout and don't see anything - just empty cells for the dates and 0s for the amounts. When I change the Characteristics combinations from "All possible characteristics combinations" to "From Transaction Data" I start seeing the entered values. How could I possibly continue on using All possible characteristics combinations and still see the entered values?
    Best regards,
    Andrey

  • Function key Trigger F9

    What is the trigger for populating LOV using function key?
    I tried KEY-F9 but does'nt work on my platform i.e IDS 9i forms.
    Thanks in Advance.

    I'm not sure to understand you answer,
    triggers are
    KEY-LISTVAL
    SHOW_LOV
    and the user pressing the List Values key (F9) should be the only way to validate and display the LOV.

  • Error while attaching Calendar

    Hi
    How can we attach the calendar with forms10g.I downloaded from otn the latest version and attached the calendar90.pll, which contains the Date_LOV package in my application and called DATE_LOV in KEY-LISTVAL trigger but its giving error Date_LOV is not a procedure or is undefined.What i need to do to attach a calendar with my application
    rgds
    ros

    Hi
    These are the lines,I didnt get in the first step.I attached the calendar90.pl and called the Date_LOV in Key-Listval trigger
    To create a calendar:
    1) From the Components page of the reusable_components.olb object library, copy or subclass the Calendar object group.
    2)Attach the PL/SQL library calendar90.pll, which contains the Date_LOV package, to your module.
    3)Create a Key-Listval trigger on the date item for which you would like to use the Date List of Values window. Add code to display the calendar using the Date_LOV package.
    4) If you want the end user to be able to close the Date List of Values window by clicking on the window close button in the title bar, create a form level When-Window-Closed trigger
    rgds
    ros

  • Error while updating or deleting a record

    Hi to all...
    i have created atable group_master with 2 fields Group_id and Group_name
    the user will specify a group_name in a text box and press save. Before commiting a seq number will be generated
    inside the form procedure and it will be inserted.
    The insert is working fine.
    But when i select a record i.e a group_name and change it contents and commit it, it is not commiting.
    when i checked the display error it showed Ora-01400 cannot insert null values into the table.
    Iam not inserting a value here iam updating the group name only.
    even when i delete a record it shows same error....
    can any one help to solve this....
    thanx in advance........

    I have when button pressed trigger whick helps to show the lov which contains the group_id and group_name;
    a := show_lov('lov27');
    if a then
    go_block('group_master');
    execute_query;
    end if;
    it is correctly fetching the delected data. but propmpts a message box asking Do u want to save the record?
    if i ignore it n modify the group_name and save it,still it shows unable to insert null value.
    i jus want a simple way to solve this....
    i want to fetch that particular record and modify or delete it.
    group_id n group_name cannot be null.
    i will be using Buttons for add,delete,update and save record. i will be using lov to fetch records for modification or deletion.
    how to avoid the message box which prompts when i call lov with execute_query.....
    * I tried Key-listval...but i didnt get any solution. i will try again....
    thanx for ur replies....

  • Unable to generate form CSTFVTLC.fmx even after Patch 8528194

    Hell EBS Gurus,
    We have recently upgraded from 11i to 12.1.3 EBS and adadmin is failing on gerating form CSTFVTLC.fmx. I have followed Note 130686.1 and applied Patch 8528194 and a manual compilation:
    frmcmp userid=apps/apps module=CSTFVTLC.fmb output_file=$AU_TOP/forms/US/CSTFVTLC.fmx module_type=form batch=no compile_all=special
    or
    $ORACLE_HOME/bin/frmcmp_batch.sh module=$AU_TOP/forms/US/CSTFVTLC.fmb userid=APPS/APPS@OFD1 output_file=$AU_TOP/forms/US/CSTFVTLC.fmx module_type=form batch=no compile_all=special
    or
    $ORACLE_HOME/bin/frmcmp.sh module=$AU_TOP/forms/US/CSTFVTLC.fmb userid=APPS/APPS@OFD1 output_file=$AU_TOP/forms/US/CSTFVTLC.fmx module_type=form batch=no compile_all=special
    all still get the same error:
    FRM-91500: Unable to start/complete the build.
    I manually edited $TNS_ADMIN/tnsnames.ora adding:
    OFD1=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=ofindev03.macott.com)(PORT=1528))
    (CONNECT_DATA=
    (SERVICE_NAME=OFD1)
    (INSTANCE_NAME=OFD1)
    and then had a different error:
    $ORACLE_HOME/bin/frmcmp.sh module=$AU_TOP/forms/US/CSTFVTLC.fmb userid=APPS/APPS@OFD1 output_file=$AU_TOP/forms/US/CSTFVTLC.fmx module_type=form batch=no compile_all=special
    Errors:
    Compiling KEY-NXTBLK trigger on MTL_MATERIAL_TXNS_VAL_QF data block...
    Compilation error on KEY-NXTBLK trigger on MTL_MATERIAL_TXNS_VAL_QF data block:
    PL/SQL ERROR 49 at line 1, column 1
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 1, column 1
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 3, column 1
    bad bind variable 'parameter.G_query_find'
    Compiling KEY-LISTVAL trigger on FROM_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on FROM_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling KEY-LISTVAL trigger on TO_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on ITEM item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on TRANSACTION_SOURCE_TYPE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on TRANSACTION_SOURCE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-BUTTON-PRESSED trigger on CLEAR item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-BUTTON-PRESSED trigger on FIND item in MTL_MATERIAL_TXNS_VAL_QF data block...
    Compilation error on WHEN-BUTTON-PRESSED trigger on FIND item in MTL_MATERIAL_TXNS_VAL_QF data block:
    PL/SQL ERROR 49 at line 1, column 1
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 1, column 1
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 4, column 1
    bad bind variable 'parameter.G_query_find'
    Compiling ON-POPULATE-DETAILS trigger on MTL_MATERIAL_TXNS_VAL_V data block...
    No compilation errors.
    Compiling ON-CHECK-DELETE-MASTER trigger on MTL_MATERIAL_TXNS_VAL_V data block...
    Compilation error on ON-CHECK-DELETE-MASTER trigger on MTL_MATERIAL_TXNS_VAL_V data block:
    PL/SQL ERROR 905 at line 10, column 19
    object APPS.CST_LAYER_ACTUAL_COST_DTLS_V is invalid
    PL/SQL ERROR 0 at line 10, column 5
    SQL Statement ignored
    Compiling PRE-QUERY trigger on MTL_MATERIAL_TXNS_VAL_V data block...
    Compilation error on PRE-QUERY trigger on MTL_MATERIAL_TXNS_VAL_V data block:
    PL/SQL ERROR 49 at line 1, column 4
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 1, column 4
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 10, column 10
    bad bind variable 'parameter.g_query_find'
    PL/SQL ERROR 49 at line 10, column 10
    bad bind variable 'parameter.g_query_find'
    Compiling QUERY_FIND trigger on MTL_MATERIAL_TXNS_VAL_V data block...
    No compilation errors.
    Compilation errors have occurred.
    Form not created
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    Has anyone encountered and resolved this problem?
    thanks
    Mathias

    Hello Hussein,
    I was focussing on an SR (3-6322036041) I opened on this but there has been no solution from that end.
    When I executed
    $ORACLE_HOME/bin/frmcmp_batch.sh
    The complete error output is:
    Compiling KEY-NXTBLK trigger on MTL_MATERIAL_TXNS_VAL_QF data block...
    Compilation error on KEY-NXTBLK trigger on MTL_MATERIAL_TXNS_VAL_QF data block:
    PL/SQL ERROR 49 at line 1, column 1
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 1, column 1
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 3, column 1
    bad bind variable 'parameter.G_query_find'
    Compiling KEY-LISTVAL trigger on FROM_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on FROM_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling KEY-LISTVAL trigger on TO_DATE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on ITEM item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on TRANSACTION_SOURCE_TYPE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-VALIDATE-ITEM trigger on TRANSACTION_SOURCE item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-BUTTON-PRESSED trigger on CLEAR item in MTL_MATERIAL_TXNS_VAL_QF data block...
    No compilation errors.
    Compiling WHEN-BUTTON-PRESSED trigger on FIND item in MTL_MATERIAL_TXNS_VAL_QF data block...
    Compilation error on WHEN-BUTTON-PRESSED trigger on FIND item in MTL_MATERIAL_TXNS_VAL_QF data block:
    PL/SQL ERROR 49 at line 1, column 1
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 1, column 1
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 4, column 1
    bad bind variable 'parameter.G_query_find'
    Compiling ON-POPULATE-DETAILS trigger on MTL_MATERIAL_TXNS_VAL_V data block...
    No compilation errors.
    Compiling ON-CHECK-DELETE-MASTER trigger on MTL_MATERIAL_TXNS_VAL_V data block...
    No compilation errors.
    Compiling PRE-QUERY trigger on MTL_MATERIAL_TXNS_VAL_V data block...
    Compilation error on PRE-QUERY trigger on MTL_MATERIAL_TXNS_VAL_V data block:
    PL/SQL ERROR 49 at line 1, column 4
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 1, column 4
    bad bind variable 'parameter.G_query_find'
    PL/SQL ERROR 49 at line 10, column 10
    bad bind variable 'parameter.g_query_find'
    PL/SQL ERROR 49 at line 10, column 10
    bad bind variable 'parameter.g_query_find'
    Compiling QUERY_FIND trigger on MTL_MATERIAL_TXNS_VAL_V data block...
    No compilation errors.
    Compilation errors have occurred.
    Form not created
    With this form not being created, there is also a bunch of about 45 views and 4 packages that are invalid.
    I will apreciate anyhelp on this form.
    Thanks
    Mathias
    Edited by: user558643 on Nov 27, 2012 8:24 AM

  • Credit Memo Appliying in AR (11i)

    Dear All,
    I have one doubt with the AR credit memo as below:
    If I created the credit memo on 1-MAY-09 and transfered the CM to GL on the same day. Now the May-09 period is closed and the only open period is Jun-09. Can this CM apply (Action -> Application) to any positive trx?
    Thanks & Best Regards!
    Jerome

    Vamsi,
    When I go to action -> application and click the LOV of the "Apply to", the system gives a error below:
    ORA-01403: no data found
    FRM-40735: KEY-LISTVAL trigger raised unhandled exception ORA-06502.
    Could you please comment?
    Thanks & Regards,
    Jerome

  • Calendar object in Forms 9i

    A number of difficulties using Calendars in forms 9i.
    1). I can't drag/drop from the Standards object library to the forms module. The cursor remains as a cirlce with a diagonal through it.
    2). Can't find Calendar.PLL ; has this been renamed in release 9i ? All I can find is OFGCALL.PLL .

    I use OFGCALL.PLL in Forms6i. It comes with Oracle Designer. In a Key-Listval trigger of item just put:
    BEGIN
    display_calendar;
    END;
    Also you have to put to your form:
    canvases - CALENDAR, CALENDAR_TIME
    window - CALENDAR
    visual attributes - CALENDAR_SELECTED,
    CALENDAR_SELECTED_TODAY,CALENDAR_CURR,CALENDAR_CURR_TODAY
    CALENDAR_OTHER,CALENDAR_OTHER_TODAY,CALENDAR_CURR_DISABLED,
    CALENDAR_CURR_DISABLED_TODAY,CALENDAR_OTHER_DISABLED,
    CALENDAR_OTHER_DISABLED_TODAY
    procedure - DISPLAY_CALENDAR
    and attach OFGCALL.PLL library.

  • Unable to install File Upload Utility in AIX system

    Hello,
    I installed the Forms File Upload Utility, through CGI, following the steps described in the html
    document provided with the utility. That is:
    - i copied the files UploadClient.jar.sig and UploadServer.jar to the directory
    /ias102/6iserver/forms60/java;
    - i edited the .profile file, for the variable CLASSPATH to include the forms60/java directory:
    CLASSPATH=/ias102/6iserver/forms60/java:/ias102/6iserver/forms60/java/UploadServer.jar:/ias102/6iserver/discwb4/classes/locator.jar:/usr/java131/jre/lib/rt.jar:
    - i edited the .profile file, for the variable PATH to include the requested directories (Forms \bin and \bin\classic):
    PATH=/ias102/6iserver/lib:/ias102/6iserver/bin:/usr/java131/jre/bin/classic/:/us
    r/java13
    1/bin:$PATH
    (i also tried editing the CLASSPATH and PATH variables in the forms60.sh and forms60_server files)
    - on my machine (client machine) i installed the PJC.x509 certificate;
    After this installation, i included the Demo Form provided with the utility in my test application, and then i executed
    the form.
    I tried to upload a file but i got the following error: "FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-06508"
    I looked in the html document, in the "Troubleshooting" section, and i did a test pressing
    the Key-Listval (Control+L by default), that would pop up a dialog containing
    the current CLASSPATH, but instead i got the following error:
    "FRM-40735: KEY-LISTVAL trigger raised unhandled exception ORA-105100."
    In the html said that "If this fails then this is because Forms cannot instanciate any Java code
    at all".
    Do i need to add any more environment settings?
    Thanks, Jorge

    There are probably several environment variables which need to be set in order for the Forms runtime to communicate with Java. However, to where they point will depend on which Java home you choose to use. For Forms 6.x, you must use the equivalent of JDK 1.1.8 or 1.2.2. These versions are included in the Oracle home. If you try using a newer version (like the one installed on the OS) you will likely have problems.
    Verify these env variables point to the appropriate locations to use the jdk/jre in the Oracle Home:
    PATH
    CLASSPATH
    LIBPATH
    LD_LIBRARY_PATH
    JAVA_HOME
    Additionally, ensure that your CLASSPATH includes references to the following jar files:
    importer.jar
    rt.jar

  • Using Global variable in Record Group

    Hi,
    I have a requirement where in I need to pull a column name from a table and then use that value in the select statement of a record group. I have tried using global variables but it is not working. Here is the record group I would like to use.
    RG_DOMAIN is based on LOV_DOMAIN
    SELECT :GLOBAL.DOMAIN_COLUMN_NAME, DESCRIPTION FROM
    DM_T_DOMAIN_VALUES
    WHERE DOMAIN_NAME := BLOCK.ATTRIBUTE;
    In the Key-Listval I have a select statement in which does this :
    SELECT DOMAIN_COLUMN
    INTO :GLOBAL.DOMAIN_COLUMN_NAME
    FROM DM_T_DOMAIN_RULES WHERE DOMAIN_NAME = :BLOCK.ATTRIBUTE;
    SHOW_LOV('LOV_DOMAIN');
    The problem is I am not getting the value I am just getting the Domain_column name. For example for Domain_name 'CALC_TYP' the Domain_column is COLUMN_10 and I just see COLUMN_10 my LOV when I want to see the value of COLUMN_10 from the DM_T_DOMAIN_VALUES table.
    I tried using Name_in and Copy but not working. Can anyone suggest a solution?
    Thanks

    Francois ,
    I tried this but I am getting error saying record group does not exist. Can you tell me what should I go in Populate_group... and show_lov..maybe I am doing something wrong?
    Declare
    LC$Req Varchar2(512) ;
    Begin
    LC$Req := 'SELECT ' || :GLOBAL.DOMAIN_COLUMN_NAME || ' FROM ....' ;
    Create_Group_From_Query( rg_group, LC$Req ) ;
    Populate_group(RG_DOMAIN); ?? --- is this correct?
    Show_Lov(LOV_DOMAIN) ; -- and is this correct?
    End;

  • Calendar forms10g: doesn't display, 'cause items are required in the record

    in the record I have items with the required property set to yes.
    I Display the Calendar on Key-ListVal and When-Mouse-DoubleClick triggers.
    when the triggers are fired, oracle shows me the following error FRM 40202 Field must be entered. and I can't enter the date.
    That's why the record loses the focus when the calendar shows up.
    how I can keep my items with the required property set to yes, without having the frm 40202 error.
    Steve

    Instead of using a different block for the calendar, you could create a separate fmb and use CALL_FORM and a GLOBAL to show the calendar and intercat with it. This way, the record will not loose focus and you won't get the error.

  • Values are not populating...

    After selecting the data from LOV the values are not populating in the respective fields.
    i've checked the 'LOV' no problem in that,but im think below coding have a problem.
    declare
         b boolean;
    begin
         :global.job:=null;
         clear_form(no_validate);     
         b:=show_lov('view');
         :GLOBAL.ADDNEW1:=0;
    --     go_block('JOB_CARD_MAIN');
         GO_ITEM('JOB_CARD_MAIN.BRANCH_CODE');
         set_block_property('job_card_main',default_where,'job_no='||chr(39)||:job_card_main.job_no||chr(39));
         execute_query(no_validate);------after this line get execute the values get disappear from the field
         insert into da.mylog(username,tname,mdate,oper) values(user(),'Job Creation',sysdate,'S');
         commit;
    end;
    Pls help..

    Which trigger do you have this code in? I'm guessing it is a Key-ListVal trigger.
    Have you tested the WHE RE clause in SQL*Plus to ensure it returns a record set? Most likely, the query returns no rows which could explain why the block is empty. Also, why are you clearing the entire Form instead of just the JOB_CARD_MAIN data block? Perhaps you should try:
    Go_Block('JOB_CARD_MAIN');
    Clear_Block(NO_VALIDATE);Also, the EXECUTE_QUERY built-in does not have a NO_VALIDATE parameter. It only supports the following parameters:
    ALL_RECORDS
    FOR_UPDATE
    or the combination of the two (ALL_RECORDS,FOR_UPDATE). It also allows you to set the Locking mechinism by passing the parameter NO_WAIT.
    Just a suggestion, try your query in SQL*Plus to make sure it produces a record set and Comment out all the extra stuff in your code and only keep the SHOW_LOV, CLEAR_BLOCK, SET_BLOCK_PROPERTY and EXECUTE_QUERY to see if a row is returned. If yes, then add the rest of your code back one line at a time.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

Maybe you are looking for

  • Audio not working on iPad

    I have been experimenting with converting some Flash animations to JavaScript with Flash CC, and so far I am impressed! One issue I'm having is that the audio plays correctly in the desktop browser, but the audio does not play on the iPad. Any ideas?

  • Preview won't view/print PDF's correctly.

    I have used InDesign to create some brochures, but when I export the files as a PDF and try to view it in Preview, the program screws up the artwork. If I use a gradient or a transparant gradient, Preview wants to make it one solid colored object wit

  • Data template and procedure output parameters

    Hi all, I have multiple sql statements and a MSSQL procedure witch I have to call when generating a report. Therefore I use a data template. The MSSQL procedure I call with EXEC. It returns the table that it sould return and everything is fine. Excep

  • HELP Can't call or receive calls

    Recently, whenever I get a call on my iPhone 4 it makes a loud beeping noise. I can barely hear what the other person is saying. It also makes the beeping noise for the person at the other end of the call, which I thought was odd. This is keeping me

  • Security.AccessControlException: access denied (properypermission...)

    in my application i gor this type exception java.security.AccessControlException:access denied(java.util.PropertyPermission java.version read) what i have to add in my policy file