I have gotten so far that I have found out about the RowsCopy, but I'm not
sure about
how to use it.
Take this example:
I have the following freeform datawindow:
EmployeeID :
Name :
Adress :
Telephone :
<<Insert>> <<Update>> <<Delete>> <<Make Copy>> (Buttons)
In my datawindow I first press <<Insert>> to get a blank-form, then type in
the values, then
press the <<Update>> button.
Instead I would like to be able to press the <<Make Copy>> button, and that
it behaves as the <<Insert>> button, and in addition copy the values from
the previous row.
Could someone give me a little help based on the example above, and please
tell me where I should write the code in powerbuilder. (in expression-box
for the button ??)