Home » Developer & Programmer » Forms » FRM 40507 Unable to fetch next query record
|
|
|
Re: FRM 40507 Unable to fetch next query record [message #193795 is a reply to message #193754] |
Tue, 19 September 2006 07:39   |
sweetgeegee27
Messages: 107 Registered: June 2005
|
Senior Member |
|
|
I did the Shift F1 as you suggested and got ORA 01722: invalid number error from the following code:
SELECT ROWID,TAX_PAYER_NO,TAX_TRANS_NO,DOC_NO,TRANS_DATE,
ENTER_DATE,AMOUNT,CHEQUE_NO,RECEIPT_NO,
PAYMENT_TYPE_NO,BANK_NO,PAYMENT_LOC_NO
FROM TAX_TRANSACTION WHERE tax_payer_no = :1
and payment_loc_no is not NULL order by trans_date, enter_date, doc_no
[Updated on: Tue, 19 September 2006 07:43] Report message to a moderator
|
|
|
Re: FRM 40507 Unable to fetch next query record [message #193921 is a reply to message #193795] |
Tue, 19 September 2006 23:28   |
sandeepk7
Messages: 137 Registered: September 2006
|
Senior Member |

|
|
In selected feilds ROWID,TAX_PAYER_NO,TAX_TRANS_NO,DOC_NO,TRANS_DATE,ENTER_DATE,AMOUNT,CHEQUE_NO,RECEIPT_NO,PAYMENT_TYPE_NO,BANK_NO,PAYMENT_LOC_NO one of the column is not of number type while the item defined for this column is number in forms. Check in database block for this item.
Sandy
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sat Jun 07 05:33:44 CDT 2025
|