Perform in script

Dear All,
         I am using perform statement in script.
the code for subroutine in separate program type (e).
But unable to get the output.
Following is my code of subroutine & form.
Regards,
Dilip
Script code
/:PERFORM GET_VAL IN PROGRAM ZGET_VAL
/:USING &IT_MARA-MATNR&
/:CHANGING &DESCR&
/:ENDPERFORM
Subroutine code
Form get_val tables in_tab structure itcsy
                   out_tab structure itcsy.
select * from makt into table it_makt
        where matnr = in_tab-value.
data temp(40).
loop at it_makt.
temp = it_makt-maktx.
   out_tab-name =  'maktx'.
   out_tab-value = temp.
   append out_tab.
endloop.
endform.

Hi Diliip,
The program I was referring to was the program that was calling the SAPSCRIPT.
The structure is like:
  MAIN PROGRAM calls SAPSCRIPT
    SAPSCRIPT calls ZGET_VAL.
When the MAIN PROGRAM calls the SAPSCRIPT it issues a WRITE_FORM function module call specifing the name of the paragraph to be printed.  The data in IT_MARA must be populated from the MAIN PROGRAM (by use of LOOP AT, or READ TABLE) so that first it is available in the SAPSCRIPT, and thus available to ZGET_VAL when it is called from the SAPScript.
You can test whether the IT_MARA-MATNR has a value in the SAPScript by simply putting:
&'Material number is: 'IT_MARA-MATNR&
as a line in your SAPScript.  If it comes out blank then you need to change the MAIN PROGRAM as I described in the last post.
If it has a value then we need to change the SAPScript.
Let me know how it goes.
Brad

