Can somebody point me in the right direction. I want to give the user a button on a 6i form. This button should append rows to a table. The form will have two text boxes. One of these is the beginning number and the other is the ending number. The numbers will always be consecutive but might be any set of numbers. The user enters the numbers they want generated and the system appends one row for each of those numbers and plugs in the number in the number_ID column. For example, the user would enter 100 in the begin and 200 in the end box. The code then appends 100 rows to the table.. so you end up with 100 rows and the first column in each row is the number that was generated
number_id
-------------
100
101
102
103
..
..
..
200
If somebody can point me in the right direction Id appreciate it.
number_id
-------------
100
101
102
103
..
..
..
200
If somebody can point me in the right direction Id appreciate it.