Form onSubmit problem

Form's onSubmit event is called when only an submit button has clicked. So onChange events don't trigger onsubmit event of form object. This is JavaScript problem not creator. But it can be fixed by changing "formElements.js" in DefaultTheme.jar.
Changes..
1-) Added in common_submitForm function
    if(public_formToSubmit.onsubmit)
      public_formToSubmit.onsubmit(); just before
public_formToSubmit.submit();2-) Added in hyperlink_submit function
     if(theForm.onsubmit)
          theForm.onsubmit();Just before
theForm.submit();3-) Added in jumpDropDown_changed function
       if(form.onsubmit)
          form.onsubmit();Just before
form.submit();*Note:  Also Wizard.js and FileChooser.js files has submit call, and it can be changed to call onSubmit event.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Thank you for sharing the information.

Similar Messages

  • Form onsubmit ignored when using h:commandLink

    Hi
    I was looking for a way to catch all form submission in javascript by automatically setting a method to each form.onsubmit. But I ran into trouble with h:commandLink.
    I tested using a simple example:
    <h:form onsubmit="alert(123);">
    <h:commandButton value="commandButton"/>
    <h:commandLink value="commandLink"/>
    </h:form>Using this code, clicking the commandButton will display and alert with 123. But when clicking the commandLink, the onsubmit is ignored. The commandLink submit the form by javascript code using the form.submit() method. I tested it out (with firefox) and it seem to be the normal behavior... the onsubmit event is not triggered, unliked at normal <input type="submit"/> (like the commandButton).
    Looking at the javascript used the commandLink, I could see that it is completely ignoring the possibility that the user specified a onsubmit:
    //com/sun/faces/sunjsf.js
    function jsfcljs(f, pvp, t) {   
        apf(f, pvp);
        var ft = f.target;
        if (t) {
            f.target = t;
        f.submit();  
        f.target = ft;
        dpf(f);   
    };Wouldn't it make more sense to verify if a onsubmit method was set on the form and execute it before submitting the form?
    function jsfcljs(f, pvp, t) {   
        apf(f, pvp);
        var ft = f.target;
        if (t) {
            f.target = t;
         if (typeof(f.onsubmit) == "function") {
              var os = f.onsubmit();
              if (os != undefined && os == false) {
                   return false
        f.submit();  
        f.target = ft;
        dpf(f);   
    };The behavior of the commandLink would then match the JSF-API description:
    Tag commandLink : "Render an HTML "a" anchor element that acts like a form submit button when clicked."

    Wow! That worked when I removed the include directive. The only problem is that the include directive for the page is needed. When I use <c:import> or <jsp:include> it doesn't really include it correctly.
    Is there some special way I'm supposed to import JSF pages?
    Thanks again!

  • Multi Block Form Navigation Problem

    Hiii
    i have got a multi block form the problem that am facing now is that when running the FORM and when am over one of the my canvases then if i tried to press any of :
    (Tab button,Down arrow ) the canvas changes to ANOTHER Datablock ...
    i dont know what is the problem ....
    ANY SUGGESTIONS
    OMD

    Make the datablock you want to show on top as the first block in the object navigator.
    HTH.
    Regards,
    Arun

  • Validate long date in javascript & OnSubmit problem

    hi i need to validate long date format "E, dd MMM yyyy HH:mm:ss" or Thu, 18 Jul 2002 12:52:49 that is key in by the user. but i'm not sure how to do this. i have couples of input data and i'm passing an object to the javascript function validateform using OnSubmit. Which one is better, using OnSubmit or OnCick for this kind of parameter passing. Eg <form method="POST" action="insert.jsp" onSubmit="return validateForm(this)"> However i'm having a problem where when there is an invalid input from the user, it will notify the user but it will also send the form to the insert.jsp at the same time. Therefore the user can't correct the invalid data. The function return false for valid input and true for invalid. Please help!!! urgent.... thanks in advance

    Your problem is you have used
    <input type="submit" onClick="OnSubmit();">
    this won't work.
    Instead try
    <input type="button" value="someValue" onClick="OnSubmit();">
    This may help. All the best.

  • Form printing problem

    Hi,
    I have used InDesign CS6 to create a user-fillable form and brought into Acrobat X Pro to implement field tab orders, etc.
    It's a basic form with a couple of radio button options, a pulldown menu, editable text fields and a Print button.
    Everything exports correctly from IDCS6, opens and operates as it should in Acrobat but when I distribute the form the user can not input into the fields nor can they print.
    I've actually tested on a separate computer and when I click the print button all that outputs is a blank page (no information).
    I am using Mac 10.7.4.
    Thanks for any information!

    Hi,
    I also faced the same problem.
    Problem which I have faced mentioning below
    The gross amount is not appearing for output type ZH00 for Language French and German for a particular printer WPL4 where as it is appearing for other printers (e.g: W1D6)
    Previously the code is like this so it was not printed.
    ,,,,<B>  Total gross amount                     &KOMK-FKWRT&</> ,,<B>
    I have removed the space after Total gross amount and kept ,,,, in the place of space.
    ,,<B>  Total gross amount,,,,&KOMK-FKWRT&</>
    Follow the same procedure it will solve your problem.
    Reward points if useful.
    Thanks & Regards,
    Vasudeva Rao.

  • XML Forms Builder - problem with checkbox

    Hi,
    I have created many checkboxes in XML Forms Builder and if I want to create a new document based on this "Form" I have still checked one of checkboxes. I would like to have all empty  checkboxes becasue user should check the appropriate checkboxes.
    Do you know how to resolve this problem?
    Thaks for help!
    Regards,
    Andrzej Tabara

    Hi,
    is it always the same checkbox that is already filled in? Is this ckeckbox based on a metadata-definition?
    If yes: You could maybe have a look at the metadata-definition. Is there maybe a default-value defined?
    Kind reagrds
    Karin

  • Using a MAC to fill out PC Created PDF forms creating problems

    We have created a number of forms using LiveCycle to be filled out by clients.  They include submit buttons that send the form back as a PDF (rather than a data file).  The forms were then opened in  Acrobat 8 Professional and usage rights enabled to allow the clients to save a copy of the completed form.
    They work great...unless the client is using a MAC.  We have encountered the following problems with MAC filled forms:
    1) client entered data is present but only visible when the field is clicked on
    2) the Print and Submit by E-mail buttons do not work for MAC users
    3) the tabbing order is inconsistent
    Any ideas of ways we can make our forms more compatible for MAC users??
    Many Thanks!

    Hi Rod,
    Sorry I replied a few days ago, but for some reason it didn't seem to get added to the thread.  So, here we go again ...
    The "fix field" script worked great for me.  So, we have been using that solution when needed.  Unfortunately, I am not enough of an expert on these things to provide an intelligent answer as to why it may not be working for you.
    But, it also became evident from dialogue and testing that the issue only occurs when recipients use MAC Preview to complete the forms.  So, on some forms I have just added a note saying - MAC Users: Please complete the form using Adobe Reader.  As this is, of course, free software, which most people already have installed on their computer, this seems to prevent the problem from occurring as well.
    Hope that is at least a little bit helpful.

  • Forms installation problem - how do I create a new default Oracle home?

    I am new to Oracle so please forgive my utter ignorance. My impression of Oracle because of how an installation
    has to be done is taking a nosedive. I thought Microsoft was bad with all the re-booting but the explanation that I
    read in Anubhav Seth's post about installing Dev 6i before 8i and the suggestion (not a requirement) to format the
    harddisk and reinstall Windows just leaves me with my jaw hanging open. I'm having a little trouble swallowing that
    one.
    Here's my situation... I'm running 8i at home and I am using it for the Oracle courses that I am taking at a local
    university. So 8i with its SQL*Plus has been all I have needed to date. Now we have a project to do that involves forms.
    So I go to the OTN page for downloads and downloaded file 6irel2nt.exe which is 264 MB in size. This file, I assume,
    has forms in it -- what else I don't know because things are not explained all that well on the web site or I don't know
    where to look (which implies poor organization of the web pages).
    I run the 6irel2nt.exe file and end up with 11,128 new files on my computer. That's nice. I run the setup file and a step or
    two into it it complains that my 'Ora81' home is already being used and that I need to install it into another Oracle Home.
    Now I'm trying to find out how I create another Oracle Home. I perform a search in GOOGLE on "creat default Oracle
    home" and basically get nowhere. My $50+ "Oracle 8i A Beginner's Guide" from Oracle Press mentions Oracle Home
    on one page (pg. 170) but is completely useless in this case. My $184 worth of Oracle University manuals (which
    are really PowerPoint slides) is useless too. My next step will be to comb through the FAQs. All this because I cannot
    believe that I have to totally uninstall one product to get another to install and then reinstall the first one. That is INSANE!
    If I have gone way off track please feel free to blast me but if this is true then all I can say is that the folks at Oracle need
    a lesson in KISS (Keep It Simple Stupid)! Computers and computer software are supposed to make our lives simpler
    not complicate the holy hell out of them. I'll get off my soapbox now. Sorry about the whining.

    I ended up uninstalling 8i and then I installed Dev 6i (Forms) and then I reinstalled 8i. I had some problems
    installing Dev 6i because of this error "path.vrf(86): Unbound variable 'path_too_long_prompt'". Right after this error
    appears I get a dialog that states, "The Oracle Installer cannot update the system path variable to %new_path%
    because it is too long. Please restrict your system path to 127 characters and make sure D:\Oracle\OraWin95\bin
    is included in your path."
    The path D:\Oracle\OraWin95 was what I set up for this installation.
    What I did to work around this problem was this...
    (1) Go to Start - Accessories - System Tools - System Information.
    (2) Click on the Tools menu
    (3) Select System Configuration Utility
    (4) Select the Autoexec.bat tab
    (5) I added D:\Oracle\OraWin95\bin to my PATH variable and unchecked the checkbox next to one of the several
    lines that I have that build my PATH variable. (I have several PATH lines that simply add a path to the system
    variable %path%). After the installation is complete you can go back and turn back on the paths that you had disabled.
    After installing 8i I did have a problem connecting to the database. I got this error:
    Error: ORA-01034 Oracle not available
    I believe this happened because I had forgotten to turn back on some of my PATH information that I mentioned
    earlier. After checking one of my PATH variables and rebooting, this problem disappeared.
    When reinstalling 8i and when the installation asks for an SID and you enter the SID you had used in the original
    installation you may get a notice that says the SID already exists. I think this happens because the uninstall does not
    clean up the registry totally, so I entered a different one. Later on, after the installation has been completed and you
    are connecting to your database, you will be prompted to select an SID -- just make sure that you select the SID from
    the latest installation.
    I should've mentioned first that in preparing for this whole ridiculous exercise I created a directory under my Oracle
    directory that I was going to use as the new 'Oracle home.' So I guess that's all one has to do to create a new Oracle
    home -- just have another directory ready to install 'stuff' into.
    All in all, this a pretty asinine exercise. Oracle really needs to fix this mess. I honestly thought Microsoft was bad but
    this takes the cake. I wonder if SQL Server is this screwed up.

  • PDF form submission problem - works in Acrobat and Reader, but not when embedded in browser

    Hello everyone,
    I am trying to submit a PDF form to an application server.
    To do this, I added a "Submit" button to the PDF, configured the server's address and submit format, and tested the button.
    I opened the PDF in Acrobat Pro, clicked the button, and my web application received the form in PDF format just as I wanted.
    To make it work in Reader, I had to extend user rights via Acrobat Pro, and then the form worked inside Reader as well.
    Up to here, everything went fine.
    Then I embedded the PDF in a web page (which will be the final scenario) and it all stopped working.
    The submit button doesn't do anything anymore, and no data is sent to the application server.
    I even tried switching from the form's submit mechanism to calling event.target.submitForm(...) in Javascript directly, but nothing changed (meaning this too worked only when opening the form as an "offline" pdf, but not when embedding it in a web page).
    Is there something I am missing? Something else that must be configured/activated in order to be able to submit the PDF when it is in the form of an embedded object?
    Many thanks in advance,
    Alex

    Thanks for your reply, Paul.
    I tested the submit button both in Reader 9.3 and Acrobat 8 (which is the same I used to RE the PDF).
    Apparently I got it working too, but only by deploying my embedding web page to an application server.
    The final environment the PDF will be embedded into will be inside a web application deployed to an application server, so I guess my problem is solved.
    It didn't work only when embedded into a local test.html web page saved on my PC...
    Thanks again, have a good day.
    Alex

  • Oracle Form designing problem...

    Hai experts,
    I am facing some problem in the oracle form desiging. we are receiving the dates from the customer and we are capping,washing and
    stuffing more than 10 service we are doing.
    refno -- primary key
    header table
    refno cust name mobile no weight status
    12345 xxxxxxxxx 1212121 100 kg 0
    details table
    refno service_type status
    12345 capping 0
    12345 washing 0
    12345 stuffing 0
    12345 quality 0
    12345 packing 0
    same way I have to create rows in the Oracle table.
    Check box
    . capping
    . washing
    . stuffing
    . packing
    ( easy way to user can use. check box clicked service required , un checked service is not required.. )
    If check box click "capping" 1 row must be create in the detail table
    If check box click "washing " 2 row must be create in the detail table
    if check box click" stuffing 3rd row must be create in the detail table
    If check box click " quality 4 row must be create in the detail table.
    My problem is in the check box... how to specified this categories in the detail table ?
    if details table status changed, user can Identified capping finished , washing finished, like that..
    please help me...
    vasanth.

    Hai,
    we are new to oracle environment sorry,
    Thank you very much for your immediate response. Master detail relation ship I created
    head.refno=detail.refno
    Complete Receiving form details are given below.
    Refno - primary key,
    Customer name -- connected customer master table...
    Mobile phone
    Tot weight.
    Questions to customer
    do you want to capping?
    do you want to washing?
    do you want to stuffing?
    do you want to quality?
    do you want to pack with plastic?
    Based upon this we have send the dates to capping section, washing section, stuffing section?
    Washing people based upon the detail (RNO) they will wash. all services same like.
    If washing finished we have to tell the status to customer also.
    Every process we have to indicate to the washing line, capping line, stuffing line. Once washed the Rno cannot display.
    Final process is packing to indicated Finished.
    Designing Questions
    Capping, washing stuffing quality is header table or detail table. ? How to specify the all status?
    Regards
    vasanth.

  • Oracle Forms LAF Problem

    Hi,
    I've been working on Oracle Forms & the LAF project for the past 1 week. Im totally new to both of them.
    Constantly, im getting problem in implementing CSS to oracle forms using the LAF project.
    I downloaded the latest LAF package and followed the steps indicated in the LAF project site. But, when i try to run the oracle form, the CSS is not getting applied to the forms.
    The whole window is shown with a white background, and the CSS gets applied only to the Grid Body part. The changes i do in the CSS file gets reflected in the Grid Body part, which means the module reads the CSS files successfully, but CSS is not getting applied to other things.
    Even when i try running the sample programs provided in the LAF package its not running properly. The same problem exists. Only the Grid Body part is working.
    And also, the fmb file i worked on seems to be working properly on another machine. Is it that im missing any configuration in order to make it work.
    I've attached screen shots below. Please check it and help me with a solution.
    !http://img403.imageshack.us/img403/4002/laf2.jpg!
    !http://img403.imageshack.us/img403/9363/laf1.jpg!

    Hello,
    As it is clearly indicated on the LAF Project home site, do not ask question about it on this forum. Send your questions to the dedicated mail : [email protected]
    Thanks in advance,
    Francois

  • Mail Form Refresh Problem

    hi to all,
    ı have a problem with CRM Web UI Mail Form screen. I can not write anything to text area. When i try it, it is always refreshing the page.
    Could someone help me? Could anyone suggest a note etc?
    Sincerely,
    Ümit Yılmaz

    I overcame the problem by using my browser in compatibility mode.

  • Form settings problem

    Hi Experts
    I have a user defined form with 4 folders inside each folder there is a matrix(total 4 matrix). But my problem is that when i select form settings every time first matrix form settings will be displayed. I have to access the form settings of other three matrix also.  Any ideas on how I can do this..please help me
    Thanks in advance
    Arun

    Hi,
    You can display settings for other matrixes. You need to change Form.Settings. Just assign matrix unique id which You want to display in Form settings to form's propoerty MatrixUID.
    You wrote that You have 4 folders with 1 matrix in each folder.
    Folder1 - Matrix1 (UID = M1)
    F2 - Matrix2 (UID = M2)
    F3 - Matrix3 (UID = M3)
    F4 - Matrix4 (UID = M4)
    If You click on any folder You change Form PaneLevel to display relevant matrix. At the same moment change Form.Settings.
    F1
    Form.PaneLevel = 1
    Form.Settings = M1
    F2
    Form.PaneLevel = 2
    Form.Settings = M2
    F3
    Form.PaneLevel = 3
    Form.Settings = M3
    F4
    Form.PaneLevel = 4
    Form.Settings = M4
    Regards
    Szymon Lipnicki

  • XML Form Builder-Problem with the save button

    Hi All,
    I created a project in XML Form Builder.
    I included a button "Save" in my project.
    All is working fine when i preview my project in XML Form Builder.
    The problem is when i run my project with iview.
    I suppose the form to save my input and then to be closed but
    unfortunately it did not.
    I don't know where the problem is as in the XML Form Builder everything seems ok.
    Thank you for your help!
    Regards,
    Ari

    Hi Carsten,
    Thank you for your help.
    There is no javascript error in the form.
    In the status bar when i have my mouse over the button i can see "javaxcript:HrefSubmit('save',"");"
    And when push the button "Transering Data..."
    I created the form in the Xml Form Builder and in preview there the project works.
    What do you mean "Did you access your Form using the KM Admin Explorer via a comman?"
    How can i have acess there?
    I appreciate you help!
    Regards,
    Ari

  • 502 Bad Gateway Mal-formed Reply problem

    I need some help! A few users are reporting the following when accessing certain URLS via IE7 pointed to NBM 3.9SP1 server running NW65 SP7:
    HTTP ERROR
    Status: 502 Bad Gateway
    Description: Mal-formed reply from origin server.
    The problem can be seen when clicking on the "continue shopping" or "check out" link in KODAK Gallery
    The problem does not occur with Firefox or when pointed to another non-NBM proxy.
    The proxy.cfg being used is listed below. We were using one of Craig Johnson's proxy.cfg files but ran into some odd problems... Novell support provided the proxy.cfg below which seemed to solve those other problems.
    proxy.cfg:
    [MiniWeb Server]
    Port-Number=1959
    Root-Directory=SYS:\ETC\PROXY\DATA
    [MiniWeb Server: Mime Types]
    Content-Type: text/html=htm,html
    Content-Type: text/plain=txt,text,cla,class
    Content-Type: image/gif=gif
    Content-Type: image/jpeg=jpg,jpeg,jpe,jfif,pjpeg,pjp
    Content-Type: image/tiff=tiff,tif
    Content-Type: image/x-xbitmap=xbm
    Content-Type: video/x-msvideo=avi
    Content-Type: video/quicktime=qt,mov,moov
    Content-Type: video/x-mpeg2=mpv2,mp2v
    Content-Type: video/mpeg=mpeg,mpg,mpe,mpv,vbs,mpegv
    Content-Type: audio/x-pn-realaudio=ra,ram
    Content-Type: audio/x-mpeg=mpega,mp2,mpa,abs
    Content-Type: audio/x-wav=wav
    Content-Type: audio/x-aiff=aif,aiff,aifc
    Content-Type: application/x-ns-proxy-autoconfig=pac
    Content-Type: text/javascript
    Content-Type: application/x-javascript
    [Extra Configuration]
    AckWithNoDataOnSYN=1
    AllowGTCPProxyToUsePort25=1
    AllowSecond220Respond=1
    CodeRedWorkAround=1
    DiscardAcceptRanges=1
    DonotCache4ContEncoding=1
    DoNotCacheWhenCookieFound=1
    DoNotCreateFullyQualifiedHostNames=0
    DoNotResolveNamesBeforeGoingThruHierarchy=1
    DoNotSaveMemoryCacheDuringUnload=1
    DoNotSendExtraCRLF=1
    DonotSendIPToACL=1
    EnableActiveFTP=1
    EnableICSPassThruFix=1
    EnableIncomplete302ResponseFix=1
    EnableNoCachePassThru=1
    HTTPSAuthenticationSwitch=0
    IcpBypassOrigin=1
    IgnoreContentLengthCheck=1
    IgnoreDuplicateChill=1
    Line_Terminator=CR
    new302Redirect=1
    NoDummySlashUpstream=1
    noRetryIfPragmaNoCacheHeaderPresent=1
    OC_IgnoreContentLengthFlag=1
    #PassContentLength=0
    ResBadAddressLoopBreak=1
    ResolveProxyIPAddress=0
    RestartTimeoutAfterEverySend=1
    SCacheDestroyYieldInterval=200
    ScanVirusPatterns=1
    SendHTTP11Request=1
    SkipHttpReplyHeaderCaseChange=1
    TransparentProxySupportsVirtualServers=1
    TreatLeftArrowAsHeaderBodySeparator=0
    TurnOffPersistantPassThru=1
    UseSimplifiedErrorPage=1
    #bm39sp1 added options:
    #enableCacheInVersionDowngrade=1
    #EnableAcceptEncoding=1
    #GraceLoginNotification=1
    #GraceLoginText=Enter a customization grace login text here
    #PwdChangeURL=Enter the URL for changing the password
    #skipAuthForViaHeader=1
    #fixSecondTimeScheduling=1
    [TransparentHTTPS]
    HTTPSPort1=443
    [BM Cookie]
    BM_Forward_Cookie=0
    [Object Cache]
    cut thru no CLH length=0
    disk management factor=4000
    [Log Format]
    Delimiter-Character=space
    [HTTP Streaming]
    ResetOriginServerConnAfterClientReset=1
    [Tunneling]
    EnableTunnelingControl=1
    EnableTunnelingControlLog=0
    [HttpTunnelingAllowed]
    ; the example entries below allow ports 443, 444 (often specified
    ; for SSL Proxy Authenticaiton, 8009 (for NRM), 2200 (Apache Web Manager
    ; and 52443 (for iFolder) to be tunneled. Port 443 is enabled by default.
    ;port<x>=<port #>
    port1=8009
    port2=52443
    port3=2200
    ; use 444 for ssl proxy authentication
    port4=444
    ; allow 1494 thru for Citrix apps in browsers
    port5=1494
    ;;added by jwf
    port6=21459
    port7=21457
    port8=21450
    ;added per wo for lily rice access to UA
    port9=8443
    [Virus Pattern Configuration]
    MaxNoOfVirusPatterns=28
    NoOfVirusPatterns=28
    PatternSize=16
    EnableAutoPatternUpdate=1
    PatternStartOffset=1
    VirusPattern0=scripts/..%252f.
    VirusPatternoffset10=0
    VirusPatternvalue10=0
    VirusPatternoffset20=0
    VirusPatternvalue20=0
    VirusPatternorigLength0=57
    VirusPattern1=scripts/..%c1%1c
    VirusPatternoffset11=0
    VirusPatternvalue11=0
    VirusPatternoffset21=0
    VirusPatternvalue21=0
    VirusPatternorigLength1=58
    VirusPattern2=scripts/..%c0%2f
    VirusPatternoffset12=0
    VirusPatternvalue12=0
    VirusPatternoffset22=0
    VirusPatternvalue22=0
    VirusPatternorigLength2=58
    VirusPattern3=scripts/..%c0%af
    VirusPatternoffset13=0
    VirusPatternvalue13=0
    VirusPatternoffset23=0
    VirusPatternvalue23=0
    VirusPatternorigLength3=58
    VirusPattern4=scripts/..%%35c.
    VirusPatternoffset14=0
    VirusPatternvalue14=0
    VirusPatternoffset24=0
    VirusPatternvalue24=0
    VirusPatternorigLength4=57
    VirusPattern5=scripts/root.exe
    VirusPatternoffset15=0
    VirusPatternvalue15=0
    VirusPatternoffset25=0
    VirusPatternvalue25=0
    VirusPatternorigLength5=33
    VirusPattern6=MSADC/root.exe?/
    VirusPatternoffset16=0
    VirusPatternvalue16=0
    VirusPatternoffset26=0
    VirusPatternvalue26=0
    VirusPatternorigLength6=31
    VirusPattern7=d/winnt/system32
    VirusPatternoffset17=0
    VirusPatternvalue17=0
    VirusPatternoffset27=0
    VirusPatternvalue27=0
    VirusPatternorigLength7=41
    VirusPattern8=c/winnt/system32
    VirusPatternoffset18=0
    VirusPatternvalue18=0
    VirusPatternoffset28=0
    VirusPatternvalue28=0
    VirusPatternorigLength8=41
    VirusPattern9=_mem_bin/..%255c
    VirusPatternoffset19=0
    VirusPatternvalue19=0
    VirusPatternoffset29=0
    VirusPatternvalue29=0
    VirusPatternorigLength9=78
    VirusPattern10=_vti_bin/..%255c
    VirusPatternoffset110=0
    VirusPatternvalue110=0
    VirusPatternoffset210=0
    VirusPatternvalue210=0
    VirusPatternorigLength10=78
    VirusPattern11=msadc/..%255c../
    VirusPatternoffset111=0
    VirusPatternvalue111=0
    VirusPatternoffset211=0
    VirusPatternvalue211=0
    VirusPatternorigLength11=106
    VirusPattern12=scripts/..%%35%6
    VirusPatternoffset112=0
    VirusPatternvalue112=0
    VirusPatternoffset212=0
    VirusPatternvalue212=0
    VirusPatternorigLength12=59
    VirusPattern13=scripts/..%25%35%
    VirusPatternoffset113=0
    VirusPatternvalue113=0
    VirusPatternoffset213=0
    VirusPatternvalue213=0
    VirusPatternorigLength13=61
    VirusPattern14=scripts/..%255c..
    VirusPatternoffset114=0
    VirusPatternvalue114=0
    VirusPatternoffset214=0
    VirusPatternvalue214=0
    VirusPatternorigLength14=57
    VirusPattern15=scripts/..%c1%9c.
    VirusPatternoffset115=0
    VirusPatternvalue115=0
    VirusPatternoffset215=0
    VirusPatternvalue215=0
    VirusPatternorigLength15=58
    VirusPattern16=scripts/root.exe
    VirusPatternoffset116=0
    VirusPatternvalue116=0
    VirusPatternoffset216=0
    VirusPatternvalue216=0
    VirusPatternorigLength16=81
    VirusPattern17=scripts/httpodbc
    VirusPatternoffset117=0
    VirusPatternvalue117=0
    VirusPatternoffset217=0
    VirusPatternvalue217=0
    VirusPatternorigLength17=30
    VirusPattern18=MSADC/root.exe?/
    VirusPatternoffset118=0
    VirusPatternvalue118=0
    VirusPatternoffset218=0
    VirusPatternvalue218=0
    VirusPatternorigLength18=79
    VirusPattern19=MSADC/httpodbc.d
    VirusPatternoffset119=0
    VirusPatternvalue119=0
    VirusPatternoffset219=0
    VirusPatternvalue219=0
    VirusPatternorigLength19=28
    VirusPattern20="c/httpodbc.dll H"
    VirusPatternoffset120=0
    VirusPatternvalue120=0
    VirusPatternoffset220=0
    VirusPatternvalue220=0
    VirusPatternorigLength20=24
    VirusPattern21=d/winnt/system32
    VirusPatternoffset121=0
    VirusPatternvalue121=0
    VirusPatternoffset221=0
    VirusPatternvalue221=0
    VirusPatternorigLength21=92
    VirusPattern22="d/httpodbc.dll H"
    VirusPatternoffset122=0
    VirusPatternvalue122=0
    VirusPatternoffset222=0
    VirusPatternvalue222=0
    VirusPatternorigLength22=24
    VirusPattern23=scripts/..%255c.
    VirusPatternoffset123=0
    VirusPatternvalue123=0
    VirusPatternoffset223=0
    VirusPatternvalue223=0
    VirusPatternorigLength23=108
    VirusPattern24=scripts/.%255c..
    VirusPatternoffset124=0
    VirusPatternvalue124=0
    VirusPatternoffset224=0
    VirusPatternvalue224=0
    VirusPatternorigLength24=39
    VirusPattern25=scripts/..%252f.
    VirusPatternoffset125=0
    VirusPatternvalue125=0
    VirusPatternoffset225=0
    VirusPatternvalue225=0
    VirusPatternorigLength25=116
    VirusPattern26=scripts/..%252f.
    VirusPatternoffset126=0
    VirusPatternvalue126=0
    VirusPatternoffset226=0
    VirusPatternvalue226=0
    VirusPatternorigLength26=39
    VirusPattern27=default.ida?XXXX
    VirusPatternoffset127=0
    VirusPatternvalue127=0
    VirusPatternoffset227=0
    VirusPatternvalue227=0
    VirusPatternorigLength27=385

    jfish1,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

Maybe you are looking for