> REPLACE AMOUNT WITH 1000000*100000, SUMTHING else with 7890
> I get error 39
> How can I tell programatically that it is AMOUNT which is now ******
>
> OR
>   mam =1
>   xmam=0
>   replace amount with MAM/XMAM, SUMTHING else with 7890
> I get error 39
> How can I tell programatically that it is AMOUNT which is now ******


You can't directly know it, because ... why do you want the error event  to 
choose between your multiple errors ?
;o)

For example, REPLACE amount1 with 1/0, amount2 with 1000000*100000 will 
generate two overflows ...

So you must TRY CATCH, and loop through the list of numeric fields to test 
each of them.

Gérard. 





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to