I try to learn how to write class. I examined the TDatabase class. I just want to find out the which method is done this.
FWH Example : dbf01.prg
Line 73:
- Code: Select all Expand view
- REDEFINE GET oDbf:First ID ID_NAME OF oDlg UPDATE ;
MESSAGE "Please type here the first name of the customer"
// We directly use the Fields
// name, but we are working on
// a buffer ! This is perfect
// for Network management
We use the fields directly oDbf:<Fieldname>. How? Which method is used to do this?
Thanks,