need help in the form of need for a method to calculate end_issue... function

I have a tabular presentation
with the following fields
SNO, offers, no_of_issues, start_issue and end_issue
At the time where the user chooses to provide
and start_issue selects a number of months
end question must be calculated.

Select no_of_issues in the mnoofissues of supply where offer = moffer;
end_issue = start_issue + mnoofissues;

so once when a user enters start_issue I have need of the value of end_issue must be calculated...
end_issue = start_issue + mnoofissues;

Can help...
I'm not familiar with java. But seems that java is the only one. Are there easier methods.

Published by: zycoz100 on October 21, 2012 19:37

Are there easier methods.

Nope.

The next thread can help you with the update, but certainly not in the category of 'easy' even with assistance.
Dynamic action on slot-shaped table

Tags: Database

Similar Questions

  • Need help with the launching track pack for forza code 4

    Bought new Forza 4 and the lancer Track Pack code does not work, how do I get a code that is generated in the form I've already paid for it. Rank of loads of numbers and sent 10 s of emails but cant seem to get help.

    This is the help I get when the cat to an Ambassador xbox on xbox.com

    Terry wrote:
    Need help with the launching track pack for forza code 4
    The Xbox Ambassador says:
    Location of Ambassador of the community...
    The Xbox Ambassador says:
    Location of Ambassador of the community...
    The Xbox Ambassador says:
    Your question will be answered by an Ambassador of the Xbox. You have been connected to the Ambassador as a user Xbox [3]
    The Xbox Ambassador says:
    Hello
    Terry wrote:
    Hello
    The Xbox Ambassador says:
    Hey
    Terry wrote:
    just to be on the phone to xbox live support and was told to come here
    The Xbox Ambassador says:
    ok\
    The Xbox Ambassador says:
    What is your problem?
    Terry wrote:
    I bought the 4 for forza ansd 360 new sealed Christmas...
    Terry wrote:
    has got 2 codes that accompanies the game but the pack track code does not work
    The Xbox Ambassador says:
    Wow good
    Terry wrote:
    whenever I put in the code it says code redeemed
    The Xbox Ambassador says:
    I think the code is used. You must return to the retailer
    Terry wrote:
    I tried to, but since I already opened the case they will not accept
    The Xbox Ambassador says:
    Oh. No,
    Terry wrote:
    the code had been used or defective as I am the only person who has touched the game once opened, tried to enter the code when it is open
    The Xbox Ambassador says:
    Maybe it was auto bought?
    Terry wrote:
    so, how do I get another code generated track Pack if defective?
    The Xbox Ambassador says:
    I do not know.
    Terry wrote:
    bought the game new, so I get the track pack
    The Xbox Ambassador says:
    Oh. It's bad.
    The Xbox Ambassador says:
    I think that if you Exchange 1 code it will buy it
    Terry wrote:
    car pack code worked, starter pack did not work
    The Xbox Ambassador says:
    Oh.
    The Xbox Ambassador says:
    It's a bad
    The Xbox Ambassador says:
    BTW you have an evolution of the tests?
    Terry wrote:
    Yes, I want to? but more anxious to get a code object generated for this pack
    The Xbox Ambassador says:
    Hey if I help can u give me this game too?
    Terry wrote:
    ?????????????????
    Terry wrote:
    So is it possible to get a code for that time?
    The Xbox Ambassador says:
    Hey
    The Xbox Ambassador says:
    Yes.
    The Xbox Ambassador says:
    you need to contact them
    The Xbox Ambassador says:
    and tell them that the code is used.
    Terry wrote:
    I was told to come here? where can I go to get the code?

    Hi Terryg76,

    ·         What version of the operating system is installed on the computer?

    I suggest you to contact the game manufacturer for more help and information.

  • Please help find the driver win 7 for sharp AM-400 MFP

    I have Windows XP driver for my Sharp AM - 400 multifunction printer. I tried to install it in different compatibility mode to work on win 7 but without success.  Please help find the driver win 7 for sharp AM-400 MFP. Regarding the LEP

    Think that its too old. I think its time to get another printer

  • Call the help in the form of 10 g file

    Hi all

    How to call the help in the form of 10 g file?

    in the old version (6i), I called help as the HOST file (' myhelpfile WINHLP32.) HLP');


    Please helppppppp

    I believe that everyone has access to the administrative share c$ . Wheter do you via http as suggested FormsEleven or if you want to do it via smb, you must create a share and access it via

    web.show_document('file:////');
    

    see you soon

  • Need help with the debugging of flash for survey email form script!

    Hi all

    I have a survey form .fla file I adapted a fedback form work. They use .asp to compile and send an email, but I can't work on why the survey form does not work. Anyone would be able to run on this script and tell me if there is anything wrong with it. I've been going on it again and again, but can not see something wrong!

    Question1. Text = question2.text = question3.text = question4.text = question5.text = question6.text = question7a.text = question7b.text = question7c.text = question7d.text = question7e.text = question7f.text = contact_message.text = age.text = business.text = contact_email.text = message_status.text = "";

    send_button.addEventListener (MouseEvent.Click, Submit);

    reset_button.addEventListener (MouseEvent.CLICK, reset);

    System.security.allowDomain ("localhost");

    var: timer;

    var var_load:URLLoader = new URLLoader;

    var URL_request:URLRequest = new URLRequest("mail.asp");

    URL_request. Method = URLRequestMethod.POST;

    function submit(e:MouseEvent):void

    {

    If (question1.text == "" |) Question2.text == ' | Question3. Text == ' | question4. Text == ' | question5. Text == ' | question6. Text == ' |          question7a. Text == ' | question7b. Text == ' | question7c. Text == ' | question7d. Text == ' | question7e. Text == ' | question7f. Text == ' | contact_message. Text == ' | Age.Text == ' | "Business.Text == ' | contact_email. Text == "")

    {

    MESSAGE_ERROR. Text = "* fill all fields!";

    }

    else if (! validate_email (contact_email.text))

    {

    MESSAGE_ERROR. Text = "* Invalid Email!";

    }

    on the other

    {

    MESSAGE_ERROR. Text = "";

    message_status. Text = "Send"... » ;

    var email_data:String = '& question1 =' + question1.text

    + '& question2 =' + question2.text

    + '& question3 =' + question3.text

    + '& question4 =' + question4.text

    + '& question5 =' + question5.text

    + '& question6 =' + question6.text

    + '& question7a =' + question7a.text

    + '& question7b =' + question7b.text

    + '& question7c =' + question7c.text

    + '& question7d =' + question7d.text

    + '& question7e =' + question7e.text

    + '& question7f =' + question7f.text

    + '& message =' + contact_message.text

    + "& age =" + age.text

    + ' & company = "+ business.text

    + '& email =' + contact_email.text;

    var URL_vars:URLVariables = new URLVariables (email_data);

    URL_vars. DataFormat = URLLoaderDataFormat.TEXT;

    URL_request. Data = URL_vars;

    var_load. Load (URL_request);

    var_load.addEventListener (Event.COMPLETE, receive_response);

    }

    }

    function reset(e:MouseEvent):void

    {

    Question1. Text = question2.text = question3.text = question4.text = question5.text = question6.text = question7a.text = question7b.text = question7c.text = question7d.text = question7e.text = question7f.text = contact_message.text = age.text = business.text = contact_email.text = message_status.text = "";

    }

    function validate_email(s:String):Boolean

    {

    var p:RegExp = /(\w|[_.\-])+@((\w|-)+\.) + \w{2,4} +;

    var r: Object = p.exec (s);

    If (r is nothing)

    {

    Returns false;

    }

    Returns true;

    }

    function receive_response(e:Event):void

    {

    var loader: URLLoader = URLLoader (e.target);

    var email_status = new URLVariables (loader.data) .resposta;

    If (email_status is "Yes")

    {

    message_status. Text = "thank you for your comments. We will be in touch shortly. « ;

    Timer = new Timer (500);

    timer.addEventListener (TimerEvent.TIMER, on_timer);

    Timer.Start ();

    }

    on the other

    {

    MESSAGE_ERROR. Text = "Message send didn t!"

    }

    }

    function on_timer(te:TimerEvent):void

    {

    If (timer.currentCount > = 5)

    {

    Question1. Text = question2.text = question3.text = question4.text = question5.text = question6.text = question7a.text = question7b.text = question7c.text = question7d.text = question7e.text = question7f.text = contact_message.text = age.text = business.text = contact_email.text = message_status.text = "";

    timer.removeEventListener (TimerEvent.TIMER, on_timer);

    }

    }

    Thanks in advance.

    J

    your string is incorrect.  use:

    var email_data:String = '? '. Question1 ="+ question1.text

    + '& question2 =' + question2.text

    + '& question3 =' + question3.text

    + '& question4 =' + question4.text

    + '& question5 =' + question5.text

    + '& question6 =' + question6.text

    + '& question7a =' + question7a.text

    + '& question7b =' + question7b.text

    + '& question7c =' + question7c.text

    + '& question7d =' + question7d.text

    + '& question7e =' + question7e.text

    + '& question7f =' + question7f.text

    + '& message =' + contact_message.text

    + "& age =" + age.text

    + "& business =" + business.text

    + '& email =' + contact_email.text;

  • Need help on the limits of understanding for extended documents

    Help! I work for a University and our academic advisor service includes academic worksheets that show all the required courses for each major. We strive to create spreadsheets in the forms, however, not all of our advisors have Acrobat Pro (they drive IX). Adobe support says that there are limitations in the number of copies of forms that are deployed and the number of recipients (500 limit for each). Advisors will enter our shared drive to access spreadsheets to fill and fill them for students facing us. We will then use the submit button that attaches the completed worksheet to our e-mail. We will then send the attachment to the student and save a copy in our repository of documents, Image now. When students return a date each semester, recover us the file from the repository of documents and to update and re - send the student and save it again in the repository. We are concerned that we run a problem with the number of times that we can do. The limit of 500 'deployment' and beneficiaries applies in this case of what we are trying to do?

    For Acrobat Reader XI you need not drive to extend forms.

  • Need help with the form

    Hola

    Yes, even once, I need help.

    Please help me figure out why this form does not work.

    http://mydsigner.com/Claudia/pages/catering.html

    "If you see where the ' Capcha ' is?  In this box, there are ONLY 3 LETTERS/NUMBERS and 6 show.

    I can't find anywhere the process.php

    Going nuts :-(

    The original page is here:http://www.lascasuelasmexicanrestaurant.com/catering/

    It's 'Always' part of the site is mainly about php (?)

    Link here: https://forums.adobe.com/thread/1772037?sr=inbox

    Well, the site is almost done, just this little problem.

    A big thank you to all

    Salads from California

    You don't need this at the bottom of the page:

    You have a more recent call (1.11.1) at the library of the jQuery framework:

    2 scripts are contradictory, stop the datepicker work, so delete the old. The validation of the form should still work using the script more up-to-date.

  • Need for a method to be called when the pop-up screen

    Hello

    I have a requirement in my application. I have a screen from which I'm moving to screen B. When I Pop the screen B, I need a method that must be called in the screen has. Looks same as onActivityResult() in Android.

    I am currently using onExpose(). But this method is called for all in the screen has. In the menu click or button also. Is there another way to do this?

    Help, please...

    You have two options I can think immediately, which do not have to change anything in screen B.

    (1) use pushModal when you call B screen.  The statement immediately after the pushModal will be executed as soon as B screen is popped.  In general, I try to avoid the modal screens, but in this case, it's probably what I would do.

    (2) set an indicator immediately before you tap screen B.  Test the flag in onExposed().  If the flag is not set, then the onExposed was called for another reason and you can ignore it.  If the flag is set, then turn him off and process you want, knowing that the screen that has been exposed as screen B jumped.

    Either should work for you.

  • If/then box script help in the form of Adobe Acrobat...

    If having a purchase order that has two different fields of price (regular price per point & subscription price per article for each line item, then a quantity) and then a total field. Finally, there is a checkbox on the form indicating if they sign up for a monthly subscription.

    What I try to do is create a script that totals each line by the current price multiplied by the quantity or the price of the subscription by amount if the subscription checkbox is checked ("Yes"). So far, I've tried several scripts, I found in the forum but no luck at all.

    The box is near the billing fields down, so all the line items first appear in the upper part of the form. Thus, an individual if each line and calculations would amount in total to each line (reg * qty price) when you get off of the form... When you check the subscription all line totals would have changed to reflect the subscription rates on each line (which may be different). Just need help with a single line and I can duplicate for each line...

    Here's what I does NOT again...:

     (function () {
    
    
    if (this.getField("sub").value==="Yes") {
         var b1 = this.getField("Price1b");
         var c1 = this.getField("Qty1");
         var d1 = this.getField("Price1");
         event.value = b1.value * c1.value;
    } else event.value = d1.value * c1.value;
        }
    
    
    )();
    
    

    Try this:

    (function () {}

    var b1 = getField("Price1b").value;

    var c1 = getField("Qty1").value;

    var d1 = getField("Price1").value;

    If (getField("sub").value = 'Yes') {}

    Event.Value = b1 * c1;

    } else {}

    Event.Value = d1 * c1;

    }

    })();

  • Where is the form of cancellation for subscribers of the EU?

    I live in one of the EU countries members and wish to cancel my subscription to creative cloud but I couldn't find a link to an online cancellation form.

    All I get looped pages with no links anywhere. And I tried to use all types of browser.

    Under the Directive on the rights of the consumers of the European Union, a cancellation form the standard EU plan for consumers. Companies do not have to send you a hard copy with each delivery, but they must make the form available online.

    Adobe, where is yours?

    You're wasting my time and I no longer need your services. Then please delete my account without delay, otherwise I have no choice but to consider legal action.

    Hi Laurent,.

    I wrote a personal message to you please check.

    Kind regards

    Bani

  • Help submitting the form using php

    Using DW CS5.5, I created a simple contact form 12 field. Rather than using a cgi script to send form data, I prefer to use php.  Can someone provide me with a source for simple instructions on how to do it?  I searched past discussion forums, but can't find anything that will guide me in the specific steps.  The form is already installed on my page, but now I don't know what to do next to make functional, so it will send to my address e-mail, form data when the user clicks the submit button.  I checked online also, but to find the instructions more geared towards those who have more experience or knowledge than me in this kind of things.  Creation of shapes on the page is easy, and I understand the big picture regarding how work of forms, and what happens in the background, but it is impossible to find out what either written in simple language that will tell me step by step what to do after the creation of the form on the page.

    Thanks for anyone's help.

    Nancy has written a good tutorial Alt-Web Design & Publishing: Contact form sensitive with 3.2 Bootstrap and PHP (part 1)

    The PHP part starts Alt-Web Design & Publishing: sensitive Contact with 3.2 Bootstrap and PHP (part 2) form , but it does not hurt to start from the beginning

  • Is it possible to create some custom shapes in the form of buttons for the composition of ToolTip widget?

    Basically, I have a collection of triangular shapes (orange cross section), and I want each segment/triangle is a thing of button ToolTip. So if you hover over a triangle it changes color and text appears below the orange itself. But the ToolTip widget composition seems limited to a form of square/rectangle for the container of button (I can put my image of triangle inside, but not change a square container).

    Any help? Picture below shows what I'm trying to achieve, the segment is red to show the form that I want.

    Thank youScreenshot (6).png

    Currently, it is not possible with only Muse. Should the graphics cards that are not supported. Your best plan would be to create as a composition of edge animate and then add it to the Muse.

  • Move the form of tracking for the new computer information

    I distributed form created in Acrobat 9 with all the email tracking information.  I am replacing this computer with a new computer and need to know how to transfer the tracking information.  I have the new operational computer and can access all of the answers, but I do not have tracking information.

    Thank you!

    I did not really do this, but the forms Tracker data is stored in Documents and Settings\ 'user' \Application Data\Adobe\Acrobat\9.0\Forms so I'll make sure that you move all the information of Application data.

  • Help with the cluster in table for the cluster size difference, please!

    I will admit to still hurt with the berries of LabVIEW, and as usual, the behavior in the vi attached is meaningless to me!  The attached vi shows a cluster 6 element being converted into a table, then immediately to a cluster.  The reconstructed cluster has 9 elements, even if the table size indicator display properly 6.  How to maintain the initial cluster size when converting to and then since then, a table?

    The f

    Well, if you have worked with context-sensitive help running you would see:

    "With the right button of the function and select the Size of Cluster in the context menu to set the number of items in the cluster."

    The default is new. The maximum cluster size for this function is 256. »

    You must set the size. There is no way for the function to know how many elements in the table.

  • skyzero can I get your help with the patch windows 7 for AOE II Expansion Weird Graphics

    Hello sky zero, I read your messages for audio fixed for AOE II Expansion Gold edition. You seem to be very clear and well informed. So far, I can't know if there is a patch to fix my problem of graphics (compatibility issues) between this game and Windows 7. When I was loading win 7, they said remove AOG he had some compatibility issues with win7 and re - install after. Everything I did. The game works and has sound but the graphics are very weird like the water red and sparse grass. I tried a number of resolutions but got no response. My question is simple. Microsoft has a patch because they knew it was a compatibility problem or not. If Yes, where can I find? If unknown, then who should I contact at Microsoft? Could not find even a Department there. It's all about AOG III. It's a completely different game format. Can you advise me please?

    Hi and thanks. I tried both methods - for compatibility between vista and XP compatibility. None worked. However, two of them each listed twice with different service packs, so I can run this test through each for each service pack. I go to the game site, but could not find information on windows 7. I know it's an old game, but it's one we love.

    I check in the device management control panel. It does not say anywhere the words 'Graphics Manager. It doesn't have a category name adapters with a thing called Intel (r) G33/G31 Express Chipset Family under him. That he would.  Further to the bottom of the list is also a place called IDE ATA/ATAPI controllers. In this category, that it listed two channels 0, plus two channels of 1 listed plus two other things. They are: Intel (R) 82891G (ICH7 Family) Ultra ATA Storage controllers and also Intel (r) 82891 GB/GR/GH (ICH7 Family) Serial ATA Storage Controller - 27C0. In the category ' computer, it says PC ACPI x 86. Other categories in the list include processors. In this category is two things. Both say the same thing - Intel (r) Core (TM) 2 Duo CPU E7500 2.93 GHz Thre is a category called system devices and there are too many things to list. There is a category that says audio, video and game controllers. In this category, he said VIA High Definition Audio.  I'm sorry for the list of all this stuff. Any of these are the category that fits for agraphics card?  I'll also revisit the site of Microsoft for the game to check if they have a patch now.  Thank you.

Maybe you are looking for