Hai stefan, Thanks a lot for the solution.It's working!!! Thanks and regards, VenkatStefan Osterburg <[EMAIL PROTECTED]> wrote: just writeemp2.data(emp1);and afterwards change any fields in emp2 you need to change beforeinserting.Stefanpvraghavanmca schrieb:> Hi all,> I want to add
just write
emp2.data(emp1);
and afterwards change any fields in emp2 you need to change before
inserting.
Stefan
pvraghavanmca schrieb:
> Hi all,
>I want to add a button called "copy from" in a form.By clicking
> that button i want to copy the data from one record to another(new)
> record
Hi,
It is like you pass data from a form (via a button clicked method) to a
report. You have to create a variable args and pass the current selected
record to the args var. That way you will not foget any field you might
need.
Example:
//...
Args args = new Args();
;
args.record(Form_Datasourc
Hi all,
I want to add a button called "copy from" in a form.By clicking
that button i want to copy the data from one record to another(new)
record.We will normaly add the below code in the button click method
Ex:(This is only an example)Consider that i'm copying an employee
record(by getting
4 matches
Mail list logo