I'm new to this language so please be nice.
Now can I have a button display two numbers one static and one from a file, and when the button is clicked it opens a new window with .xls file data in it?
What I'm trying to build is a little apt that will display an account number and the balance in the account stored in a file displayed on the button. Once the button is clicked it will load a new window with the data from a different file in it, list the log of each transaction.
Basic code is what I'm looking for I would like to modify the code to learn the language, but working code so I can see what effects my changes has on the program.
Thank You So Much,
BMD
Now can I have a button display two numbers one static and one from a file, and when the button is clicked it opens a new window with .xls file data in it?
What I'm trying to build is a little apt that will display an account number and the balance in the account stored in a file displayed on the button. Once the button is clicked it will load a new window with the data from a different file in it, list the log of each transaction.
Basic code is what I'm looking for I would like to modify the code to learn the language, but working code so I can see what effects my changes has on the program.
Thank You So Much,
BMD
Comment