Hi,
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:
We use the fields directly oDbf:<Fieldname>. How? Which method is used to do this?
Thanks,
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:
 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 managementWe use the fields directly oDbf:<Fieldname>. How? Which method is used to do this?
Thanks,
Regards,
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06