Thank you
Rafael Copquin

El 07/07/2017 a las 15:57, Paul H. Tarver escribió:
I sometimes run into this with variables and/or fields. In either case, you
can pre-test a value and/or format using the transform() function as well.

If TRANSFORM(a,"@L 999.99") = "***.**"
Endif

The nice thing about this method is you can control exactly the format of
the value you are testing.

Alternate test:

If occurs('*',TRANSFORM(a,"@L 999.99") ) > 0
Endif

Paul H. Tarver
Tarver Program Consultants, Inc.
Email: p...@tpcqpc.com



-----Original Message-----
From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Rafael
Copquin
Sent: Friday, July 07, 2017 12:22 PM
To: profoxt...@leafe.com
Subject: numeric overflow

I wonder if there is a way to detect that a numeric field in a record is
filled with ******** as a result of a numeric overflow in a calculation

Please enlighten me

Rafael Copquin


---
Este correo electrónico ha sido comprobado en busca de virus por AVG.
http://www.avg.com


[excessive quoting removed by server]

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/59634d5f....@gmail.com
** 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