Dharmendra
New Member
Hi,
Could anyone please help me with the differences between RECID & ROWID?
Thanks,
Dharmendra
Could anyone please help me with the differences between RECID & ROWID?
Thanks,
Dharmendra
DEFINE BUFFER BUF1 FOR CUSTOMER.
DEFINE BUFFER BUF2 FOR CUSTOMER.
FIND BUF1 WHERE BUF1.custnum = 100514 NO-LOCK NO-ERROR.
FIND BUF2 WHERE RECID(BUF2) = RECID(BUF2) NO-LOCK NO-ERROR.
/* BUF2.custnum will not be the same as BUF1 */