passing values between forms of same datasource.

Hi,

I have created two forms which have the same data source and now I want to transfer data from one form to another form.

Can you please advise on this.

Regards,

John

This has been discussed many times, therefore your favourite search engine should find answers for you.

The key point it that if you call this.args() in a form, it gives you an object with parameters the form was called with - the caller object (e.g. another form), a record (e.g. selected record in the caller form) etc.