Spry Conditional Validation of Txt Boxes When Using Show/Hide

Hi everyone.. just a quick question (if their is such a thing) if that is ok...
I have been working on this single issue for 3 days.. it is driving me mad and hoped someone may be able to point me in the right direction...
I have a form and it has a radio button with 3 options (about relationship status):
Married
Defacto
Single
If they select married a text box appears with Enter spouses first name;
If they select defacto a text box appears with Enter partners first name..
If single no text box appears..
User then clicks on next to go to next page..
All good.. except.. I am using DW CS4 and using spry to validate both txt boxes (spouses first name and partner first name).. problem is only one will be displayed depending on the option selected – Married or defacto.. spry tries to validate both even the hidden one and therefore will not allow the user to go to next page.. as at least one not completed..
I have spent almost 3 days trying to write a php/java if statement to get spry to only validate text box 1 or 2 if radio button says married, defacto or single etc..
I would really really really apperciate your input about how I should do this as it is driving me nuts!!!
Anyway thanks and really hope to hear from someone..
Cheers from Downunder
UPDATE:
Been playing and got this to work:
<script type="text/javascript">
function decision(){
if(document.martial_status.martial_status[0].checked) {
<!--
var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1", "none", {validateOn:blur});
//-->
sprytextfield1.reset();
} else if(document.martial_status.martial_status[1].checked) {
} else if(document.martial_status.martial_status[2].checked) {
window.alert("test3");
} else {
window.alert("Pick something!!");
// -->
</script>
BUT (and always a but).. if person goes back and selects say single rather then married after already clicking married the spry error msg is already in place for married.. and person cannot go to next page.. The joys.. tried martial_statur.reset and destroy and does clear the error message but still does not allow user to go to next page..
Any thoughts? Thanks in advance..

You can destory the validation:
sprytextfield1.destroy();
and it should validate.

Similar Messages

  • With a PDF Dynamic form using show/hide actions, how to ensure that when the completed form is saved, closed and re-opened, the form still show the fields as before it was closed?

    With a PDF Dynamic form using show/hide actions, how to ensure that when the completed form is saved, closed and re-opened, the form still show the fields as before it was closed?
    I have developed a form with fields hidden by default, that become visible based on box ticked or radio button selections.
    My problem is that, when I close the form and re-open it, it comes back to it's default presentation, regardless of the information already recorded in the form (including in the now hidden fields.
    How to correct that
    Thanks in advance for any hint you can provide.

    I've had the same problem. This solved it...
    Go to the "Form properties..." in the File-menu. Select "Run-time" to the left and in the box "Scripting" Preserve scripting changes to form when saved: choose Automatically (Script-based state changes are saved locally in an insecure fashion. This option cannot be used for certified forms).
    Hope it works for you to...

  • Can I turn off the setting that displays the height and width in a little black box when using the marquee tool?

    In Photoshop CC, on a mac...
    When using the marquee selection tool, a little black box pops up next to the curser and displays in real time, the height and width of the selection.  The same annoying box also appears when dragging an item with the move tool, displaying the numerical location of the cursor.  Is there anyway to turn off the display of that little black box?  It is driving me bonkers.

    Under the preferences cmd/ctrl-k click on "Interface". At the bottom of the UI is a drop down box for show transformation. Set that to "Never"

  • Validation of user inputs when using ItemRenderers in DataGrid

    Hi,
    I have to show multiple editable columns in a DataGrid.
    The columns may have different formats and datatypes e.g.
    numbers, dates, string etc.
    So I am using TextInput/DateField as a ItemRenderer inside
    the DataGrid. I have also set the rendererIsEditor="true".
    Now I want to apply validation to all these editable columns
    depending on their datatypes.
    I know I can do that by applying validators individually on
    each column.
    But is there a way I can use common validation for all the
    columns that have a similar datatype or that have the same
    renderer?

    You can use the itemEditEnd Event of the DataGrid for your
    validation. Then you can use Actionscript to make sure what the
    user enters is in the right format. Example:
    <mx:Script>
    <![CDATA[
    import mx.events.DataGridEvent;
    public function processEdit(event:DataGridEvent):void {
    cellValue =
    TextInput(event.currentTarget.itemEditorInstance).text; // the
    entered text
    cell = event.dataField; //the datafield attribute of the
    column
    // Determine if the new value is too long for nvarchar field
    if(cell == 'WLNET' && cellValue.length > 35) {
    cellValue = cellValue.substr(0,35); //shortening it for user
    demonstrates expected length
    TextInput(event.currentTarget.itemEditorInstance).text =
    cellValue;
    event.preventDefault(); // Prevent the user from removing
    focus, and leave the cell editor open.
    // Write a message to the errorString property.
    // This message appears when the user mouses over the
    editor.
    TextInput(event.currentTarget.itemEditorInstance).errorString="Entered
    text too long.";
    return;
    ]]>
    </mx:Script>
    <mx:DataGrid id="enrolled_dg" editable="true"
    itemEditEnd="processEdit(event);">
    I learned part of this from the Flex documentation online:
    Determining
    the reason for an itemEditEnd event

  • Buttons trigger continue even when just Show/Hide (captivate 6 windows 7)

    I have a simple image button that is designed to act as a close button for a modal popup window in Captivate (Constructed from a smart shape and a caption box).
    The button uses the "Hide" method to hide a target Group. This works fine, but I have noticed the button is also triggering the playhead to "Continue" also.
    It seems that a button I have a "Show" action on also behaves this way. I don't want the playhead to continue, I just want to Show/Hide the objects on the slide. Is there a way to achieve this without haveing the playhead continue, resulting in going to a new slide?
    Thanks in advance,
    Sam

    Sam,
    I'm not so sure this means more maintenance, because the advanced action needs only one statement and can easily be duplicated and edited. For simple actions you also have to select the action (Hide/Show) from the dropdown list, then choose the object using another dropdown list. If you count the number of clicks, this means about the same work. I have explained this important difference about releasing the play head between simple and advanced standard action in a blog post and a YouTube tutorial:
    http://lilybiri.posterous.com/why-choose-standard-over-simple-action
    http://www.youtube.com/watch?v=M3nKi-DB6Fw
    Perhaps you could even save time, but then I have to know if this 'group' of objects is different on each slide or the same? Or are some objects the same? A toggle button is also a possibility, in Captivate 6 you can have shape buttons timed for the rest of the project or on a master slide, which is not possible for the old image buttons.
    Lilybiri

  • How can i get rid of the print dialog box when using api to print an html file

    i am using the systemshell.vi provided by labview the VI is working fine but it will open a dialog box for printer selection and properties. i would like to hide that dialog box and have it print to the default printer with the default properties

    ShellExec is part of lvwutil and merely calls a function in Shell32.dll. There is nothing about the function call that controls the display of the printer dialog. I think that what shell32.dll does when it prints (just like right clicking on the file) is print the file according to what is defined about that file type in Windows Folder Options. On my Win2K system, the print application is defined as "C:\Program Files\Microsoft Office\Office\msohtmed.exe" /p %1. If I remove the /p, then Word starts up and in order to print, I get a printer dialog when choosing Print from the File menu. So it seems like the printer dialog is entirely dependant on the application that does the printing. I get no dialog when I use the VI to print a .txt file. I
    nstead of using shell32, you might want to try some ActiveX method or property of an application like Internet Explorer that can open and print an html file.

  • Spry Conditional Validation

    Hello,
    I am using Spry Pre-Release 1.6.1. Here is what I am trying to do:
    A user makes some input. Based on that input I am showing 5 additional fields that now must be required.
    I can get this to work on the first field( spryselect4) but not on any of the following fields. Below is a snippet of my code:
    var spryselect4;
    var sprytextfield15;
    var sprytextfield17;
    var sprytextfield18;
    var sprytextfield19;
    var sprytextfield21;
    var sprytextfield22;
    var sprytextfield23;
    function setFamilySpry(val){
        // get the value
        if(val == 1){
            // if there inst a validaton build one
            if(!spryselect4){
                spryselect4 = new Spry.Widget.ValidationSelect("spryselect4", {validateOn:["blur"]});
              if(!sprytextfield15){
                var sprytextfield15 = new Spry.Widget.ValidationTextField("sprytextfield15", "none");
              if(!sprytextfield17){
                var sprytextfield17 = new Spry.Widget.ValidationTextField("sprytextfield17", "none");
              if(!sprytextfield18){
                var sprytextfield18 = new Spry.Widget.ValidationTextField("sprytextfield18", "email", {useCharacterMasking:true, validateOn:["blur"]});
              if(!sprytextfield19){
                var sprytextfield19 = new Spry.Widget.ValidationTextField("sprytextfield19", "phone_number", {useCharacterMasking:true, validateOn:["blur"]});
              if(!sprytextfield21){
                var sprytextfield21 = new Spry.Widget.ValidationTextField("sprytextfield21", "none");
              if(!sprytextfield22){
                var sprytextfield22 = new Spry.Widget.ValidationTextField("sprytextfield22", "phone_number", {useCharacterMasking:true, validateOn:["blur"]});
              if(!sprytextfield23){
                var sprytextfield23 = new Spry.Widget.ValidationTextField("sprytextfield23", "none");   
        } else {
            // if there is a validaiton in sprytextfield destory it, and clear the variable
            if(spryselect4 && spryselect4.destroy){
                spryselect4.reset();
                spryselect4.destroy();
                spryselect4 = null;
             if(sprytextfield15 && sprytextfield15.destroy){           
                sprytextfield15.reset();
                sprytextfield15.destroy();
                sprytextfield15 = null;
                 if(sprytextfield17 && sprytextfield17.destroy){
                sprytextfield17.reset();
                sprytextfield17.destroy();
                sprytextfield17 = null;   
                 if(sprytextfield18 && sprytextfield18.destroy){
                sprytextfield18.reset();
                sprytextfield18.destroy();
                sprytextfield18 = null;   
                 if(sprytextfield19 && sprytextfield19.destroy){
                sprytextfield19.reset();
                sprytextfield19.destroy();
                sprytextfield19 = null;   
                 if(sprytextfield21 && sprytextfield21.destroy){           
                sprytextfield21.reset();
                sprytextfield21.destroy();
                sprytextfield21 = null;   
                 if(sprytextfield22 && sprytextfield22.destroy){           
                sprytextfield22.reset();
                sprytextfield22.destroy();
                sprytextfield22 = null;   
                 if(sprytextfield23 && sprytextfield23.destroy){           
                sprytextfield23.reset();
                sprytextfield23.destroy();
                sprytextfield23 = null;   
        // proceed with the rest as normal
        return true;
    When the user selects "1". All the fields listed above become required. But when they select an option other than "1". Only the first field( spryselect4) reverts back to not being required. All the other fields remain required.
    Anyone have a clue... I am stumped.

    Hello,
    I am using Spry Pre-Release 1.6.1. Here is what I am trying to do:
    A user makes some input. Based on that input I am showing 5 additional fields that now must be required.
    I can get this to work on the first field( spryselect4) but not on any of the following fields. Below is a snippet of my code:
    var spryselect4;
    var sprytextfield15;
    var sprytextfield17;
    var sprytextfield18;
    var sprytextfield19;
    var sprytextfield21;
    var sprytextfield22;
    var sprytextfield23;
    function setFamilySpry(val){
        // get the value
        if(val == 1){
            // if there inst a validaton build one
            if(!spryselect4){
                spryselect4 = new Spry.Widget.ValidationSelect("spryselect4", {validateOn:["blur"]});
              if(!sprytextfield15){
                var sprytextfield15 = new Spry.Widget.ValidationTextField("sprytextfield15", "none");
              if(!sprytextfield17){
                var sprytextfield17 = new Spry.Widget.ValidationTextField("sprytextfield17", "none");
              if(!sprytextfield18){
                var sprytextfield18 = new Spry.Widget.ValidationTextField("sprytextfield18", "email", {useCharacterMasking:true, validateOn:["blur"]});
              if(!sprytextfield19){
                var sprytextfield19 = new Spry.Widget.ValidationTextField("sprytextfield19", "phone_number", {useCharacterMasking:true, validateOn:["blur"]});
              if(!sprytextfield21){
                var sprytextfield21 = new Spry.Widget.ValidationTextField("sprytextfield21", "none");
              if(!sprytextfield22){
                var sprytextfield22 = new Spry.Widget.ValidationTextField("sprytextfield22", "phone_number", {useCharacterMasking:true, validateOn:["blur"]});
              if(!sprytextfield23){
                var sprytextfield23 = new Spry.Widget.ValidationTextField("sprytextfield23", "none");   
        } else {
            // if there is a validaiton in sprytextfield destory it, and clear the variable
            if(spryselect4 && spryselect4.destroy){
                spryselect4.reset();
                spryselect4.destroy();
                spryselect4 = null;
             if(sprytextfield15 && sprytextfield15.destroy){           
                sprytextfield15.reset();
                sprytextfield15.destroy();
                sprytextfield15 = null;
                 if(sprytextfield17 && sprytextfield17.destroy){
                sprytextfield17.reset();
                sprytextfield17.destroy();
                sprytextfield17 = null;   
                 if(sprytextfield18 && sprytextfield18.destroy){
                sprytextfield18.reset();
                sprytextfield18.destroy();
                sprytextfield18 = null;   
                 if(sprytextfield19 && sprytextfield19.destroy){
                sprytextfield19.reset();
                sprytextfield19.destroy();
                sprytextfield19 = null;   
                 if(sprytextfield21 && sprytextfield21.destroy){           
                sprytextfield21.reset();
                sprytextfield21.destroy();
                sprytextfield21 = null;   
                 if(sprytextfield22 && sprytextfield22.destroy){           
                sprytextfield22.reset();
                sprytextfield22.destroy();
                sprytextfield22 = null;   
                 if(sprytextfield23 && sprytextfield23.destroy){           
                sprytextfield23.reset();
                sprytextfield23.destroy();
                sprytextfield23 = null;   
        // proceed with the rest as normal
        return true;
    When the user selects "1". All the fields listed above become required. But when they select an option other than "1". Only the first field( spryselect4) reverts back to not being required. All the other fields remain required.
    Anyone have a clue... I am stumped.

  • How to skip first 5 lines from a txt file when using sql*loader

    Hi,
    I have a txt file that contains header info tat i dont need. how can i skip those line when importing the file to my database?
    Cheers

    Danny Fasen wrote:
    I think most of us would process this report using pl/sql:
    - read the file until you've read the column headers
    - read the account info and insert the data in the table until you have read the last account info line
    - read the file until you've read a new set of column headers (page 2)
    - read the account info and insert the data in the table until you have read the last account info line (page 2)
    - etc. until you reach the total block idenfitied by Count On-line ...
    - read the totals and compare them with the data inserted in the tableOr maybe like this...
    First create an external table to read the report as whole lines...
    SQL> ed
    Wrote file afiedt.buf
      1  CREATE TABLE ext_report (
      2    line VARCHAR2(200)
      3          )
      4  ORGANIZATION EXTERNAL (
      5    TYPE oracle_loader
      6    DEFAULT DIRECTORY TEST_DIR
      7    ACCESS PARAMETERS (
      8      RECORDS DELIMITED BY NEWLINE
      9      BADFILE 'bad_report.bad'
    10      DISCARDFILE 'dis_report.dis'
    11      LOGFILE 'log_report.log'
    12      FIELDS TERMINATED BY X'0D' RTRIM
    13      MISSING FIELD VALUES ARE NULL
    14      REJECT ROWS WITH ALL NULL FIELDS
    15        (
    16         line
    17        )
    18      )
    19      LOCATION ('report.txt')
    20    )
    21  PARALLEL
    22* REJECT LIMIT UNLIMITED
    SQL> /
    Table created.
    SQL> select * from ext_report;
    LINE
    x report page1
    CDC:00220 / Sat Aug-08-2009 xxxxp for 02/08/09 - 08/08/09 Effective Date 11/08/09 Wed Sep-30-2009 08:25:43
    Bill to
    Retailer Retailer Name                  Name on Bank Account           Bank ABA   Bank Acct            On-line Amount  Instant Amount  Total Amount
    ======== ============================== ============================== ========== ==================== =============== =============== ===============
    0100103  BANK Terminal                  raji                           123456789  123456789            -29,999.98    9 0.00         99 -29,999.98
    0100105  Independent 1                  Savings                        123456789  100000002            -1,905.00     9 0.00         99 -1,905.00
    0100106  Independent 2                  system                         123456789  100000003            -800.00       9 -15.00       99 -815.00
    LARGE SPACE
    weekly_eft_repo 1.0 Page: 2
    CDC:00220 / Sat Aug-08-2009 Weekly EFT Sweep for 02/08/09 - 08/08/09 Effective Date 11/08/09 Wed Sep-30-2009 08:25:43
    Bill to
    Retailer Retailer Name Name on Bank Account Bank ABA Bank Acct On-line Amount Instant Amount Total Amount
    ======== ============================== ============================== ========== ==================== =============== =============== ===============
    Count On-line Amount Instant Amount Total Amount
    ============== ====================== ====================== ======================
    Debits 0 0.00 0.00 0.00
    Credits 3 -32,704.98 -15.00 -32,719.98
    Totals 3 -32,704.98 -15.00 -32,719.98
    Total Tape Records / Blocks / Hash : 3 1 37037034
    End of Report
    23 rows selected.Then we can check we can just pull out the lines of data we're interested in from that...
    SQL> ed
    Wrote file afiedt.buf
      1  create view vw_report as
      2* select line from ext_report where regexp_like(line, '^[0-9]')
    SQL> /
    View created.
    SQL> select * from vw_report;
    LINE
    0100103  BANK Terminal                  raji                           123456789  123456789            -29,999.98    9 0.00         99 -29,999.98
    0100105  Independent 1                  Savings                        123456789  100000002            -1,905.00     9 0.00         99 -1,905.00
    0100106  Independent 2                  system                         123456789  100000003            -800.00       9 -15.00       99 -815.00And then we adapt that view to extract the data from those lines as actual columns...
    SQL> col retailer format a10
    SQL> col retailer_name format a20
    SQL> col name_on_bank_account format a20
    SQL> col online_amount format 999,990.00
    SQL> col instant_amount format 999,990.00
    SQL> col total_amount format 999,990.00
    SQL> ed
    Wrote file afiedt.buf
      1  create or replace view vw_report as
      2  select regexp_substr(line, '[^ ]+', 1, 1) as retailer
      3        ,trim(regexp_replace(regexp_substr(line, '[[:alpha:]][[:alnum:] ]*[[:alpha:]]', 1, 1), '(.*) +[^ ]+$', '\1')) as retailer_name
      4        ,trim(regexp_replace(regexp_substr(line, '[[:alpha:]][[:alnum:] ]*[[:alpha:]]', 1, 1), '.* ([^ ]+)$', '\1')) as name_on_bank_account
      5        ,to_number(regexp_substr(regexp_replace(line,'.*[[:alpha:]]([^[:alpha:]]+)','\1'), '[^ ]+', 1, 1)) as bank_aba
      6        ,to_number(regexp_substr(regexp_replace(line,'.*[[:alpha:]]([^[:alpha:]]+)','\1'), '[^ ]+', 1, 2)) as bank_account
      7        ,to_number(regexp_substr(regexp_replace(line,'.*[[:alpha:]]([^[:alpha:]]+)','\1'), '[^ ]+', 1, 3),'999,999.00') as online_amount
      8        ,to_number(regexp_substr(regexp_replace(line,'.*[[:alpha:]]([^[:alpha:]]+)','\1'), '[^ ]+', 1, 5),'999,999.00') as instant_amount
      9        ,to_number(regexp_substr(regexp_replace(line,'.*[[:alpha:]]([^[:alpha:]]+)','\1'), '[^ ]+', 1, 7),'999,999.00') as total_amount
    10* from (select line from ext_report where regexp_like(line, '^[0-9]'))
    SQL> /
    View created.
    SQL> select * from vw_report;
    RETAILER   RETAILER_NAME        NAME_ON_BANK_ACCOUNT   BANK_ABA BANK_ACCOUNT ONLINE_AMOUNT INSTANT_AMOUNT TOTAL_AMOUNT
    0100103    BANK Terminal        raji                  123456789    123456789    -29,999.98           0.00   -29,999.98
    0100105    Independent 1        Savings               123456789    100000002     -1,905.00           0.00    -1,905.00
    0100106    Independent 2        system                123456789    100000003       -800.00         -15.00      -815.00
    SQL>I couldn't quite figure out the "9" and the "99" data that was on those lines so I assume it should just be ignored. I also formatted the report data to fixed columns width in my external text file as I'd assume that's how the data would be generated, not that that would make much difference when extracting the values with regular expressions as I've done.
    So... something like that anyway. ;)

  • Characters show up as boxes when using AWT components.

    Having installed on a Windows XP english OS the asian languages packs (with fonts included, from Microsoft) and knowing that with MS Gothic, Gulim and Simsun you can display japanese, korean and chinese characters it seems that on JRE 1.5 and up this is not possible (boxes appear instead) on any applet.
    How to reproduce:
    Label l2 = new Label("Japanese chars: \u8457\u4f5c\u6a29");
    Workaround:
    Step 1. Rename ..\jre\lib\fontconfig.properties.src to &hellip;&hellip;\fontconfig.properties
    Step 2. Modify the following line:
    sequence.allfonts=alphabetic/default,dingbats,symbol
    to
    sequence.allfonts=alphabetic/default,dingbats,symbol,japanese,chinese-ms936,chinese-ms950,korean
    How is this possible? On JRE 1.4 this was working. Also another fix is to use Swing components instead but this is not realistic for a big project.
    Any help will be greatly apprecied.

    The problem is related to the JRE v. 1.5.0_11 or greater. In JRE 1.4.2_13 for each language there was a configuration file that Java was using to determine which fonts to use for different categories of objects.
    The problem is encountered only for AWT components.
    Starting with JRE 1.5 (http://java.sun.com/j2se/1.5.0/docs/guide/intl/fontconfig.html) there is only one configuration file (fontconfig.properties.src) for all the languages. Since the character subsets supported by given fonts often overlap, in the file separate search sequence properties are used to define in which order to try the fonts when rendering a character. In the default version of the file this properties do not specify also the asian languages.
    We have to do the following things:
    *1.* You must first install into Windows the support for asian languages: Control Panel - > Regional and Language Options
    � On the Advanced tab add the conversion tables for all Asian languages (this action may not be required).
    � On the Languages tab check �Install files for East Asian Languages (this action is required)
    Restart the computer.
    *2.* Assure you have the needed asian fonts : batang(fopr korean), simsun, gulim, mingliu, msgothic(for japanese) installed.
    *3.* Rename ...\jre\lib\fontconfig.properties.src to ��\jre\lib\fontconfig.properties. By doing this the fontconfig.properties file will be used by the JRE as the default configuration file.
    *4.* Modify the following line:
    sequence.allfonts=alphabetic/default,dingbats,symbol
    to
    sequence.allfonts=alphabetic/default,dingbats,symbol,japanese,chinese-ms936,chinese-ms950,korean
    *5.* Assure that in the file the logical to physic font binding, binds to existing fonts.
    Obs: If step 1 is skipped the titles of the windows will still have boxes.
    Hope it helps.
    Donoiu Cristian

  • How do I get rid of various lines around text boxes when using navigation panes

    How can I get rid of these various lines that are displaying sporatically around different text boxes . . . but only when the navigation panel is displaying?  I previously had the issue and changed the text box properties to no fill.  It fixed the problem in the document with no navigation panel, but once the navigation panel is displayed the lines appear.  And yes, I fixed the text box properties before creating the bookmarks for the navigation panel.

    Every device, browser and browser version has its idiosyncrasies.
    Just using a stroke and a drop shadow should not have been enough to require Muse to convert the page fill to an image. Were/are there also other effects on the page? Are the page corners slightly rounded?
    Bevel and Inner Glow definitely require an image to be created. Most other effects/properties do not.

  • Validator isn't fired when using example code from chapter 40: Validating Data

    When following example code, mentioned in the Flex Developer
    Guide on page 1282 is copied into an mxml example application and I
    run the application, validation is never fired.
    When I have a look at other example code, which is using the
    listener- and trigger-property on the validator everything works
    fine.
    Could you explain why the example code from the Dev-guide
    doesn't work as mentioned in the guide?

    Nathalie,
    I believe you need to specify the "trigger" and "listener"
    properties as well. For more information, see the last example on
    this page:
    http://livedocs.adobe.com/flex/201/html/validators_093_04.html

  • Pop-up dialog box when using SPROXY t.code in ECC 6.0

    Hi
       I have a ECC 5.0 that I am trying to connect to my XI 7.0 box for development.
       When I use transaction code SPROXY in my ECC 6.0 box - I get a dialog box titled 'Enter your username and id' - with a subtitle - Resource   Rep  and asking me for userid and password
    My SLDCHECK works fine with accesses to SLD and exchange file of my XI box from ECC 6.0. I don't have any RFC destination like ESR*PROXY . My RFC destination LCRSAPRFC tests ok.
    Why am I still get this popup ? When I try executing SPROX_CHECK_IFR_ADDRESS - I get the same popup dialog box .
    Correct answers will be instantly rewarded. I am really looking forward to help for this critical problem.

    Go to SXMB_ADM-->IntegrationServer Configuration in ECC . There find the value for Related Integration Server. It will be some thing like dest://<RFCdestination name>. Note this destination name and test this destination in SM59.
    >>Correct answers will be instantly rewarded.
    BTW, I am not here for points and it is violating the Rules of Agreement to make such statements in forums.

  • I cannot get rid of the permissions box when using flash player in firefox

    Hi
    I have explored on the web about this problem.  When attempting to use flash player in firefox, I cannot click on the allow button to allow my video camera and microphone to be used on sites.  I CAN go to Global settings and allow the sites by putting their URL, but this makes no difference, the little permissions box keeps appearing and won't go away.
    Anyone know what else to try if changing global setting permissions doesn't work?
    Barry

    This sounds like a bug.  The direction that we're heading is to have the browsers present these permission dialogs, and to eliminate them from Flash completely.  It is unlikely these native dialogs will support an "always allow" or "remember" option.
    If you're not able to click the button in the dialog when it's displayed, that's problematic.  We have a couple things in the pipeline to make the dialog bigger.  Usually those problems are resolution specific, although if there's moving video behind the dialog, that can trip our security controls.  We do a bunch of checks to ensure that the dialog you're clicking isn't obscured by something else, so that we're sure you know that you're clicking and approve button.
    There is an improvement in the pipeline to make these dialogs bigger.  They were originally designed for 640x480 screens (they've been around *that* long), and they're way too small on modern high-density displays.
    Anyway, you're welcome to file a bug at http://bugbase.adobe.com/.  Please be sure to include a link to the problem content, and the configuration you're using (OS and browser version, and screen resolution would be particularly useful -- these are often resolution-dependent issues). 

  • No sound from Vision box when using HDMI

    I have my Vision box coupled to my Yamaha AV amp by HDMI cable. When switching the Yamaha inputs to the Vision box I get no sound . If I switch the box off and back on again then all is OK.
    Does anyone have any ideas. I have  a Humax freesat bos also connected that way but that works OK as above when switched to it

    I have a similar problem, but not with my Vision box.
    I have four HDMI inputs going into my AV receiver: Vision; DVD; Apple TV and; Freesat HD. I can switch between them all quite happily with the exception of the Freesat. If I switch to Freesat then I will always get a blue screen until I turn the Freesat off and on.
    It's a little annoying but you learn to live with it.

  • How can I display the failure caption with click box when using function keys to navigate a sim?

    I am using the keyboard function keys to navigate a simulation using Click Boxes. For instance, F7 advances the simulation to the next screen, but if the learner selects F5, a failure caption displays. I have tried deleting and re-entering the click box, placing the click box at the top of the timeline levels, starting the click box at 0 and 0.5, making the click box visible and invisible, and make the click box the entire size of the screen.

    Well, I guess that's that. Thanks for replying, I do appreciate it or else I would have been trying for days, wasting all sorts of time.
    Until we meet again,
    James

Maybe you are looking for

  • Accessing RMI Application through an Applet hosted on Apache web server

    Hi All, Just to let you know, I'm a complete novice at RMI. Ok, heres the story...I have an applet which is deployed on Apache Webserver (localhost), with the neccessary files needed for the RMI app in the same directory - htdocs(i.e. Applet class, R

  • Seeburger BIC let errors pass

    Hi, We have a scenario where we read from a FTP site. We are using seeburger BIC to convert the messages to something readable. Unfortantly there are also som junk messages in the file folder or they contain a UNA that Seeburger does not understand.

  • Help in JSP SmartUpload

    Hi all, Does anyone know how to configure jsp smartupload in a tomcat 4.0 environment? I am using tomcat 3.2.3 previously to upload files using jsp smartupload. Now I upgraded the tomcat server and when I use the same program to upload files, the fol

  • How to find verion of Oracle Procurment

    how do i find what version I'm on?

  • Solaris

    Will the Iomega 250 zip run on Solaris?