[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.axapta.programming

Record and DataSource in form

Adam Tarkowski

12/25/2005 1:22:00 PM

i have a question
when i override validatewrite in my datasource in form i want to also modify
record wchich i write, haw to reference to it??


1 Answer

Nitin

12/26/2005 8:37:00 AM

0

Hi Adam,

Lets look on example:

On a form we have a datasource CustTable. We want to ovverride the validate
method on datasource, and also want ref. of the record, then u can access it
with custTable.<field/method> only.

On form, you can access any record by the name of the datasource you have on
the form.

Hope it will help you.

Regards
Nitin Jain

"Adam Tarkowski" wrote:

> i have a question
> when i override validatewrite in my datasource in form i want to also modify
> record wchich i write, haw to reference to it??
>
>
>