Hi,
How can I access DataRow.rowID? I see it in the variable window during debugging, but I'm not allowed to access it in my program.
dr := tblgestion.Rows.Find(gestvalue);
when debugging I see that dr has a ROWID of 5.How can I access the ROWID property?
Thanks.
How can I access DataRow.rowID? I see it in the variable window during debugging, but I'm not allowed to access it in my program.
dr := tblgestion.Rows.Find(gestvalue);
when debugging I see that dr has a ROWID of 5.How can I access the ROWID property?
Thanks.