Search Result

Collapse
4 results in 0.0041 seconds.
Keywords
Members
Tags
error handling
  •  

  • rickenjus
    started a topic an error handling code doubt
    in C

    an error handling code doubt

    I want this code to call generic catch block whenever any special character(eg. !,@,#,$,%,&,*, etc) is entered in numerator or denominator. So what code should I add to this.
    Any help would be appreciated. Thanks.



    Code:
    #include <iostream>
    
    using namespace std;
    
    int main()
    {
        try                                                // generic catch block
    ...
    See more | Go to post

  • Transaction Processing in a Modular Environment

    Hello,

    I am attempting to write an application where I have code segregation where code dealing with the form is located in the form which relies on a class module (ie clsOrders) and all code that specifically deals with database connection, manipulation, etc is resident in it's own standard module.

    I am using ADO and Access 2003 at the moment. I am wondering what the best method is to implement transaction processing....
    See more | Go to post

  • Atlante
    started a topic Remove parts of form submission

    Remove parts of form submission

    Hello all! I have the following form used to search for domain names in my website. I don't want the form to submit if the client enters a tld eg: .com .org or .net.

    Code:
        <form action="http://www.mydomain.com/clients/whmcs/cart.php?a=add&domain=register" method="post">
        <input type="hidden" name="token" value="4445754545" />
        <input type="hidden"
    ...
    See more | Go to post

  • How can i change my error notifcations back to normal error messages?

    I have been using access for years but only recently have I been getting more serious and as a result I have been playing around with the different options / settings access offers.

    It seems to me I have changed some setting because the set up of my error messages has drastically changed.

    I used to get the standard error messages that has the options of "end" "debug"...

    As of a few...
    See more | Go to post
Working...