Delphi 8 help

Discussion in 'Programming' started by Tommy, Aug 5, 2005.

  1. #1
    Hi. This is proberly a simple question but Im new to delphi 8 and programming for that matter, and was wondering if anyone could help.

    Two questions:

    1) I have a main page and a number of sub pages that need to be linked with buttons. How do I do that?

    2) On these sub pages I have edit boxes for the user to enter values which the program will calcuate and show the user the answer when they press a button. Again, how do I do this?

    THanks for any help you can give me
     
    Tommy, Aug 5, 2005 IP
  2. Tommy

    Tommy Guest

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I've sorted out the first question my self :)

    Just need help on the second now, I still can't figure it out.
     
    Tommy, Aug 5, 2005 IP
  3. Tuning

    Tuning Well-Known Member

    Messages:
    1,005
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    138
    #3
    I think you can write in button's on click procedure to calculate the values from edit box.

    Double click the button and you will get on click procedure. :)
     
    Tuning, Aug 5, 2005 IP