Hello,
In DataRow, it is possible to have all logical fields of a recordset to be set to .t.? For example, with an eval.
Thank you very much. Greetings.
question about DataRow
question about DataRow
Saludos,
Eduardo
Eduardo
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: question about DataRow
Code: Select all
for n := 1 to oRec:FCount()
if ValType( oRec:FieldGet( n ) ) == "L"
oRec:FieldPut( n, .t. )
endif
next n
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India