Hello,
Can we have please?
Method Delete(), to delete record()
Method Print( cTitle, FieldList, FieldPrompts ).
Thank you.
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
Hello,
Can we have please?
Method Delete(), to delete record()
Method Print( cTitle, FieldList, FieldPrompts ).
Thank you.
Up!.
Moises,
Rao is Class TDataRow developer so I will wait for his code, thanks
We can add Print() method.
Essentially TDataRow() is a wrapper for scatter/gather functionality for the purpose of editing a record. Advantage of using TDataRow is that it works the same way with any datasource and safe while saving the changes.
We never use scatter/gather functionality if we want to delete a record.
If we have to delete a record, delete it.
If we want to edit/append use tdatarow
XBREPORT oXbr OF oWnd DATASOURCE oRec:aData COLUMNS 1,2 ;
HEADERS "Field", "Value"Mr. Nages,
Thank you. Also, indicating prompts/titles for the fields will be very interesting.
Also, about delete, as I load the record to modify it, it will be very useful to have a Delete() method, that makes the operation in DBF or ADO as it does with the append or modify. I don´t see a big issue but a very interesting feature.