How to make a request on a URL using webworks development environment?

Hey geeks,


How to make a request on a URL using webworks development environment?


Thanks in advance...!

"A request for a url" you try to perform an ajax call and it does not work? Any field/origin you're wanting access must be white listed in a element in the config.xml file. Details of this are in the WebWorks development guide

Tags: BlackBerry Developers

Similar Questions

  • How pass an array into a php url using the flex http service?

    How pass an array into a php url using the flex http service?
    im making something like this:
    http://localhost/flex_php/example_return_xml.php?id= {mylist}
    -mylist? TABLE
    -If I try to use a text variable it works for example. {myvar.text} where myvar is a text input

    Any idea!

    How can I get using XML?
    I tried to push the table in a textinput & sent the text of entry in php, it worked!

  • How to place an apostrophe in a URL using Javascript

    Can someone tell me how to have an apostrophe in a URL using Javascript. I created a Javascript function in which I spend multiple column values in a report of the APEX.

    The URL of the report link that I use is "JAVASCRIPT:passBack('#EMP_ID#','#Name#','#e-mail#')".

    The problem occurs with the name and email columns contain a single quotation mark (i.e. of James O'Brien)

    You can add a new column to your report - do not show this--this column is replace(e-mail,''','\''') "e-mail2", then go e-mail2 instead of e-mail to javascript.
    Same thing for the name and everything

    Saad,

  • How to get the functionality of the Plugin BB10 webworks development using phonegap.

    Hi all

    How to get the functionality of the Plugin BB10 webworks development using phonegap.

    Thank you all

    Here is a link to the documentation specifically: http://docs.phonegap.com/en/2.6.0/guide_plugin-development_index.md.html

    We will update the things little when we adopt a more close relationship with Cordova.

  • How to make a request on several employees salary increment

    Dear gurus,

    I want to apply increment on the wages of many employees without going through the window of salary for each employee. Someone knows how to do, or in any case which still exists? It will make my job a lot easier.

    Hiya,

    Pls check Metalink Note: * salary Administration installation and use [201235.1 ID] *.

    MAINTENANCE OF MULTIPLE SALARIES

    Use the record of wages management to work with sets of assignments for the mass
    entering and approval of salaries.

    Navigation: U.S. rrh > people > payroll

    If you, for example, 10 employees to approve salaries, you can
    CTRL - click to select these employees and then click approve. If
    you have a significant number of employees or manipulate data on wages.
    Launch the Application Data Export (ADE).

    A. interview assignments you want to work with.
    B. then on salary management, click the icon of the ADE to start ADE.
    C. in the extract ADE, select the style of the 'proposal for a salary"and select spreadsheet. Click Start.
    D. change the data in the worksheet. Save the spreadsheet with a new name.
    E. exit of the worksheet.
    F. in ADE, choose the Download"" button.
    G. support to choose and select the new worksheet that you saved.
    H. Select Tlchg.
    I. update data in the payroll window.

    Hope that helps,

    See you soon,.
    Vigneswar

  • How to make a request for Validation on the field of comments in BPM Worklist task details Page

    Hello
    I am newbie to SOA 11 g.

    I use SOA 11 g and Jdev 11.1.1.3 for development. I created a human with two results (APPROVE, REJECT) and task able to display the page the task details in the BPM list. I have the comments of default section that comes by 'Auto generation of ADF Taskflow' in the Task Details page. This comments section will display the comments of several users who have access to the task. I want to add validation for the field of comments as below-

    (1) to DISMISS the action, we must check whether or not the APPROVER had provided the reason for REJECTION in the comments field. If this isn't the case, we need to display a popup asking him to provide observations of REJECTION.
    (2) on the action to APPROVE, no need to check for comments, so no validation is necessary.

    Can someone give me some ideas how it is possible.

    Thank you
    Udaya Neeliahgari

    Hello
    Try the following...
    In the composite open y'r process bpel... and then to expand the human task... you will notice a task entitled just before the initiateTask run the following two copy operation in the task of AssignTaskAttributes within the scope of the human task.

    IMP Note: The variable is the variable initiateTaskInput of the human task field. Don't assign not on on the global variable

    1 assign a string value "REJECT" in the expression (assuming that you do so that the result of REJECTION) and assign it to the variable

    /TaskService:initiateTask / task: task / mission: systemAttributes / task: preActionUserSteps / task: preActionUserStep / task: results

    2 assign the string value "PROVIDE_COMMENTS" in the expression and assign it to the variable

    /TaskService:initiateTask / task: task / mission: systemAttributes / task: preActionUserSteps / task: preActionUserStep / task: userStep

    view the .bpel file source y'r and make sure that you see something like the following:




    Query = "" / taskservice:initiateTask / task: task / task: systemAttributes / task: preActionUserSteps / task: preActionUserStep / task: result "/ >"




    Query = "" / taskservice:initiateTask / task: task / task: systemAttributes / task: preActionUserSteps / task: preActionUserStep / task: userStep "/ >"

    Just deploy the app... and when you try to dismiss... it should appear the message.

    concerning
    Raja

  • How to make a request to a database?

    Hello

    I just want to know if it is possible to connect to a database with a smartphone application written in java, to make the query to the database?

    I had to use the webservices?

    Thank you for your help.

    Yes, you will need to use webservice / some server script to access the db server.

  • How to make this request?

    Hi all

    I am using oracle 11g,

    Here is my requirement.

    Name of the table - emp_test with two columns

    emp_id emp_text

    1A - 000045 level of protection of personal information

    B-09087 of level 2 of the privacy

    3 level of confidentiality A 098765

    4b level of confidentiality-00876

    Expected result

    emp_id emp_text emp_text1

    1 null of A-000045 level of intimacy

    2 null B-09087 level of privacy

    3 level of confidentiality A 098765 null

    4 null B level of confidentiality-00876

    Concerning

    Dale

    Hi, Dale,

    So, sometimes, the column emp_text in the output is identical to the emp_text column in the table and emp_text1 is null, and sometimes it's the other way around; is this fair?

    How do you decide when the emp_text of output is identical to the original emp_test, and when it is NULL?

    Depending on your needs, your data and your version of Oracle, here's one way:

    SELECT emp_id

    CASE

    WHEN emp_text AS "Prvacy % level".

    THEN emp_text

    END AS emp_text

    CASE

    WHEN emp_text NOT AS "Prvacy % level".

    THEN emp_text

    END AS emp_text1

    Of emp_test

    ;

    If you would care to post CREATE TABLE and INSERT statements for your sample data, then I could test it.

  • How to make a request for validation of master-detail

    Hello all;

    I have an attribute Total points in Master table... I want to apply validation on secondary table where the attribute is get marks.

    Ways to say what teacher enter brands in retail VO (attribute obtain marks) and then get marks must be equal or less then total points of master table.

    Thank you

    Concerning

    Jason Sheharyar wrote:

    Dear Ashish;

    I do the same thing... as you said... this link

    Born in DeBug: entity attribute Validation rule (business rule) from master view object attribute example ADF 11 g

    I got the error shows

    STRINGMANAGER: Key: entity.exam.classExamResultEO_Rule_0 not found in oracle.javatools.resourcebundle.ResourceBundleRT bundle

    Hi Jason,

    Do you use resource bundle in your application to display label and text?

    If Yes, then set your commit message in your xml file and put the key in handling tab of EO Validation rule failure

    then go to the source of the OT and see res_id should be identical to your key, if not then paste there

    ensure that there should be a reference for your configured resource package and go after the source XML Eo

    <>

    MsgBundleClass="mstapp.view.label.Resource"/ > / / change this according to your classpath in Java resource file guidelines

  • How to make a photoshop template repeat and use in Illustrator?

    Hello

    I want to be able to make a template that I created in photoshop and bring it in Illustrator and be able to fill an object with the pattern. How can I do this?

    Thank you

    1 copy the boss of the PS to the Clipboard and paste them in I.

    2. drag the object stuck in the Swatch Group (it becomes a swatch model).

    3. fill the selection with the shade.

  • How to make the focus at Adobe Reader using JavaScript

    Hello

    I launch a URL in my PDF startup script in Adobe Reader (using app.launchURL).

    How can I return the focus to Adobe reader, so this window belongs to new assets above the browser?

    I am able to handle it in a browser (like IE) using Java, but other causes me problems, that is why I wonder, if the Acrobat JavaScript code could help me!

    Thank you!
    By

    You can't do that with Acrobat JavaScript.

  • How to make sure that no one is using our email but we

    Hello .We currently bought our business from angie and rob ditzler... .We currently receive its emails and our... being that she used the same email but we currently have for our business. How can we continue to use sales at stonycreekwhitetails dot com without anyone else which is attached to our email. Thank you so much leeann landis

    You must address this issue with the previous owners of the address, and one that provides it to you. It seems that if the previous owner has not given up the e-mail account. You can probably change his password to stop the former owner to use the account/e-mail address, but you cannot stop people from emailing for her. If the Ditzlers (who are? Why do you think we should know them?) stopped using an address then it is for them to notify their correspondents a new address.

    An email address is unique; It may only resolve on the same account. If you think that this address has been sold to you and the previous owners think it's always to them, then you will need to resolve between you. You cannot use the same address and expect privacy.

    Thunderbird is just an email client. It retrieves everything that happens in your Inbox. He has nothing to say who has an account.

  • How to make an application on iOS to use OSx Keychain information?

    Using an iMac with El Capitan and an iPhone with iOS9:

    So here I am: I've set up an account on a website (www.eurostar.com) via my Mac with os x El Capitan using Keychain iCloud with its suggestions of strong passwords.

    Bought a train ticket from Paris to London.

    Downloaded the Eurostar App on my iPhone with iOS9 having the available train ticket on a trip.

    But when you use the Eurostar, Keychain does not provide me with the password for the connection.

    Is there a problem with the help of key-ring between the pages in Safari on a Mac and the connection on an iPhone APP?

    Or it only works in Safari on all platforms?

    So:

    "what I'm doing wrong?' or

    "How can I keychain to fill in a password in an application that is hidden somewhere in the login keychain items?"

    Someone at - it an idea?

    Keychain is reserved for the Safari Web sites.

  • How to make a table with ActiveX Excel using Excel_RangeSetValue2?

    Hello

    I want to make a table in Excel. For this, I use two functions: Excel_WorksheetGetRange and Excel_RangeSetValue2.

    I write the table on Excel file, but only the first instance of the table is copied.

    Here, a part of my program:

    char * DataToWrite = {"A", "B", "C", "D"}

    cCell Char [10];
    VARIANT vCell, data;

    ExcelObj_Worksheet hWorksheet;

    ExcelObj_Range hRange;

    ...

    CA_VariantSetCString (& vCell, cCell);        cCell = a1: a4
    Excel_WorksheetGetRange (hWorksheet, NULL, vCell, CA_DEFAULT_VAL, & hRange);
    CA_VariantSetCString (& Data, DataToWrite);
    Excel_RangeSetValue2 (hRange, NULL), data;

    Here what I get when I'm compiling on Excel file:

    A

    A

    A

    A

    You must use the other instructions to complete the range of cells:

    strcpy (msg, "A1: a4");
    CA_VariantSetCString (& MyVariant, msg);
    Excel_WorksheetRange (ExcelWorksheetHandle, NULL, MyVariant, CA_DEFAULT_VAL, & ExcelRangeHandle);
    Excel_RangeActivate (ExcelRangeHandle, NULL, NULL);

    Create a SafeArray of data table
    CA_VariantSet2DArray (& MyVariant, CAVT_CSTRING, lines, 1 table);
    Transfer data to Excel range
    Excel_SetProperty (ExcelRangeHandle, NULL, Excel_RangeValue2, CAVT_VARIANT, MyVariant);

    ClearObjHandle (ExcelRangeHandle);

  • How to make the bigger picture and I use the Smartmedia webcam? Greater on a desktop or even laptop

    It is a Pavilion dv6 laptop. I was hoping to make the bigger picture. Would be a webcam on the desktop, give a larger image?

    Win 7, 64 bit.

    Hello

    You can zoom full screen BUT the result OR the cadence will be terrible. You need a better webcam IF your machine can lead to a higher resolution for the webcam.

    Hope it makes sense.

Maybe you are looking for

  • Pavilion G6-1321SX: I lost my product key Windows 7:(comment je peux le trouver?)

    I installed a new Windows 7 because I had problems with the previous, and I thought that the Windows product key is here somewhere, but I couldn't find it anywhere! not at the back of the laptop, not in the textbooks, nothingIs there a way to know wh

  • Audio code 10 and 28 Dell

    I reinstalled xp family on a dell 6400 but can not get any sound his send me codes 10 and 28 I've used Dells Web site for new drivers but nothig seems to work any help would be appreciated.

  • I am more able to send emails in Outlook Express, misdiagnosis: ' outgoing server does not.

    .. . Only receive them. It worked until a couple of days.  A diagnostic test says ' outgoing server does not... He asks me to return my password... I have are about running a new diagnosis and said "everything is now functional... but always coming o

  • Opening a DV7 4050ed

    I have this dv7-4050ed with a broken hinge. In other words: the hinge broke out of the envelope. In order to assess the damage and see if I can fix the thing, I need to open the laptop case. I unscrewed until something like I don't know how many scre

  • Want 5530: Connect my 5530 want a router to talktalk

    I'm trying to connect my printer so that it can communicate with the Server Instant ink, but without success. The printer is connected to my home network wireless and works very well. I can print wireless using my desktop PC. When I connect to my sna