Field 'Chq_No' in Cheques.dbf needs to be 10 digits long.
Payments made by cash are identified by cheque No. '9999999999'.
Searching for this number, using
"dbCheques.FieldByName('Chq_No').AsInteger" gives weird results due to
that number being larger than the maximum value.
Searching using "dbCheques.FieldByName('Chq_No').AsInt64" returns
message
" [Error] TryU.pas(159): Undeclared identifier: 'AsInt64' ".
Why is this so ? How can I access this number ?
TIA
Les Redding
ellenjay@[EMAIL PROTECTED]