Helpme!

hi...i'm not know how to do this, i trying to plot a graph,the data from Microsoft access database..i want the graph is move,so i try to use timer..but i'm stuck...this is the example of the coding..what is coding for the timer???
the data involve date/time,prediction and observation...the chart is to plot date/time versus observation for series 1..and series 2 is date/time versus observation
public Class Form1
    Dim DataSetDateTime As String
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        'TODO: This line of code loads data into the 'NKPDataSet.Tanjung_gelang_10days' table. You can move, or remove it, as needed.
        Me.Tanjung_gelang_10daysTableAdapter.Fill(Me.NKPDataSet.Tanjung_gelang_10days)
        NumericUpDown1.Minimum = 400
        NumericUpDown1.Maximum = 1000
    End Sub
    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        If Button1.Text = "start" Then
            Button1.Text = "stop"
            Timer1.Interval = NumericUpDown1.Value
            Timer1.Start()
        Else
            Button1.Text = "start"
            Timer1.Stop()
        End If
    End Sub
    Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
    End Sub
    Private Sub NumericUpDown1_ValueChanged(sender As Object, e As EventArgs) Handles NumericUpDown1.ValueChanged
        Timer1.Interval = NumericUpDown1.Value
    End Sub
End Class

You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
(121223)

Similar Messages

  • HT3964 Hello, my isight camer is not working properly, i was using photo booth and suddenly the image was black or too dark and also ichat and facetime are too dark as well, please helpme out i can not find any solution.

    Hello, my isight camer is not working properly, i was using photo booth and suddenly the image was black or too dark and also ichat and facetime are too dark as well, please helpme out i can not find any solution.

    read this and see if it helps: http://support.apple.com/kb/ht2090

  • Hi! i have a iphone 5s in t mobile but now i live in mexico city, what can i do for unlock this iphone and have a signal in telcel, please helpme guys! i lost mi sim

    hi! i have a iphone 5s in t mobile but now i live in mexico city, what can i do for unlock this iphone and have a signal in telcel, please helpme guys! i lost mi sim

    What do you mean? Your only way to unlock that phone is to have had 40 days continuous service with T-Mobile and then process the unlock through them. If you had an account with T-Mobile you should be able to login and process your unlock. If you did not you can click on the chat program but they are going to tell you the same thing.

  • Please helpme "Cannot change transaction isolation level in the middle of "

    sorry my english helpme!!
    i am trying to insert a registry n a table in postgresql throght JAVA STUDIO CREATOR and i got the next error
    Cannot change transaction isolation level in the middle of a transaction
    helpme thanks you

    Duplicate post. Answered in the other thread.
    http://forum.java.sun.com/thread.jspa?threadID=5115855

  • How can i convert some caracteres of a String in bold characteres?? hELPME

    How can i convert some caracteres of a String in bold caracteres?? hELPME
    I have a JList and a DefaultListModel of Strings. So, i have many key words like "proccess", "if", "fi" that i want these characteres in bold.

    How i can use HTML in java to change a String to bold?
    example
    String str = "channel ";
    str = <b>str</b>;
    like this? syntax error =/

  • Helpme I have error when I try connect from struts  to web service

    helpme I have error when I try connect from struts to web service using basic authentication . the error message is
    [SOAP Exception: fault code= SOAP-ENV Protocol; msg=Unsupported response content type "text/html" must be "text/xml"; ] Response was <html><body> 401 Unauthorized </body></html>
    I'm not using ldap for authentication only xml (jazx-data.xml) ... I already create user with jazn.jar for that user , and I dont know why it still error like that ..
    Please helpme I don't have anytime more to find the mistake , ??
    I'm using Jdeveloper 9i , and oc4j 9.0.4 Server (Not embedded with Jdev)
    But when I use with sample java client it success .....
    then I try with Struts the response is unsupported response content type text/html must be text/xml response was 401 Unauthorized

    1.The reason why this error occurs is, we are getting non SOAP response when the program is expecting a SOAP response. Did you set the proxy server correctly? Try to handle the exception and see the content type of the response in your program.
    2. While creating the client stub u must check an option for authentication for webservice .should solve ur problem.
    thanks
    sirisha

  • Please Helpme out!!!

    Hi Folks,
    Let me know ,how the Purchase Order(at Source side) will becomes  sales order  automatically (i think) for the Receving system after sending an IDOC by using the EDI/ALE Process. so plz i know upto sending a PO from source to Receiver...But i cant understand how it becomes Sales Order for the Other(Receiver).
    PlZ kindly helpme abt this Query.
    Thanks,
    NKumar

    Hi,
    Understand the Process:
    In EDI scenario
    Customer Send PO by raw file and it triggers R/3 and creates corresponding Sales Order. If there is any Service or Spare Part that is not available in the Client (R/3) plant, then the client orders the spare part by creating a PO to vendor. This will be the Sales Order for Supplier. If all the items are available in Client plant, then he directly delivers and create a outbound delivery and invoice, otherwise supplier sends all the goods and sends his invoice to client and Client sends his Outbound delivery and generates Invoice.
    Regards
    Kannaiah

  • I want unlock my iphone 4 telus company can somebody helpme how much

    i want unlock my iphone 4 telus company can somebody helpme how much

    Only Telus can unlock it. If they won't, sell the iPhone.
    (88698)

  • When i writed my billing information, itunes said what credit  card proccesing is unavailable, who can to helpme, help

    when i writed my billing information, itunes said what credit  card proccesing is unavailable, who can to helpme, help

    Contact iTunes Customer support.

  • Can u  guys plz helpme out with this....

    what is the difference between Sy-tabix and Sy- index?

    Hi,
    SY-INDEX
    stores the number of loop passes including the current one in DO and WHILE loops.
    SY-TABIX
    Current line of an internal table.
    SY-TABIX is set for index tables in the following statements: SY-TABIX is set to 0 or is not set at all for hash tables.
    ·APPEND sets SY-TABIX to the index of the last table line, i.e. to the total number of entries in the table.
    ·COLLECT sets SY-TABIX to the index of the existing or inserted table line. SY-TABIX is set to 0 for HASHED TABLE tables.
    ·LOOP AT sets SY-TABIX to the index of the current table line at the start of each loop pass. When you leave a LOOP, SY-TABIX is set to the value it had before the loop began. SY-TABIX is set to 0 for hash tables.
    ·READ TABLE sets SY-TABIX to the index of the table line that was read. If when reading with a binary search no line is found, SY-TABIX contains the index of the next higher line or the entire number of lines +1. If when reading with a linear search no line is found, SY-TABIX is undefined.
    INDEX is for Conditional LOOPS like
    DO....ENDDO.
    WHILE ...ENDWHILE.
    DO 3 times.
    write : / sy-index.
    ENDDO.
    TABIX is used while looping at internal tables
    LOOP at ITAB.
    write : / sy-tabix.
    ENDLOOP.
    Regards,
    Sruthi

  • Please see my code and helpme out pls

    //Making Circle here
    gridx=20;
    gridy=20;
    num=0;
    for (var i=0;i < 10;i++)
    for (var j=0;j < 10;j++)
    dot.duplicateMovieClip("dot"+num,num);
    mc=this["dot"+num];
    mc._x=gridx*i;
    mc._y=gridy*j;
    num++;
    dot._visible=0;
    // here i make plain circle, but problam is my all circle
    open in fornt side, i want to that all my circle in background
    //hide all selection MovieClip
    for(i=1; i<=100; i++){
    this.createEmptyMovieClip("test_mc"+i,
    this.getNextHighestDepth());
    this["test"+i]._visible = false;
    // here i make fill circle mc, all hide with this code, but
    problam is all circle come in background
    //selection area
    _root.onMouseDown = function() {
    sel = this.createEmptyMovieClip("sel", 1);
    sel.startx = _xmouse; // we need to reference these later,
    so add them as properties of the selection clip
    sel.starty = _ymouse;
    this.onEnterFrame = function() {
    with(sel){
    clear();
    lineStyle( 1, 000000, 100 );
    moveTo(sel.startx, sel.starty);
    lineTo(_xmouse, starty);
    lineTo(_xmouse, _ymouse);
    lineTo(sel.startx, _ymouse);
    lineTo(sel.startx, sel.starty);
    _root.onMouseUp = function() {
    _root.select(sel.startx,sel.starty,sel._xmouse,sel._ymouse);
    // call the selection function
    removeMovieClip(sel);
    this.onEnterFrame = undefined;
    _root.select =
    function(x1:Number,y1:Number,x2:Number,y2:Number){
    // in case you dragged the selection box from right to left
    or bottom to top, we need
    // to work out the top left and bottom right coordinates..
    var sx = Math.min(x1,x2);
    var ex = Math.max(x1,x2);
    var sy = Math.min(y1,y2);
    var ey = Math.max(y1,y2);
    for(var item in this){ // loop through all items in the
    _root
    if(typeof(this[item])=="movieclip"){ // if the current item
    is a movieclip..
    this[item]._visible = isInside(this[item],sx,sy,ex,ey);
    function
    isInside(mc:MovieClip,x1:Number,y1:Number,x2:Number,y2:Number):Boolean{
    // check whether the selection coordinates enclose the mc
    coordinates
    return (x1<=mc._x && x2>=mc._x+mc._width
    && y1<=mc._y && y2>=mc._y+mc._height);
    // here u can find selection option, selection option is
    wroking, but same problam, it work in background, & hide my all
    MC (that Plain Circle also) and highlight only which we select
    // Some brif here:
    i want to create plain circle in background, after that some
    one want to slecte that palin circle highlight that circle only
    with fill circle ( for better explaination see my fla file which is
    attach here
    Please see this
    Pls pls help me out
    thanks
    praful damania

    for better explaination pls see my fla file which is attache
    there & I have some quation about it as under
    1) here i make fill circle mc, all hide with this code, but
    problam is all circle come in background
    2) here i make fill circle mc, all hide with this code, but
    problam is all circle come in background
    3) here u can find selection option, selection option is
    wroking, but same problam, it work in background, & hide my all
    MC (that Plain Circle also) and highlight only which we select
    i want to create plain circle in background, after that some
    one want to slecte that palin circle highlight that circle only
    with fill circle
    thanks for reply
    Praful Damania

  • Helpme: How to change the type of characters created a BD...

    I have a BD oracle configured with the sort of unicode characters, as I can change that configuration to another, for example AL32UTF8

    I see some risks (e.g. with archiving, number range conflicts),
    but I see no reason for this change.
    Copiing the contract types and then moving all existing contracts from the old type to the new type .....is just adding a lot work for no change.
    You have the same situation for less money  if you keep the existing situation.
    Copy the contract type to new ones and use the new ones for new process.
    And change just the description of the old types.

  • Plz helpme experts logical database problem

    hi experts
    plz help
    i am working in a upgrade project
    and in one report i am using logical database eqi(check selection of DIEQI)
    in which
    in selection criteria
    in 4.6 it have a checkbox icon
    and
    in 6.0 it is written ad_icon
    i am not able to know what is this ad_icon
    due to this icon i am getting a cross icon in my output
    but i want a checkbox
    expert plz help and tell me how i am getting this cross icon and how i can get the checkbox icon
    THANX IN ADVANCE
    FYI :IN 6.0
    PARAMETERS  dy_adrfl NO-DISPLAY FOR TABLE diequi.
    SELECTION-SCREEN COMMENT 71(30) ad_icon FOR TABLE diequi.
    IN 4.6
    parameters  dy_adrfl for table diequi as checkbox modif id ad1.
    anit gautam

    HI,
    Can you show us the code of your SELECTION-SCREEN.
    Also code from the INITIALIZATION and
    AT SELECTION-SCREEN OUTPUT.
    Regards,
    Sesh

  • I have a problem and I'm going to listen to anybodys answers so come helpme

    Hello. I have a program in Java (I am new, etc...) that doesn't seem to work. When I run it, it compiles OK and there are no errors, but when it is run, it doesn't print anything. Which means it is only running to a certain point in the program and dropping off. I have determined the point, but I can't figure out why it doesn't work. Here is my code:
    import java.io.*;
    public class FileTest
         public static void main (String[] args)
              //Variables
              long t1; //System time at the start of the transfer.
              long t2; //Time after the transfer has completed.
              double t3; //Difference
              //Check args
              if (args.length != 2)
                   System.out.println("Usage: java FileTest fromfile tofile");
                   System.exit(0);
              try
                   //File objects
                   File file0 = new File(args[0]);
                   File file1 = new File(args[1]);
                   //Make sure it doesn't already exist.
                   if (file1.exists())
                        file1.delete();
                   //IO - IT IS JUST BEFORE THIS POINT THAT IT STOPS RUNNING
                   FileReader fr = new FileReader(file0);
                   FileWriter fw = new FileWriter(file1);
    So. Why does it stop at this point?
    Any help would be very much appreciated. I am not a total newbie, but I am not experienced either, and this makes no sense to me at all.
    Thanks.
    - AERst2

    Well, it can't just stop running. I assume you have more code after this to do the actual reading and writing as all you have done is create a new FileWriter and a new FileReader. To do any reading/writing you must then call methods of these classes.
    If you have then it must be some sort of IOException. I assume in your catch block your printing out any exceptions generated.
    catch (IOException ioex)
    System.out.println(ioex.toString());
    }

  • HT3743 how do i fix the screen of death on my ipod.....please helpm asap..........my sister is going to kill me

    how do i fix the screen of death on my ipod

    Try:
    - iOS: Not responding or does not turn on
    - If not successful and you can't fully turn the iPod fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.

  • Record not updating into table helpme

    in the following functionmodule record is not commiting into table is there any wrong please hep me.
    FUNCTION Z_MZPR_DETAILS.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(ZPRHEADER) TYPE  BAPIMEREQHEADER OPTIONAL
    *"     VALUE(ZPRHEADERX) TYPE  BAPIMEREQHEADERX OPTIONAL
    *"  EXPORTING
    *"     VALUE(ZNUMBER) TYPE  BAPIMEREQHEADER-PREQ_NO
    *"     VALUE(RETURN) LIKE  BAPIRET2 STRUCTURE  BAPIRET2
    *"  TABLES
    *"      ZPRITEM STRUCTURE  BAPIMEREQITEMIMP
    *"      ZPRITEMX STRUCTURE  BAPIMEREQITEMX OPTIONAL
    *"      ZPRACCOUNT STRUCTURE  BAPIMEREQACCOUNT OPTIONAL
    *"      ZPRACCOUNTX STRUCTURE  BAPIMEREQACCOUNTX OPTIONAL
    DATA:ITAB LIKE TABLE OF ZPRDETAILS WITH HEADER LINE,
         ZRETURN LIKE TABLE OF RETURN WITH HEADER LINE.
    CALL FUNCTION 'BAPI_PR_CREATE'
    EXPORTING
       PRHEADER                    = ZPRHEADER
       PRHEADERX                   = ZPRHEADERX
      TESTRUN                     =
    IMPORTING
       NUMBER                      = ZNUMBER
      PRHEADEREXP                 =
      TABLES
       RETURN                      = ZRETURN
       PRITEM                      = ZPRITEM
       PRITEMX                     = ZPRITEMX
      PRITEMEXP                   =
      PRITEMSOURCE                =
       PRACCOUNT                   = ZPRACCOUNT
      PRACCOUNTPROITSEGMENT       =
       PRACCOUNTX                  = ZPRACCOUNTX.
      PRADDRDELIVERY              =
      PRITEMTEXT                  =
      PRHEADERTEXT                =
      EXTENSIONIN                 =
      EXTENSIONOUT                =
      PRVERSION                   =
      PRVERSIONX                  =
      ALLVERSIONS                 =
    ITAB-BANFN = ZNUMBER.
    APPEND ITAB.
    IF ZRETURN-NUMBER = '000'.
    UPDATE ZPRDETAILS from TABLE ITAB.
    COMMIT WORK.
    ENDFUNCTION.

    HI,
    IF ZRETURN-NUMBER = '000'.
    <b>MODIFY ZPRDETAILS from TABLE ITAB.</b>
    COMMIT WORK.
    <b>ENDIF.</b>
    Best regards,
    Prashant

Maybe you are looking for

  • Get URL from within a Ejb-Container

    Hi all, I try to realize a WD-Application with Hibernate ORM. Now it seems , that from within the Ejb the hibnerate.cfg.xml couldn't be found. No I try to read the URL from hibernate.cfg.xml. There I did some test with the getResource()-Function. At

  • Is it possible to change the value of "maxdatafiles" after creating a db??

    Hi, all. Is it possible to change the value of the followings after creating a database?? -maxdatafiles -maxinstances -maxlogfiles -maxlogmembers -maxloghistory Thanks and Regards.

  • Can i use double buffering with SCAN_Sequence_Setup and sample rate divisors?

    If possible I would like to use double buffering when acquiring multiple channels at different rates using SCAN_Sequence_Setup. What are the tricks to sizing the buffers, if any. PCI-MIO-16Xe-10 and PCI-6052E are the boards I'm writing for, using Bor

  • Don't show file automatically

    I'm a developer and I have this function that grabs data and I export it to a pdf file and then I either email it to someone or send it through as a fax.   Right now, since we installed the latest Adobe Pro, every time I do this, the file pops up in

  • Difference in sensor accuracy on soft surfaces (barkdust trails)?

    I read in one thread that the sensor is less accurate on soft surfaces. I do most of my running/walking on barkdust trails. Some times the barkdust is so thick that you feel like you're sinking. But many, if not most, of the traiIs in Eugene, Oregon