Similar Messages

  • [CC] How to perform a script "foo_beforeSave.htm" only for specific site?

    Since a long time I use a script for automatic text replacements which perform with each save command.
    The script sits in that folder:
    C:\Users\myusername\AppData\Roaming\Adobe\Dreamweaver CC\de_DE\Configuration\Commands\foo_beforeSave.htm
    It works for all documents of all sites.
    The source code (the regex rule is just an example) of the script you find below.
    My question:
    I like to perform a script like this only for a specific site.
    I'm not a programmer. So I don't know where to place the script to reach that target. Or how I have to edit the source code of the script.
    Is there anybody who could help me with that please?
    I would appreciate it a lot. Thanks
    <!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine 5.0//dialog">
    <!-- MENU-LOCATION=NONE -->
    <html>
    <head>
    <title></title>
    <script src="../Shared/Common/Scripts/dwscripts.js"></script>
    <script>
    function canAcceptCommand(){
        return true;
    function getFileName(url) {
      var index = url.lastIndexOf('/');
      if (index != -1) retVal = url.substring(index + 1);
      else retVal = url;
      return retVal;
    function runCmd(){
        var dom = dw.getDocumentDOM();
        dom.synchronizeDocument();
        var path = dw.getDocumentPath('document');
        if(getFileName(path) != 'foo_beforeSave.htm'){
            var docEl = dom.documentElement;
            var tempDoc = docEl.outerHTML;
            tempDoc = tempDoc.replace(/&bdquo;/g,'„');
            tempDoc = tempDoc.replace(/&#8222;/g,'„');
            tempDoc = tempDoc.replace(/&ldquo;/g,'“');
            tempDoc = tempDoc.replace(/&#8220;/g,'“');
            tempDoc = tempDoc.replace(/&rdquo;/g,'”');
            tempDoc = tempDoc.replace(/&#8221;/g,'”');
            docEl.outerHTML = tempDoc;
    </script>
    </head>
    <body onLoad="runCmd();">
    </body>
    </html>

    Well, the posted script is a full working one.
    I just search for a way to limit the range of the script to the actual site.
    Therefore it is unimportant, which regex is in the example.

  • How to test the performed  SAP SCRIPT

    Hi friends can any one help for
    how to test the performed  SAP SCRIPT. What are the necessary codes or anything else for performing it

    Praveen,
    Can you be much clear with your query? What do you mean by performing? Do you mean how to execute it ?
    Regards,
    Vinod.

  • Portal performance monitoring scripts : (Unable to generate reports)  HELP

    Hi,
    Using 10.1.2.0.0
    I followed README.html document to load the logs files to generate reports for Portal Performance.
    First of all while running loadlogs.pl I keep getting the following error. I even tried adding -nodirect but still gets the same error. Don't know why. But it looks like there is some data loaded in OWA_LOGGER table
    C:\ORACLE_PRODUCTS\PORTAL_AS\portal\admin\plsql\perf\loader>perl loadlogs.pl -logical_host localhost -connection owa_perf/owa_perf@orcl -http_logfile C:\ORACLE_PRODUCTS\PORTAL_AS\Apache\Apache\logs\error_log.1130457600 -webcache_logfile C:\ORACLE_PRODUCTS\PORTAL_AS\webcache\logs\access_log -oc4j_logfile C:\ORACLE_PRODUCTS\PORTAL_AS\j2ee\OC4J_Portal\application-deployments\portal\OC4J_Portal_default_island_1\application -nodirect
    25-Oct-05 13:20:17, Copying abc:C:\ORACLE_PRODUCTS\PORTAL_AS\Apache\Apache\logs
    \error_log.1130241600
    25-Oct-05 13:20:17, Loading C:\DOCUME~1\whitesox\LOCALS~1\Temp\abc_error_log.1130
    241600.20051025.132017
    25-Oct-05 13:20:21, Copying abc:C:\ORACLE_PRODUCTS\PORTAL_AS\j2ee\OC4J_Portal\a
    pplication-deployments\portal\OC4J_Portal_default_island_1\application
    25-Oct-05 13:20:21, Loading C:\DOCUME~1\whitesox\LOCALS~1\Temp\abc_application.20
    051025.132021 -nodirect
    SQL*Loader-350: Syntax error at line 127.
    Token longer than max allowable length of 258 chars
             end",
            ^
    25-Oct-05 13:20:22, Copying abc:C:\ORACLE_PRODUCTS\PORTAL_AS\webcache\logs\acce
    ss_log
    25-Oct-05 13:20:31, Loading C:\DOCUME~1\whitesox\LOCALS~1\Temp\abc_access_log.200
    51025.132022Then I ran reports.sql but I don't see any reports being generated, but running this script did populate some other tables. I tried running some other scripts also but somehow I don't see any reports being generated as opposed to what is said in the README.HTML document i.e. "A sample web page (reports.html) is included which provides links to the generated reports.". How really I get to see the reports, where are the reports generated, is it something else that I am missing. No matter what script I run I don't see any report being generated. The document is not so clear. Can someone please help me out here. Thanks

    Hi!
    You have to change to directory
    ORACLE_HOME$/portal/admin/plsql/perf/scripts
    (you can find reports.sql in it) before you run reports.sql script!
    It will produce several .txt files.
    After running the script just open reports.html, that will point the generated files.
    A better place to ask questions like this:
    Portal Performance and Scalability
    http://forums.oracle.com/forums/forum.jspa?forumID=15

  • Improving performance of scripts in a PDF form

    Hello there.  I'm a bit new to the scripting in Acrobat and find myself with a complex form that has a number of instances (about 70)  of the following script (specific to individual fields):
    event.value=this.getField("Ranks").value + this.getField("Mod").value + this.getField("MiscMod").value;
    var trained = "Untrained";
    var skill = "Ranks";
    if ( (this.getField(trained).value != "On" ) && (this.getField(skill).value < 1)) {
    event.target.textColor = ["G", 1]; }
    else {event.target.textColor = ["G", 0];}
    The code works fine, but with this many instances, performance of form is sluggish while updating. In addition, there are approximately 200 simple addtion fields being used.
    I'm looking for any advice, scripting or otherwise, to help improve performance.
    Thanks so much in advance.

    If you create a function in the document scripts :
    function updateField() {
    event.value=this.getField("Ranks").value + this.getField("Mod").value + this.getField("MiscMod").value;
    var trained = "Untrained";
    var skill = "Ranks";
    if ( (this.getField(trained).value != "On" ) && (this.getField(skill).value < 1)) {
    event.target.textColor = ["G", 1]; }
    else {event.target.textColor = ["G", 0];}
    you could replace the code in each field with the following function call, and they would all use the same code:
    updateField()
    Without knowing exactly what 'slightly different code'' entails, you can add parameters to the function call:
    function updateField(Rank, Mod, MiscMod) {
    event.value= Rank + Mod + MiscMod;
    var trained = "Untrained";
    var skill = "Ranks";
    if ( (this.getField(trained).value != "On" ) && (this.getField(skill).value < 1)) {
    event.target.textColor = ["G", 1]; }
    else {event.target.textColor = ["G", 0];}
    and you could call it in each field with different values for 'Rank', 'Mod', and 'MiscMod' (or whatever parameters you use) like this:
    updateField(getField("Ranks").value, this.getField("Mod").value, this.getField("MiscMod").value )
    or
    updateField(getField("aDifferentRanks").value, this.getField("aDifferentMod").value, this.getField("aDifferentMiscMod").value )
    or
    updateField(47, 12, 45)
    If you need to make changes, you only need to change the 'updateField' function once, and any field which calls it will use the updated code.

  • Docs. for Monitoring Installing Portal Performance steps/scripts etc.......

    Hello can someone please point me to the documentation on how to setup the Portal (10.1.2) for generating and loading performance reports. What files do I need to modify and what scripts to run. I want to generate reports to check the performance of the Portal pages, apps. and overall performance.
    Thanks

    I ran the following command the data got loaded but I am not sure if all the data is in the tables due to the following error. Can someone please tell me what's causing the following error occurs when running loadlogs.pl:
    SQL*Loader-350: Syntax error at line 127.
    Token longer than max allowable length of 258 chars
             end",
            ^Here is the complete output:
    C:\ORACLE_PRODUCTS\PORTAL_AS\portal\admin\plsql\perf\loader>perl loadlogs.pl -lo
    gical_host localhost -connection owa_perf/owa_perf@orcl -http_logfile C:\ORACLE_
    PRODUCTS\PORTAL_AS\Apache\Apache\logs\error_log.1130241600 -webcache_logfile C:\
    ORACLE_PRODUCTS\PORTAL_AS\webcache\logs\access_log -oc4j_logfile C:\ORACLE_PRODU
    CTS\PORTAL_AS\j2ee\OC4J_Portal\application-deployments\portal\OC4J_Portal_defaul
    t_island_1\application
    25-Oct-05 13:20:17, Copying localh:C:\ORACLE_PRODUCTS\PORTAL_AS\Apache\Apache\logs
    \error_log.1130241600
    25-Oct-05 13:20:17, Loading C:\DOCUME~1\admin\LOCALS~1\Temp\abc_error_log.1130
    241600.20051025.132017
    25-Oct-05 13:20:21, Copying localh:C:\ORACLE_PRODUCTS\PORTAL_AS\j2ee\OC4J_Portal\a
    pplication-deployments\portal\OC4J_Portal_default_island_1\application
    25-Oct-05 13:20:21, Loading C:\DOCUME~1\admin\LOCALS~1\Temp\abc_application.20
    051025.132021
    SQL*Loader-350: Syntax error at line 127.
    Token longer than max allowable length of 258 chars
             end",
            ^
    25-Oct-05 13:20:22, Copying localh:C:\ORACLE_PRODUCTS\PORTAL_AS\webcache\logs\acce
    ss_log
    25-Oct-05 13:20:31, Loading C:\DOCUME~1\mine\LOCALS~1\Temp\abc_access_log.200
    51025.132022Thanks!

  • Linux Performance Monitoring Scripts

    Hi Friends,
    My boss ask me to give weekly reports about the performance of the server.
    He wants the report in excel formant.
    I heard about vmstat, iostat,sar
    Are these the only command I need to monitor the performance of linux?
    Can you share me some scripts about monitoring linux performance that save data into txt file? and
    is being gathered (stats) every hour on top of the hour?
    Thanks a lot,
    MsK

    Thanks gentlemen,
    But I can not grasp either the ideas that you are explaining. :(
    It is not helpful that at some point or at all points, the report said that all the CPU and MEMORY were 100% used?
    At least there is a trigger or reason to start investigating was is running on the server.
    For example
    [root@oracleprod ~]# vmstat 5 10
    procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
    r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa
    3  0 215040  21612  18548 8042292    3    4   406   129   12    13 14  1 82  3
    2  0 215040  25484  18480 8037940    0    0     2   192 1037   522 21  4 74  0
    1  0 215040  25476  18496 8037924    0    0     0    32 1013   443 21  5 75  0
    1  0 215040  25156  18512 8037908    0    0     0    58 1010   452 21  5 74  0
    1  0 215040  24772  18532 8038148    0    0    24    46 1008   482 21  5 74  0
    1  0 215040  24540  18548 8038132    0    0     0    45 1006   501 21  5 74  0
    1  0 215040  24540  18564 8038116    0    0     0    23 1006   439 22  3 75  0
    1  0 215040  24156  18580 8038100    0    0     0   302 1061   558 22  4 74  0
    2  0 215040  24028  18596 8038084    0    0     0    56 1014   449 24  1 74  0
    1  0 215040  23772  18604 8038076    0    0     2    22 1020   636 26  1 73  0Does vmstat not telling whats happening to system? or at these statistics useless :(
    Thanks a again

  • Currency field in PERFORM, -- SAP Script

    Hi,
    I am calling a zperform from SAP Script and sending two currency values as input and after doing subtraction , I want the result value from the Zperform.
    When I send 1,000,000.00 as input to PERFORM. I am getting a dump when I try to assign the in_par-value to a currency field in FORM.
    The error is "Unable to interpret "1,000,000.00 " as a number." Please let me know how to handle this case. I mean is there any converstion routine to convert the external currency value to internal format?

    You must remove the commas.
    Warren

  • Standard text and perform in scripts

    Hi guys,
    can any body tell me how to use<b> perform</b> in scripts.
    and how to include these statement it doesn't look like standard text
    /: INCLUDE &ZTXTNAME& OBJECT BOM ID MZU
    have a nice weekend

    Hi Deepthi,
    The syntax of Perform statement is
    /: PERFORM <form_name> in PROGRAM <program_name>
    /: USING &INVAR1&
    /: USING &INVAR2&
    /: CHANGING &OUTVAR1&
    /: CHANGING &OUTVAR2&
    /: ENDPERFORM.
    In the program <program_name> , you can write the form <form_name> as:
    FORM <form_name> TABLES INTTAB STRUCTURE ITCSY
                            OUTTAB STRUCTURE ITCSY.
    endform.
    INTTAB will contain all the input parameters like INVAR1, INVAR2 etc and OUTTAB will contain all the output parameters like OUTVAR1, OUTVAR2 etc.
    You can download a nice document on SAPScript from this link , but within 1 day.
    https://www7.sendthisfile.com/d.jsp?t=asglGjpv25aba8T8sp2G1zyd
    Regards,
    Amit.

  • How can I put a numeric indicator into a case structure using VI scripting

    I'm using VI scripting and I'm trying to add a numeric indicator inside a case structure.  I'm able to add the case structure and the numeric indicator just fine, but as soon as I specify the case structure as the "owner" of the numeric (as opposed to the block diagram being the owner) I get error 1060.  Is there any way around this?
    Note:  The reason I am doing this is because this specific pattern (indicator in a case structure) will prevent a VI from being inlined when it is being built.  This pattern will provide no functionality in itself, it only prevents the inlining.  It is added to a larger VI which is use to initialize objects in a simulation, and there are many of them in the total simulation.  If they are inlined, it takes a VERY long time to generate the C code, and performance on this VI isn't an issue since it is performed only once at the beginning of the simulation.  The rest of the VIs do need to be inlined for performance reasons.  Therefore, I'm open to other options to prevent a VIs from being inlined if the "indicator in a case structure" cannot be performed via scripting.
    If any of this is unclear please let me know and I can clarify.  Thanks.
    Solved!
    Go to Solution.

    I now understand what you were saying about inlining a subvi.  I did as you said and made a subvi with a case structure and an indicator within it.  I use the New VI Object node to add that subvi to the slow-inlining parent VI.  Then I tried to inline it using the invoke node, but I got error 1399, which make sense.  Is this what you meant for me to do, or did I misunderstand?
    Also, I tried the ControlTerminal reference approach you mentioned earlier.  Unfortunately when I called the move method on the control terminal property and had the 0th frame of the case structure as the owner I got error 1060 again.
    I really appreciate your help.  Do you have any other thoughts?

  • Using list of names as input for script

    Hi all,
    I've written a script that creates a folder and sets the proper POSIX and ACL permissions based on the name I set (i.e. the username). What I'd like to do is have a list of usernames (possibly in a text file?) and perform the script for each of those users. How might I go about this? I'm including the script below in case that helps.
    Thanks!
    #!/bin/sh
    USERNAME=1234567
    mkdir /Shared Items/SharedFolder/$USERNAME
    chown root:admin /Shared Items/SharedFolder/$USERNAME
    chmod 770 /Shared Items/SharedFolder/$USERNAME
    chmod +a "$USERNAME allow read,write,writeattr,readattr,readextattr,writeextattr,execute,list,search,delete,addfile,add_subdirectory,delete_child,file_inherit,directoryinherit" /Shared Items/SharedFolder/$USERNAME

    I use sed to parse text files for this sort of thing. It filters out comments that begin with # and blank lines:
    <pre style="border: 1px solid #ddd; padding-left: .75ex; padding-top: .25em; padding-bottom: .25em; margin-top: .5em; margin-bottom: .5em; margin-left: 1ex; max-width: 80ex; overflow: auto; font-size: 10px; font-family: Monaco, 'Courier New', Courier, monospace; color: #444; background: #eee; line-height: normal">sed 's/[:blank:]*#.*//; /^$/d' /your/users.conf | \
    while read USERNAME; do
    mkdir /Shared\ Items/SharedFolder/$USERNAME
    chown root:admin /Shared\ Items/SharedFolder/$USERNAME
    chmod 770 /Shared\ Items/SharedFolder/$USERNAME
    chmod +a "$USERNAME allow read,write,writeattr,readattr,readextattr,writeextattr,execute,list,search,dele te,add_file,add_subdirectory,delete_child,file_inherit,directory_inherit" /Shared\ Items/SharedFolder/$USERNAME
    done
    </pre>

  • Issue running Load Test Scripts in an SSO environment

    Hello,
    I am performance testing some of our web applications that use SSO. Any script I record will play back fine but upon running them in the Navgation Editor I am getting HTTP/1.1 401 Unauthorized error messages. To combat this I configured Internet Explorer securuty settings to always prompt me for a username and password to access this site. I then used the dialog and authentication managers to have e-Tester automatically enter login information.
    However even with all of that configured I still get the error message when playing back in the navigation editor or Load Teser. How can i get around this issue short of having a login page as oppossed to the dialog message i use to login now?

    Yes I understand your SSO authentication scheme as well as the 401 error you receive. What type of authentication is your SSO using? Is it NTLM or something different?
    When you run in the navigation editor, which Options->Playback Agent have you chosen? The best agent to use is "Java Agent", though to debug authentication problems you should test the other 2 options, which is Thin Client with and without Wininet.
    I did not mention it before, but if you are only interested in creating performance testing scripts you may consider the new OpenScript tool. In the near future you will also be able to use this tool for Functional UI scripting. See my comments in [this thread|http://forums.oracle.com/forums/message.jspa?messageID=3356340#3356340]

  • Can Web Performance Test work on AJAX or Javascript Project which will show only one URL for all the pages?

    Hi there,
    I'm working on testing a AJAX and JavaScript Project which has several pages but all in the same URL. I need to test some attribute on the page or parameter past by AJAX or Javascript. Can Web Performance Test work to get what I want?
    Thanks,
    

    Hello,
    Thank you for your post.
    Web performance test is used to test if a server responses correctly and the response is consistent with what we expected. And we test the response speed, the stability and scalability.
    The Web Performance Test Recorder records both AJAX requests and requests that were submitted from JavaScript, but
     web test does not execute JavaScript. I am afraid that you can’t use web test to test parameter past by AJAX or JavaScript.
    Please see:
    Web Performance Test Engine Overview
    About JavaScript and ActiveX Controls in Web Performance Tests
    From the first link, “Client-side scripting that sets parameter values or results in additional HTTP requests, such as AJAX, does affect the load on the server and might require you to manually modify the Web Performance Test to simulate the scripting.”
    If you want to execute the function typically performed by script in web test, you need to accomplish it in coded web performance test or a web performance test plugin. Please see:
     How to: Create a Coded Web Performance Test
    How to: Create a Web Performance Test Plug-In
    I am not sure what the ‘some attribute on the page’ is. If you mean that you want to test those controls on the page, you can do coded UI test, which can test that the user interface for an application functions correctly. The coded UI test performs actions
    on the user interface controls for an application and verifies that the correct controls are displayed with the correct values. You can refer to this article for detailed information about code UI test:
    Verifying Code by Using Coded User Interface Tests
    Best regards,
    Amanda Zhu [MSFT]
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Possible to set shortcut for file scripts custom script ?

    i have some custom scripts in file > scripts. i'd like to set a shortcut key for them, but you can't do that thru edit > keyboard shortcuts because the custom ones don't show up, only "other script F12" shows up.
    is there a way to set a shortcut to execute a custom script? i am using Ai CS3 version 13.0.2
    some work arounds i tried that didn't seem to work:
    - setting the script as an action - didn't work, the script does a bunch of stuff that can't be solved by actions
    - setting an action and inserting a menu item, then setting a shortcut to run the action - doesn't help because menu item (the script) gets disassocated from the action every time you shut down Ai. sometimes it disassociates itself. tried to save the actions and reload them, but the scripts were still disassociated
    thanks

    As it sounds like you have already discovered, you should be able to define an Action with but one InsertMenuCommand step in it. That menu command would be the selection of your script from the File Menu.
    However, that functionality has been broken for four full versions now. The Menu Command step goes vacant after quitting and re-launching Illustrator.
    I keep an Action in my Actions palette titled CurrentScript. I can at least, at the beginning of a work session in which I know I will need to call a particular script repeatedly, re-do the Insert Menu Item step and have it survive during the work session. (It will, of course, be gone if I quit & relauch.)
    If Actions could reliably call scripts from the File menu, one could do some very cool things. Many operations in the standard UI are not available via the scripting model, and of course vice-versa. Simply being able to reliably call scripts as individual steps of an Action would open the door for elaborate automations that perform both scripted functions and those available in the UI.
    But alas, users have been complaining about this bug for four versions now.
    I think it is conceivable that one could build a Javascript that employs the ScriptUI functionality, and have that script run automatically at launch. That script could simply be a "dashboard" palette from which to call other scripts. But one should not have to go to such ridiculous lengths to work around a bug that has gone unaddressed for so long.
    JET

  • Scripting from VBA when scripting is disabled on the server?

    Hello All,
    I am wondering if it is possible to perform GUI scripting from Excel or MS Access when the scripting functionality has been disabled on the server?  I know it is not possible using the Script Recording and Playback, but not sure within VBA?
    If possible, can anyone please provide examples?  That would be a great help.
    Thanks!
    Emil Jakupovic

    HI
    I have been able to use Visual basic scripting  (*.VBS)  to automate sapgui to a certain extent . see the code below this allows u to logon to sap and use certain transactions using the "sendkeys" function even if scripting is diabled on the sap server. but the functionality is limited like you cant use it in background mode etc so see if this helps
    set objShell = CreateObject("WScript.Shell")
    '===Activate SAP logon pad engine
    set application = CreateObject("Sapgui.ScriptingCtrl.1")
    '===Initiate one of the predefined SAPlogon pad connection
    set SapGui = GetObject ("SAPGUI")
    set application = SapGui.GetScriptingEngine
    set connection = application.OpenConnection("<SERVER DESRIPTION AS IN SAP LOGON PAD>", True)
    WScript.Sleep(10000)
    objShell.SendKeys "<USERNAME>"
    objShell.SendKeys "{TAB}"
    objShell.SendKeys "PASSWORD"
    objShell.SendKeys "{ENTER}"
    WScript.Sleep(10000)
    objShell.SendKeys "/nSP01"
    objShell.SendKeys "{ENTER}"

Maybe you are looking for

  • Why does Firefox show up as a drive?

    I'm still new to Mac so please explain this to me as easily as you can. So i just installed Firefox then i dragged the icon to the bar on the bottom of the screen. But when I want to use Firefox it appears as a drive on the desktop. It does this when

  • Bug in ADF(10.1.3.2.0) with checkboxes in a table in a pop-up

    So I've found a bug in ADF. The bug manifests when I have a dialog window pop-up with a table with many rows(13 or more). Each row has a checkbox in it. If I change the state of 12 or fewer of the checkboxes and click ok, the returnListener will fire

  • I want to buy an ipad in usa for a friend of mine in france. will this work

    i want to buy and i pad in usa as a gift for a friend of mine in paris, france... Will thos work there or will there be problems

  • Program not Responding after installing PSE8

    I recently upgraded to PSE8. Since then I have noticed that when I go to shutdown my system (XP w/ SP3) I get a window indicating a program is not responding. The title of the window is 'End Program - 9c0'. The '9c0' part is not always the same. Last

  • Airplay itunes denon avr-x3000

    I have a problem with Itunes on my Macbook Pro, after I changed the router from Netgear CG3100 to a Netgear CG3700, you will see it with "unknown error occurred (-6700)" when I try to connect to Airplay in Itunes ... On my old router it worked fine,