SOAP Web service only works if the binding variable included in the object view


JDeveloper version - 11.1.1.7.0


I did this video Building WS to an existing of ADF - Insider ADF application for the integration of web services SOAP at my request. It worked fine until I added a variable binding to the my view object (after which she stopped recovery of values). I tried checking the log by modifying the FINEST logging level as proposed for ADF BC Logging none of the mistakes. Please help me on changes to make it work.

Answered by thread

ERROR when using ViewCriteria in search of Service BC ADF

Tags: Java

Similar Questions

  • Troubleshooting Webworks web service consumer - work on the ripple

    Hello

    I'm developing my first web service Webworks app. It works perfectly well on ripple.

    I just publish the application on my BB Bold 9700 (OS6), it opens fine, but when I fire the XMLHttpRequest.open seems have not received response from webservice.

    Is there a way to solve these issues?

          var xmlHttp = new XMLHttpRequest();
    
          function doClick() {
            var varfirstname = document.getElementById('Firstname').value;
            var varlastname = document.getElementById('Lastname').value;
    //        var url = "http://localhost:1762/EPB-Webservice.asmx/GetUserJSON?firstname=" + varfirstname + "&lastname=" + varlastname;
            var url = "http://myserver/EPB-Webservice/EPB-Webservice.asmx/GetUserJSON?firstname=" + varfirstname + "&lastname=" + varlastname;
            xmlHttp.open('GET', url, true);
            xmlHttp.onreadystatechange = callbackFunction;
            xmlHttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
            document.getElementById('results').innerHTML = "Requesting...";
            xmlHttp.send(null);
          }
    

    Thank you

    Roberto.

    Are you aware of the option of web Inspector.  You can activate it by waving before running your application on the device?  Then you can check errors and elements on the device by using the ip address of the appliance and the port 1337.

    Also do you have white registered the domain of the function in your config.xml file?

  • Bind several web service data controls on the same page

    Hello
    JDev version: 11.1.1.6.0
    I using SOAP web services. I have the following usage:
    I have the data control for the web service, that records the values entered into the form. I created the entry form using the data control (DC1).
    There is an input field [T1], on the tab, I need to fill an another text field, for which the data is returned to an another web service (DC2) data control.
    For the same input text [T1] on the tab out, I need fill in the object list in the component selectonechoice, for which the data is returned to an another web service (DC3) data control.

    Is it possible to use bind several data controls on the same page to reach the use case?
    However, I want to avoid the use of managed bean. Is it possible to do this?

    Concerning
    Fabiola

    Hello

    I can make the case to use even without the use of the managed bean?

    Yes, although the managed bean solution seems reasonable to me.

    Difficulties are

    + 1) REQ1 and REQ2 are the parameters that is common to both 1 and 3 services. +

    Text fields that provide arguments to a method are related to an input variable (file PageDef has an iterator variable in the executable section). A variable can be referenced from method arguments

    + 2) REQ1 is the parameter that is common to both 2 and 3 services. +

    Identical to 1. Create a setting for service 2 and map variables in the arguments of the method of service 3

    + 3) Service3 needs all REQ1, REQ2, REQ3, and REQ4 parameters as parameters to save the data. +

    As said, fields can be referenced from variables, dependent, the linking of the attribute fields (as I guess it is a return value in the bound field)

    There are problems of links as the same setting is available between several departments.

    It's new to me

    Is it possible to solve these problems of binding addresses?

    Yes. Make sure however that WS DC iterators you see in PageDef have their property Refresh ifNeeded for the refreshment of the bound field work properly

    Frank

  • Web Services does not work because the wwv_flow_collections view is empty

    Hello
    I followed this example to try to get a web service that runs in my application:
    http://Apex.Oracle.com/i/doc/advnc_rest_web_eg_2.htm

    When I run the page and enter the postcode 43221, they recommend a radius of 5, I get no results. When debugging and throwing the query into SQL Dev, I have no records in my opinion wwv_flow_collections . Looking at the tables that make up the view, wwv_flow_collections$ and wwv_flow_collection_members$, these two tables would join on c.id = m.collection_id only, but there are additional chooses online involving the DUAL table and that the query returns 0 records and so the view is empty. I have never messed with these views/tables, are generated automatically by APEX? Can they be updated? Right now I just can't get all web services to work because of this. This is the clause for wwv_flow_collections view:

    Of
    wwv_flow_collections$ c,.
    wwv_flow_collection_members$ m
    WHERE
    c.session_id =
    (
    SELECT
    v('SESSION')
    Of
    Double
    )
    AND c.security_group_id =
    (
    SELECT
    wwv_flow.get_sgid
    Of
    Double
    )
    AND m.collection_id = c.id
    AND c.flow_id =
    (
    SELECT
    NV ('FLOW_ID')
    Of
    Double
    );

    Can anyone help? Thanks in advance!
    John

    John,

    I have worked this week to set up exactly the same thing and got the same empty result set you have. In this case, I believe that this has nothing to do with the APEX. I downloaded 4.0.1 soapUI that tests web services and WSDL file described in the APEX Web Services tutorial for http://www.ignyte.com/webservices/ignyte.whatsshowing.webservice/moviefunctions.asmx?wsdl to create the same sample applications. She returns also no results.

    So, I decided to use a different WSDL public and try to make it work. Here are my steps below:

    BACKGROUND:
    -J' use APEX 4.0 on a database of 11 GR 2, with set ACL in place for what is APEX scheme using this application.
    -The site I used, I found via google. This is a webservice for currency conversion rate. It is explained here: http://www.webservicex.net/CurrencyConvertor.asmx
    -The WSDL can be found here: http://www.webservicex.net/CurrencyConvertor.asmx?WSDL

    IMPLEMENTATION OF THE WEB SERVICE:
    1. in a new APEX application, I went to ' * shared components * "->" * Web Service references * "->" * create * ' to create a new web service reference
    2 selected Manual
    3. calls on the Web CURRENCY_TEST service
    4. set the URL http://www.webservicex.net/CurrencyConvertor.asmx
    5. set the Action http://www.webserviceX.NET/ConversionRate (Action can be found in the WSDL file - showing a few lines below)















    6 WSDL explains that the version is * 1.1* in this case. (However, this same WSDL has the same operation for 1.2 so it would probably work)
    7. No authentication
    8 soapUI 4.0.1 gave me the soap request which in this case is the following:





    #FROM_CURRENCY#
    #TO_CURRENCY#




    9 response stored in the collection CURRENCY_COLLECTION
    10 saved my web service reference
    11. test the web service reference (you must be on the web service references page and instead of displaying the report icon, use the display of the list.) Click the test to test the web service)
    12. on the test page, change #FROM_CURRENCY # USD (for U.S. dollars) and #TO_CURRENCY # EUR (Euros)
    13. click on the test button and you should see a valid soap response with a currency rate in ConversionRateResult tags

    USING THE WEBSERVICE AND GET RESULTS:
    1 is returned to the application and press on ' * Create Page * "->" * form * "->" * form and report on Web Service. "
    2 pick my CURRENCY_TEST web service reference
    3. following on the next page
    4. for input parameters, left the defaults to create 2 entries, From_Currency , and To_Currency
    5 SOAP Style for this is Document (found in the WSDL file as an attribute just after the soapAction in the WSDL snippet above attribute)
    6 message is literal format (also present in the WSDL: output for this operation under the attribute use above)
    7 XPATH is a bit complicated. In this case put * / ConversionRateResponse * (I used the soapUI 4.0.1 to send the request and soap response to see which would include the tags of the answer and that way I'll)
    8. message Namespace is http://www.webserviceX.NET/ (which is also present in the response soap message - I really recommend a tool to test it outside the APEX)
    9. for the names of parameters it is only one and it is ConversionRateResult (also present in the response soap message)
    10. Finish and run the report.

    OTHER TRAPS:
    So I finally got this to work, but in my case I asking a webservice to use and tags xml, that I'll be back are all xmlns:ns0 and all the tags response preceded ns0:

    In this case I had to after using the wizard to go back and change my request to change xmlns to xmlns:ns0 since the manufacturer applies only xmlns.


    select extractValue(value(t),'/*/ns0:Assigned_Group','xmlns:ns0="urn:HPD_IncidentInterface_WS"') "Assigned_Group"
    , extractValue(value(t),'/*/ns0:Assignee','xmlns:ns0="urn:HPD_IncidentInterface_WS"') "Assignee"
    , extractValue(value(t),'/*/ns0:Resolution','xmlns:ns0="urn:HPD_IncidentInterface_WS"') "Resolution"
    , extractValue(value(t),'/*/ns0:Status','xmlns:ns0="urn:HPD_IncidentInterface_WS"') "Status"
    from wwv_flow_collections c,
    table(xmlsequence(extract(c.xmltype001,'//ns0:HelpDesk_Query_ServiceResponse','xmlns:ns0="urn:HPD_IncidentInterface_WS"'))) t
    where c.collection_name = 'INCIDENT_TEST'

    Good luck!
    Jonathon

  • To access the SOAP Web Services: running on Acrobat 9, but NOT Adobe Reader 9.

    Hi all

    I use webservice to fill the form control. It works fine in Acrobat 9, but when I open the form in Adobe Reader 9 his WORKS DO not. Its niether give no error or no respone. Adobe Reader need additional code to access/run web services or where I'm wrong? Help, please.

    Thank you.

    -

    Afonso

    Hi Anhinav,

    Because the reader is not 'extended' Web Services will not work on the drive.  They are, however, (as you noted) work in Acrobat, which is "extended".

    Web services to work in Reader, you will need to purchase the LiveCycle Reader Extensions.

    Hope that helps.

    Jay

  • SharePoint Web site only works in Internet Explorer, but not in other browsers.

    Original title: Sharepoint Web Site only works in Explorer.

    I reorganized just a Web site using Sharepoint Designer.  It looks FANTASTIC in the Solution Explorer.  However, it is completely RUINED for all other browsers.  Help!  How can I fix?

    There is a specialized due to Sharepoint forum.

    I suggest that post you in the Sharepoint forums because they have experts there who would be better able to help you.
    http://social.msdn.Microsoft.com/forums/en-us/category/SharePoint/

    Sincerely,.

    Marilyn

  • Using a soap Web service

    Hello

    I want to use a soap Web service.

    So far, I tried (without success) wws and am now explore gSOAP (http://www.cs.fsu.edu/~engelen/soap.html)

    It generated classes with success and I don't get any errors displayed (I just added all generated classes in the src folder), but the generation fails with:

    [...]

    CC: C:/BB10NDK/host/win32 / x 86/usr/bin/ntoarm-ld caught signal 1
    make [2]: * [o.le - v7/hellocascades] error 1
    make [1]: * [release-all] error 2
    make: * [device] error 2

    no idea how I can get the code to compile?

    Or is - what someone else has experience using a Web SOAP with the NDK?

    I managed to build the project.
    has taken about four hours with two other C developers to get all libraries and files in place.
    I'll try to run a Web service, if it is all passed, I'll write a guide

  • By using the web service ActionsService to load the account data

    Hello

    We are looking to automate the loading data of an EPM - HFM Application accounts.

    We wre able to charge through the front-end server. About Automation, we were able to configure GOSA strategies for the web service, create the native user in console weblogic and import and use the public key of client web service proxy.

    The URL of the wsdl file that we ask is http://192.168.50.21:7363 / oracle-EMP-fm-Web services/ActionsService? wsdl

    The method we are trying to call is iActionsService.loadData ("clustername", "name the Application", "E:\\testpad\\Hyperion\\data\\DATA.txt", null, ",", DataLoadMode.MERGE, false, false);

    The errors below are found in the file log immediately after the race. Please help us find what needs to be done in the setting of these errors. Are we sending the right params to the web service?

    Do we still need to make other changes to weblogic/em to make this work? Please suggest.

    Oracle EPM-edition of Fusion

    version - 11.1.2.4.0.79

    Thank you and best regards,

    Guna

    Newspapers, we find that

    We might be able to connect to the application - Session is created with the Session id: 5e95de6f-e828-4121-8765-36c186e72355

    An unexpected error has occurred-

    oracle.epm.fm.common.exception.HFMException: EPMHFM-65536: an unexpected error has occurred.

    at oracle.epm.fm.common.exception.ExceptionHelper.handleException(ExceptionHelper.java:45)

    at oracle.epm.fm.domainobject.loadextract.LoadExtractOM.loadData(LoadExtractOM.java:281)

    Error EPMHFM-65925

    java.lang.NullPointerException

    at org.apache.thrift.protocol.TCompactProtocol.writeString(TCompactProtocol.java:325)

    at oracle.epm.fm.thrift.protocol.TMultiplexedProtocol.writeString(TMultiplexedProtocol.java:112)

    to oracle.epm.fm.common.service.loadextract.LoadExtractHandlerService$ loadData_args$ loadData_argsStandardScheme.write(LoadExtractHandlerService.java:10236)

    to oracle.epm.fm.common.service.loadextract.LoadExtractHandlerService$ loadData_args$ loadData_argsStandardScheme.write(LoadExtractHandlerService.java:10152)

    to oracle.epm.fm.common.service.loadextract.LoadExtractHandlerService$ loadData_args.write(LoadExtractHandlerService.java:10087)

    at org.apache.thrift.TServiceClient.sendBase(TServiceClient.java:63)

    to oracle.epm.fm.common.service.loadextract.LoadExtractHandlerService$ Client.send_loadData (LoadExtractHandlerService.java:639)

    to oracle.epm.fm.common.service.loadextract.LoadExtractHandlerService$ Client.loadData (LoadExtractHandlerService.java:629)

    at oracle.epm.fm.domainobject.loadextract.LoadExtractOM.loadData(LoadExtractOM.java:269)

    at oracle.epm.fm.actions.LoadDataAction.execute(LoadDataAction.java:100)

    at oracle.epm.webservices.fm.ActionsService.LoadData(ActionsService.java:315)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    Post edited by: 2837182

    Got it working now.

    Case of a brain freeze. The data file must be located on the server.

  • Consuming SOAP Web Services

    OK, I have a web service that I am consuming in CF9. I am able to hit the wsdl with SOAPUI and see the results. The results come back as XML. Basically, it displays a list of rooms we use as meetings and show the time that they are reserved. Here's the CF code I wrote for him:

    < cfinvoke

    " webservice =" http://DWC-dreiman-w7e/WSExchangeMeetingRooms/Exchange.asmx?WSDL"" "" "

    method = "FindResourceDetailForDay".

    returnvariable = "FindResourceDetailForDayResponse" >

    < cfinvokeargument name = value 'c' = "Deerwood" >

    < cfinvokeargument name = value "d" = "" >

    < / cfinvoke >

    < cfoutput > value Test return #FindResourceDetailForDayResponse # < / cfoutput >

    However, this code returns this: Test value returns org.tempuri.FindResourceDetailForDayResponseFindResourceDetailForDayResult@13d9efc

    The information that SoapUI refers to the XML format is the following:

    < xmlns:msdata = diffgr:diffgram "" urn: schemas-microsoft-com: xml-msdata "xmlns:diffgr =" urn: schemas-microsoft-com: XML-diffgram-v1 ">"

    < calendar xmlns = "" >

    < Dwc-Hall-02 diffgr: ID = "Dwc-room-021" msdata:rowOrder = "0" diffgr: hasChanges = "Insert" >

    < StartTime > 06/10/2010-11:00 < / StartTime >

    < EndTime > 06/10/2010 12:00 < / EndTime >

    Busy < BusyType > < / BusyType >

    Meeting of Construction < object > < / topic >

    < location / >

    < IsException > False < / IsException >

    < IsMeeting > False < / IsMeeting >

    < IsPrivate > false < / IsPrivate >

    < IsRecurring > false < / IsRecurring >

    < / Dwc-Hall-02 >

    < Dwc-room-01 diffgr: ID = "Dwc-room-011" msdata:rowOrder = "0" diffgr: hasChanges = "Insert" >

    < StartTime > 06/10/2010 09:00 < / StartTime >

    < EndTime > 06/10/2010-11:00 < / EndTime >

    Busy < BusyType > < / BusyType >

    the management meeting < object > < / topic >

    < location / >

    < IsException > False < / IsException >

    < IsMeeting > False < / IsMeeting >

    < IsPrivate > false < / IsPrivate >

    < IsRecurring > false < / IsRecurring >

    < / Dwc-room-01 >

    < Dwc-room-01 diffgr: ID = 'Dwc-room-012' msdata:rowOrder = '1' diffgr: hasChanges = "Insert" >

    < StartTime > 06/10/2010 12:00 < / StartTime >

    < EndTime > 06/10/2010 14:00 < / EndTime >

    Busy < BusyType > < / BusyType >

    Strategic conversation < object > < / topic >

    < location / >

    < IsException > False < / IsException >

    < IsMeeting > False < / IsMeeting >

    < IsPrivate > false < / IsPrivate >

    < IsRecurring > false < / IsRecurring >

    < / Dwc-room-01 >

    < Dwc-room-01 diffgr: ID = 'Dwc-room-013' msdata:rowOrder = '2' diffgr: hasChanges = "Insert" >

    < StartTime > 06/10/2010 14:00 < / StartTime >

    < EndTime > 06/10/2010 15:00 < / EndTime >

    Busy < BusyType > < / BusyType >

    Meeting of the Board of the < object > < / topic >

    < location / >

    < IsException > False < / IsException >

    < IsMeeting > False < / IsMeeting >

    < IsPrivate > false < / IsPrivate >

    < IsRecurring > false < / IsRecurring >

    < / Dwc-room-01 >

    < / calendar >

    < / diffgr:diffgram >

    How can I go on access to information in the parent/child of the XML nodes? This is my first time with complex Web services in Coldfusion.

    SOAP means that you will need to send an item XML SOAP web service. Do something like:


    http://DWC-dreiman-w7e/WSExchangeMeetingRooms/Exchange.asmx?WSDL">
            


       
             http://schemas.xmlsoap.org/SOAP/envelope/"container ="http://www.w3.org/2001/XMLSchema"" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" > ""
                
                     http://schemas.xmlsoap.org/SOAP/encoding/"xmlns:ns ="http://your_own_namespace_url">."
                            Alexander
                          Alexandre test message 
                     

                 

             

       


           
               
               
               
               
               
           

           

    #xmlFormat (cfhttp.fileContent) #.


           
       
           
       

  • Satellite A210 - 10 c only works with the 800 Mhz instead of 1.6 Ghz

    Hello

    I have a very big problem. One day, I look in Vista on my resource monitor and see that the max freuquence is only 50%.

    So first of all I think that is no problem because the assets 'energy savings' energy recorded.
    I have a Satellite A210 - 10 c portable.

    So I switch to maximum power and perform a test of prime95. But hell, the max freuquence has not changed. I also installed everest and cpu z, but all programs show the same to me:

    My laptop only works with the 800 Mhz instead of 1.6 Ghz!

    I'm looking for drivers for the AMD processor, but you need not for Vista. Update all the drivers of Toshiba and Programms and BIOS (in fact, it is the 1.9).

    Nothing helps.

    As a last test, I reinstalled Vista, but also did not help.

    And now I'm at a loss what to do.

    I hope someone can help me.

    Good bye...

    Have you installed the Vista using the recovery CD or the original CD of Microsoft Vista?

    I ask because the restore CD contains all drivers for Toshiba and yellow exclamation marks should not be apparently in Device Manager.

    If you used the original CD of Vista I think that you have not installed the Package of Intel Robson.

    I found the package of Robson on the Toshiba driver-> Satellite P200 area page.

    Maybe you should check this.

    Your comments would be appreciated

  • LabVIEW 2013 executable only works on the development machine?

    Hi all

    I created an executable to distribute my test software, but it only works on the development computer. With success, I gave my front executables with labview 2012 on the target computers by simply creating the .exe in the project and then Explorer in installing labview nessary drivers and run the engine of time without problems. Now, I created a new test with Labview 2013 program and I can not get my new test .exe application to run on the target computer. Has anyone seen this kind of problem before?  Any help will be appreciated.

    Thank you


  • BlackBerry Z10 headphone only works with the left ear

    My headphones (beats studios) only works with the left ear when connected. The helmet has never had a problem on my old iPhone 4 and currently with my rMBP so I know that's not the headphones. Any suggestions?

    There seems to be a problem with the jacket of the head. They are defective for a few pieces and the jacket cannot recognize the HP in the same case, what makes the phone to give no sounds on the notification.

    Try to use different headphones. If the problem persists try replacing the model.

  • How to configure a web service primavera to return the data in the second database?

    Hello world


    We have P6 with WS first deployment on a single weblogic domain server. The first WS returns the first instance of database data.

    Then deployed to the WS second tip on a weblogic domain server separated with a different port. Set up the second WS with < WS2_INSTALL_HOME > / bin/dbconfig.sh, creating a new branch a configuration that specifies one second instance of the database. However, this configuration is ignored, and the second web services return data from the database.

    We have a single domain, including notably the following servers:

    Name / host / Port / deployments

    P6 / localhost / 0001 / P6 (v8.3), p6ws1 (v8.3)

    p6ws2 / localhost / 0002 / p6ws2 (v8.3)

    We have now two different files BREBootstrap.xml.

    P6 BREBootstrap.xml:

    < database >

    < URL > JDBC:Oracle:thin:@db1:1521:db1 < / URL >

    < user name > pubuser < / name >

    password <>anycriptopass1 < / password >

    oracle.jdbc.OracleDriver < driver > < / driver >

    < PublicGroupId > 1 < / PublicGroupId >

    < / data >

    < CfgVersion > 8.330 < / CfgVersion >

    <>configurations

    < name BRE = 'P6 Config_DB1"instances ="1"logDir ="anydir, P6EPPM, p6, PrimaveraLogs"/ >

    < / configuration >

    p6ws2 BREBootstrap.xml:

    < database >

    < URL > JDBC:Oracle:thin:@DB2:1521:DB2 < / URL >

    < user name > pubuser < / name >

    password <>anycriptopass2 < / password >

    oracle.jdbc.OracleDriver < driver > < / driver >

    < PublicGroupId > 1 < / PublicGroupId >

    < / data >

    < CfgVersion > 8.330 < / CfgVersion >

    <>configurations

    < name BRE = 'P6 Config_DB2"instances ="1"logDir ="anydir, P6EPPM, ws2, PrimaveraLogs"/ >

    < / configuration >

    "P6 Config_DB1" and "P6 Config_DB2" including the property database for the database 1 and 2 respectively.

    How to set up a second web service to return the data to the second database?


    Thanks in advance!


    Kind regards

    Dmitry

    So, answer oracle support:

    Looks like it is in the documentation, Web Services cannot be configured in this way as the other modules. See the following topics:

    BUG 19516437 - Is it POSSIBLE TO hardcode a DEPLOYMENT of SERVICES WEB P6 to an INSTANCE of DATABASE? (ask if this is possible)

    BUG 19579735 - FOR BEING ABLE to hardcode A P6 WEB SERVICES DEPLOYMENT to A DATABASE INSTANCE (corresponding improvement because it can be done).

    The problem has been resolved by the following:

    1 create the WebLogic domain.

    2 P6 and p6ws deployed on managed servers.

    3 configuration P6 uses the second instance of database and P6 has not begun.

    4 result: the p6ws (from additional domain WebLogic) returns data for the second instance of the database.

    Kind regards

    Dmitry

  • CSS only works on the page and not in the css doc

    So I have the following code for the shadows: h3.a {text-shadow:-50px 50px white, 1px 1px #00F}.  I put it on my css doc which is connected to my page, but it does not appear.  then I put it in the top of the page, and then it appeared.  Why it only works on the page?

    I just passed something like that for a few hours yesterday and realized that I was not saving the page external .css real after adding new styles.

  • Master - Detail of the object View and Javabean

    I have a table with data from VO (database, let's say in table A). This table has Id, name and processId table. I also have a second table below the first table, what data comes from a javabean (source data not DB). I created this bean data control, which in turn, I created the second table.
    What I want to achieve, it is when a user to select a row in the first table, I wish that the second table is updated according to the processId value of the selected row in the first table.
    Would you share how to do it?

    Thank you.

    Hello

    my Oracle Magazine July/August 2012 column covers a similar use case of Web Services that work in a relationship master / detail with ADF business components view objects. In this article I recommend using the programmatic view objects and entities that this ensures the consistency of the master / detail is handled by the template and cannot be controlled manually on the view layer. I think that the possibility of using a JavaBean domain controller and synchronize it with the object View is a valid option, however, if the rest of your application using ADF business components then I would consider programmatic view objects (and entities if the app is CRUD to the POJO too)

    Here's a sample and a good report:

    http://jobinesh.blogspot.in/2011/06/building-programmatically-managed_25.html
    http://jobinesh.blogspot.in/2011/06/building-programmatically-managed.html

    Frank

Maybe you are looking for

  • How can I move notes from one folder to another?

    I thought that some of my notes were missing, but it seems that some are stored in icloud and the other in different files associated with my personal email address.  How can I make sure that they are all on the icloud (in case I lose my phone, when

  • Problem with 'The Witcher Enhanced Addition' with Windows 7

    I recently bought a copy of the witcher. I was able to install it on my computer (windows 7), but when I tried to start the game, it appeared a warning box that says that the minimum requirements were not met. It's hard to believe because it works on

  • In the case of flat sequence LED

    Hello I have 2 flat sequence event with 1 LED in each event. How can I turn on the LED when the start of the event and the OFF when the event ended before he will move to the next event. Help, please. Thank you

  • How to remove page ActionItem

    Consider the following QML: Page { actions: [ ActionItem { id: action1 } ]} I have (QML) how to remove the toolbar Action plan1? The action1.visible property does not exist. I suppose that if I could get in some sort of reference to the ActionSet of

  • Need a driver for Canon Selphy CP400 with Windows 7

    There is no driver support for my Canon Selphy CP400 constructor.  I am running windows 7.  What can I do to get a driver for it so my printer working again?