Confirmation of the user entry

I have an HTML region which has various elements of 'text' and 'textarea '. All of these have source type as 'Column DB', and Source used to "always replace existing..."

There are buttons like create, cancel. I want everything that user input provides in these points should get loaded into the database when the user clicks on the button create.

It works (using methods 'Automated row fetch' and "Auto-line treatment") but the problem is I want the user to confirm its actions through a confirmation window, which notifies the user of its action and give the option to click 'Yes' or 'no' accdgly. And insertion of data should occur only if the user clicks 'yes '.

I searched the forum and see like javascripts

onclick = "if (confirm (" are you sure you want to lose unsaved changes?'"))" doSubmit ('CANCEL')"

but he never gave me a new window where user can click 'Yes' or «» Surely I'm missing something.


Thank you
RN

Hello

In "Optional URL Redirection" region Select 'URL' button in ' target is a.

Write javascript:if (confirm ("are you sure you want to lose unsaved changes?'")) doSubmit ('TEST') in 'target URL '.

This will solve your problem.

Kind regards

Kitenge

Tags: Database

Similar Questions

  • How to remove the confirmation to the user?

    Hello

    Can someone tell me how to remove the confirmation to the user while sending sms from the application. When sending sms prompts it, well, it comes off? Sign the application deletes this prompt or he needs something else to do? Moreover, I would also like to know the confirmation when using http to call the url.

    Any help would be a great help.

    Thank you & best regards

    Sunil

    Please refer to this post for more information on the safety instructions that may appear in your application.

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&message.ID=320&query.ID=1785...

  • Phone call and dial a number without confirmation to the user

    Hi Forum,

    I am trying to initiate a phone call from a Webworks HTML5 app. I don't want to use something like ... because it shows a confirmation dialog box that must be confirmed on the phone. I want to start the call with no other user interaction. Is this possible with the Webworks framework?

    This is my code:

    function docall() {
        blackberry.invoke.invoke(
            {
                type: "application/vnd.blackberry.phone.startcall",
                action: "bb.action.DIAL",
                data: "{'number': '0123456789'}"
            },
            onSuccess,
            onError
        );
    }
    
    function onSuccess() {
        console.log("Success");
    }
    
    function onError(error) {
        console.log("Error: " + error);
    }
    

    I tried a few alternatives for the attribute data as it send via the uri attribute:
    URI: ' data : //local?number=0123456789.

    Nothing really works. The onSuccess callback is called and it opens from the phone app, but no number is dialled. It shows just the last calls (probably because it's the first screen of the phone app).

    Is there something left? Can a webworks app dial without the intervention of the user more away?

    I am aware that the user must confirm a phone call. Otherwise, a developer could have the user dial any phone number they wanted.

  • Confirmation to the user before the launch of BR

    Hello

    We have clear data BR and warning would need the user / confirmation message so that users are very careful when running it. He should ask users like "are you sure you want to clear data for" + name Var

    I've explored @return but stop calculations. This seems to be the simple requirement. y at - it a simple option that will allow the users before they the execution of business rules.

    would appreciate if you can share your experience.

    concerning

    Just to expand on my previous post, I got the chance to test and it does not work with an RTP.  in my example, I've set up a RTP with type as a string, and then using a string comparison, I checked to see if the value is equal to 'YES '.

    Here is the part of the rule that matters in my case Yes condition simply results in a different error, but you could change it around to fit your need.

    IF (@hspstringcompare ({RTP_AreYouSure}, 'YES'))

    @RETURN ("You were sure!", ERROR);

    ON THE OTHER

    @RETURN ("' I don't know were you?", ERROR ");

    ENDIF;

    I hope this helps.

  • Request confirmation from the user before the table droping

    Hello
    I need to create a script that ask the user a confirmation until he runs the script of this fall a table as "you check the log file before droping table O/N.

    I'm starting to do it, but it does not work well, I am new to sql and PLsql

    accept invites condition "you check all the log files (Y/N).

    DECLARE
    V varchar2 (1): = 'n';
    BEGIN
    If & condition = V then
    EXECUTE IMMEDIATE ' drop table t;
    on the other
    dbms_output.put_line ('Please check your log file");
    end if;
    END;
    /

    Kind regards

    Vittel wrote:
    Hello
    I need to create a script that ask the user a confirmation until he runs the script of this fall a table as "you check the log file before droping table O/N.

    I'm starting to do it, but it does not work well, I am new to sql and PLsql

    accept invites condition "you check all the log files (Y/N).

    DECLARE
    V varchar2 (1): = 'n';
    BEGIN
    If & condition = V then
    EXECUTE IMMEDIATE ' drop table t;
    on the other
    dbms_output.put_line ('Please check your log file");
    end if;
    END;
    /

    If the value of condition is the single character N, then

    if &condition=V then
    

    will be sent to the compiler as:

    if N=V then
    

    Which means that there is a variable called N.

    I think what you mean is:

    if '&condition' = V then
    

    who will be sent to the compiler as

    if 'N' = V then
    

    Note that the variable substitution (as & condition) are evaluated and replaced before the code PL/SQL is compiled, you can use substitution variables, as in an anonymous block, as you do, but you can't use them in a stored procedure to get the running user input.

  • Query the user entry - limit

    Hello

    I use the VI 'Invite to user input' to enter a text in the field for the "text input box. However, I need to limit the number of letters of this entry. Someone has done this before?

    Thank you

    Dan07

    P.S. You, of course, will need to create your own version of this Express VI. Just convert the Express VI into a regular VI (right-click on it and select "Open the front panel".) This will give you a copy of the VI that you can modify.

  • Prompt the user for entry as a vi

    I have a weird problem.

    When I run a program that has two under 'interrogate the user entry' vi in a row, one does exactly what it's supposed to.  The second opens as a Labview VI.  This means you cannot use it as planned and so it is a part of the overall program cannot run.  I think that this problem began to spontainiously as I have not change this part of the program at all.   I even tried to delete the old under vi and replace it with a new and the problem persists. Any ideas on that? Joined the program and looks like a picture of what the error. Sorry the program is great, but the problem occurs in the early stages.

    Thank you

    JO

    Hi John,.

    The problem probably isn't with your user to enter vi, it's probably in the upper loop of your program.  I think that your second entry vi opens, then your upper loop begins to run before the user can enter anything, there is a mistake in the upper loop that stops LabVIEW and let your dialog box open.  You can watch this happen if you open the block diagram and turn on "highlight the execution."

  • Problem of the El Capitan 10.11.4 and prompt orders/confirmation of the very slow connection wifi

    After that update to "El Capitan 10.11.4" my macbook pro is not able to connect to wifi public networks that invites for an acknowledgement of receipt/confirmation to the user.

    The login is also unbearably slow (about 5 minutes), but luckily, everything seems to work once connected. It seems that the wifi problem is related to the slow connection in what I saw the google wifi guest come up starbucks and disappear during the process of connection of five minutes of time (reboot wifi has not triggered the prompt after compulsive attempts).

    I read topics similar and tried the option presented by robertk1 in difficulty to El Capitan stuck during the connection , but still the same problem. I tried the signed two disconnected (e) icloud and make sure that there is no startup slow process daemon/agent.

    Here's my laptop specs: MacBook Pro (15-inch, mid-2014, retina), 2.8 GHz Intel Core i7, 16 GB 1600 MHz DDR3, Iris of Intel Pro.

    I am considering re-installing and getting ready for a backup. I am wondering anyone has recommendations about what else I can try as a last resort. It seems there should be a way to repair this.
    Below are some of the log entries which seem relevant for the processes taking the longest time.
    Thank you for any help, insight and tips,
    Enrique

    Here are the ongoing entries from 09:35-09:40... There is more input before connecting, but they seem irrelevant.

    22/03/16 9:35:40.103 PM UserEventAgent [270]: name of the event for flow/token could not do: com.apple.xpc.activity/24: 132: outdated data request

    22/03/16 9:35:40.183 PM cloudphotosd [295]: determine the start of the transition service: service = personId = com.apple.photo.icloud.cloudphoto * lastKnownPersonId = (null) targetState = 0

    22/03/16 9:35:40.183 PM cloudphotosd [295]: determine service transition end: currentState 2: 3, shouldEnableService: 0

    22/03/16 com.apple.photomoments [354 9:35:40.189 PM]: GEO: recovered Server geo rev version version configuration file: 9

    22/03/16 9:35:41.108 PM DCs [284]: error in __SOSUpdateKeyInterest_block_invoke_2 get the interests of the ring (null)

    22/03/16 9:35:41.121 PM CloudKeychainProxy [357]: __45-[UbiqitousKVSProxy doEnsurePeerRegistration] _block_invoke < UB - e - C > ensurePeerRegistration called, success ((null))

    22/03/16 9:35:41.124 PM DCs [284]: securityd_xpc_dictionary_handler IDSKeychainSynci [356] SetDeviceID error Domain = com.apple.security.sos.error Code = 1032 'no equal for me' UserInfo = {NSDescription = no equal for me}

    22/03/16 9:35:41.125 PM DCs [284]: securityd_xpc_dictionary_handler IDSKeychainSynci [356] SetDeviceID error Domain = com.apple.security.sos.error Code = 1032 'no equal for me' UserInfo = {NSDescription = no equal for me}

    22/03/16 9:35:42.943 PM configd [60]: network modified

    22/03/16 9:36:06.711 PM cfprefsd [146]: BUG in libdispatch: 15E65 - 1718 - 0x0

    22/03/16 9:36:08.832 lsd [276] PM: LaunchServices: currently 0 installed placeholders:)

    )

    22/03/16 9:36:37.584 PM logind [103]:-[SessionManager getClient:withRole:inAuditSession:]: 241: ERROR: no dictionary of session for the audit session 100018

    22/03/16 9:36:37.584 PM logind [103]: _SMGetSessionAgent:73: ERROR: failure of __SMGetClientForAuditSessionAgent 2

    22/03/16 9:36:37.584 PM IMRemoteURLConnectionAgent [363]: SACShieldWindowShowing:925: ERROR: NULL response

    22/03/16 9:37:08.528 PM apsd [84]: attempt to push wake subjects without dark wake active:)

    22/03/16 9:37:08.530 PM apsd [84]: attempt to push wake subjects without dark wake active:)

    22/03/16 9:37:08.531 PM apsd [84]: attempt to push wake subjects without dark wake active:)

    22/03/16 9:37:08.533 PM apsd [84]: attempt to push wake subjects without dark wake active:)

    22/03/16 9:37:08.546 PM apsd [84]: attempt to push wake subjects without dark wake active:)

    22/03/16 9:37:08.546 PM mapspushd [365]: [warning] Services all gone, delete all accounts

    22/03/16 9:37:08.547 PM mapspushd [365]: [warning] Services all disappeared, removing all activated accounts

    22/03/16 9:37:08.547 PM mapspushd [365]: [warning] Services all disappeared, removing all dependent features

    22/03/16 9:37:08.561 PM askpermissiond [369]: StoreTransport: reset connection by using production environment name APS

    22/03/16 9:37:25.346 PM corecaptured [208]: CCProfileMonitor::freeResources done

    22/03/16 9:37:25.346 PM corecaptured [208]: XPC error: invalid connection

    22/03/16 9:37:25.346 PM corecaptured [208]: CCDataTap::profileRemoved, owner: com.apple.iokit.IO80211Family, name: AssociationEventHistory

    22/03/16 9:37:25.347 PM corecaptured [208]: CCLogTap::profileRemoved, owner: com.apple.iokit.IO80211Family, name: OneStats

    22/03/16 9:37:25.348 PM corecaptured [208]: CCLogTap::profileRemoved, owner: com.apple.iokit.IO80211Family, name: IO80211AWDLPeerManager

    22/03/16 9:37:25.349 PM corecaptured [208]: CCLogTap::profileRemoved, owner: com.apple.driver.AirPort.Brcm4360.0, name: DriverLogs

    22/03/16 9:37:25.349 PM corecaptured [208]: CCDataTap::profileRemoved, owner: com.apple.driver.AirPort.Brcm4360.0, name: StateSnapshots

    22/03/16 9:40:49.934 PM loginwindow [102]: ERROR | -[ApplicationManager handleCASEvent:withData:] | SetupAssistantSpringboard exit by user zero stateful session: 171, continuing connection

    22/03/16 9:40:49.934 PM loginwindow [102]: ERROR | -[LoginTransition setDarkInstallShieldEnabled:] | Attempt to shoot dark install shield when he was not a

    22/03/16 9:40:50.045 PM WindowServer [178]: * DMPROXY * (2) found "/ System/Library/CoreServices/DMProxy. Run with arg = - login

    22/03/16 9:40:50.050 PM WindowServer [178]: * DMPROXY * (2) found "/ System/Library/CoreServices/DMProxy. Run with arg = - AMBDprefs

    Download and run Etrecheck.  Copy and paste the results in your response. Etrecheck is a diagnostic tool that has been developed by one of the most respected users here (and recommended by Apple's Support personnel) of the CSA to provide a snapshot of the system and help identify the most obvious culprits that can adversely affect the performance of a Mac.

  • 'forcing' the user for text input prior to the presentation?

    I want to "force" users to enter text in three fields of text separated on a side box before you click on a click (on the bottom of the slide) box to continue the presentation. There is no "submit" button for each of the text boxes because there are three variables separated on the page, one for each text box, and I don't want a user to click on 'send' three times, once for each text box. I only want the user to fill out all three text fields before continuing with the presentation. As it is now, with three text boxes in a slide, the user can avoid entering any text all and simply click the box click to continue.

    Is there a nice advanced for this action? JavaScript?

    Does anyone have any ideas how to do this?

    Thanking you in advance!

    Can be done with advanced actions, but first I need to know if you can force the sequence for the ETB? You do not want a "submit" button, but the entry in BER must be confirmed by the user, or by a button "submit" a shortcut key. Now you can't use the same shortcut to multiple interactive objects, so if you assign an entry as a shortcut key this is possible only for BER. My workflow, if you can force the sequence, is to put the button submit to the first TEB, made transparent and without any text inside, on top of the second TEB (the field itself), so that when the user clicks this area to the second entrance, at the same time it confirms the entry for the first TEB.

    I've been blogging about multiple submit BER with a button (just remembered it):

    Several TEB with a Submit button

    Like to check if the user has entered something in ETB, you need a tip action and a v_null variable empty user. I blogged about this kind of variable user as well (sorry for all the links, but you can find a lot more explanation here):

    Where there is no

    You can put the button next up, but leave it to trigger a tip action that checks to see if one of the ETB has value = v_null and in this case show a warning text legend. If none is set to = v_null you go to the next page

    Lilybiri

  • Change 'prompt the user for input.

    Hi all.

    Is there any VI 'Interrogate the entered user' where do I include entries of type enum or ring? If this is not the case, how can I change the VI 'Interrogate the user entry' to do this?

    Thank you

    Francisco

    Right-click on the express VI and select 'open the front '. He converts it into a regular VI that you can modify. Or, simply create your own VI from scratch. Look at the examples of delivery for ' pop up

  • Prompt the user for a parallel process

    Hello

    I am developing a software where I constantly read data from equipment. There is a command that requires a password to enter in this software. I tried to use the query the user entry to receive the password for the user. However when the guest user screen opens, my software stops the reading of data from the equipment until the user enters the password. I don't want that. I want to read the data coming from the equipment, while the user inserts the password again.

    Is it possible to run the query the user entered a parallel process during execution of the read data part? Is there another way to request a password from the user?

    Thank you for helping!

    Hi Ariyoshi,

    LabVIEW is based on DATA streams. When there is no dependence on the data between segments of code, and then they run in parallel.

    Put your password dialog box in a parallel loop...

  • Element of Interaction of the user - settings no.

    I am trying to create a workflow with an user interaction component, but when I run the workflow and user input is required the interface shows all the fields. I tried linking to existing attributes as well as external contributions new creation but could not get anything except the description field for the item of user input to display. The entry workflow appears without a problem when I first run the workflow but after that I can't find a way to display to the user entry fields and continue the workflow.

    I don't get the same message "No setting" if I choose weboperator view or right-click on the workflow paused and choose the answer.

    It's something simple I'm missing?

    Hello

    I think I've discovered what the problem is. There is a problem with UTF-8 characters, such as those that probably exist in the content of your files. The problem arises when these characters are assigned to an attribute of a workflow and a piece of the User Interaction is present. This is the trickiest part as it apears if the user input is invited, after that the value is present, it's why you do not experience this problem when the user is before the retrievement of these files.

    I can suggest this work around for you - encapsulate the logic that sends the e-mail interaction and expectations for the user interaction ('Send interaction' and "Do you want to apply") in a separate workflow. Then replace these 2 elements with this workflow in your current workflow.

    Please reply if this is the problem and if workaround fix it

    Tony

  • The user AD setAttribute questions

    I try to use the AD_User.setAttribute method as part of an workflow to unlock a user account, I can read the attribute, but it does not appear to be written correctly.

    My code is:

    User.setAttribute ("lockoutTime", "0");

    When the user is of type AD: User

    The workflow runs successfully, but I can read the attribute and the lockoutTime value has not changed.

    I'm this call correctly, or is this a bug?

    It turns out that SSL is NOT required to do this. After a bit of back & comes with some internal contacts, I advanced and tried again in my dev environment...

    Windows 2003 domain controller...

    Set group policy to accounts to lockout during 120 minutes after 3 failed password attempts

    Connection attempt 4 times with password invalid

    experienced account has been locked

    Confirmed my plugin announcement has been configured with and ADMINISTRATIVE account

    The following code to unlock the locked account:

    user.setAttribute('lockoutTime','0');

    In the line above, 'user' is my AD account: User has been locked. After the execution of the workflow containing this code, I have confirmed that the user was more llocked outside and could connect to my Windows 2003 domain.

    UPDATE: just as tested in a different environment to test this using a Windows 2008 R2 domain - same results as above. Account successfully unlocked using user.setAttribute('lockoutTime','0');

    Post edited by: Burke.

  • Get the value of the user in plsql environment

    Hi all

    I am writing a program like below:

    DECLARE

    v_user VARCHAR2 (10);

    v_pswd VARCHAR2 (4);

    v_cardN VARCHAR2 (5);

    v_authState BOOLEAN;

    v_choice NUMBER;

    BEGIN

    DBMS_OUTPUT. Put_line ("Welcome to the Bank! Enter your 5-digit card number ");"

    v_cardN: = '& Card_Number';

    v_user: = "& username ';"

    v_pswd: = "& PIN";

    v_authState: = Authenticate_user (v_cardN, v_user, v_pswd);

    IF this is v_authState THEN

    DBMS_OUTPUT. Put_line ("failed authentication! Please re - enter your details).

    GOTO end_line;

    ON THE OTHER

    DBMS_OUTPUT. Put_line (' authentication successful!) Welcome ' | v_user);

    -ATM_Operation();

    END IF;

    DBMS_OUTPUT. Put_line (' what do you want to run');

    DBMS_OUTPUT. PUT_LINE(' 1.) Balance inquiry '. CHR (10) | "2 remove ' | CHR (10) | "3 deposit '. CHR (10) | ("4 check last three Transactions ');

    v_choice: = & choice;

    < < end_line > >

    NULL;

    END;

    /

    Enter the value of card_number: 12347

    Enter the user name: Himanshu

    Enter the value for the PIN: 1234

    Enter the value of the choice: 3

    Welcome to the Bank! Enter your 5-digit card number

    Authentication failed! Please enter your details

    PL/SQL procedure successfully completed.

    It's getting all values quoted with & < variable > got guest quickly even if requested subsequently.

    What is my requirement is: I want the value that arises only when it is requested in order. As choice is requested only after successful authentication.

    Have we not all features in plsql done for user input in this way.

    Please let me know is there within language plsql or not? Or it is possible by taking help of coding code plsql with unix environment or java to achieve?

    It's getting all values quoted with & got invites quickly even if requested subsequently.

    Of course they are! SQL * more is a client tool. It will be:

    1 parse the input

    2. ask all THE required values

    3 replace the values by the user entry in the code

    4. present the code for execution

    5. display the results.

    The code runs on the server and the server has NO contact with the user.

    What is my requirement is: I want the value that arises only when it is requested in order. As choice is requested only after successful authentication.

    Then, you will need to write a client application that will ask at your leisure. Write a Java application to do and then use JDBC to send code or queries to the database.

    Have we not all features in plsql done for user input in this way.

    No - PL/SQL runs on the server. The server has NO contact or interaction with the user.

  • How to capture the input value of text by the user in a popup page search LOV?

    I need to capture the user entry in the LOV search page. I added a controller in the LOV region, and the speed is also work, but I have to hold the entry to search for in the contextual search page. Also do you know what the text entry id "keyword"? then I can try store the value in LICS of the Commander.

    Hello

    Why do you need to write code in LICS?

    You have the user type field in your query of Lov VO (then only you had created search are they allowed in Lov research/item of type user), I proposed is just changes to sql to check if the user type is vendor and caters fields null., something like below for each address field:

    , DECODE (user_type, "PROVIDER", NULL, ) address_field1

    You should always share full details, including related sql code and xml on your question to avoid all these discussions back

    Kind regards

    Sandeep M.

Maybe you are looking for

  • "Tools" is missing from the drop of the orange Firefox button.

    I'm pretty sure that in 4.0 the orange button Firefox was an 'Tools' part, but now it seems to have disappeared from the drop-down list. Where at - it go? I know how to access via F10, but this should be necessary, it should?

  • "Windows is not genuine" after I had re-place HDD

    Recently I replaced my hard drive because it did not, and when it was repaired the windows product key has been lost.I can't find the cd/manual with the above key (if that is where it is) and the product key on the bottom of the laptop has SCRUBS OFF

  • Re: Bang &amp; Olufsen sound is very small and her awlful...

    Problem similar here on HP returned the group as audio failure diagnosis was the result unit reurned and tested on after 20 minutes BBC radio same terrible first problem noise not his systeyem B & O rubish visited their site and then they recognize n

  • Equium A110-233: where to get the recovery disk

    Hello I just wanted to know where to find a system restore cd since I lost mines.I want to restart the whole system, but I lost the CD.

  • Satellite Pro L300 - where to get the recovery DVDs

    Hello Can someone help me please. My satellite pro L300 laptop has crashed I have repaired.Unfortunately, I have no operating system such as Windows Vista recovery disk. I can't find how to get these discs on Toshibe website or to be honest, that the