PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → What is this   "+++"
What is this "+++"
Started by John Marrone, Aug., 20 2004 10:55 PM - 2 replies
Posted on August, 20 2004 - 10:55 PM
Hi
I have a table with a field that is a 4 byte real. In my table on the screen I get some +++ in my
cells for this field. Can someone tell me whats this for. An overflow?
Thanks
John Marrone
Posted on August, 20 2004 - 11:28 PM
Hi John,
The imput mask may not be long enough to show the actual content. Try to change the input mask (just make it a whole lot longer to do a test) and see whether you get the expected values visible in your wdw.
We do see such +++ signs often using WDMAP... Big data files ;-)
Regards,
Albert Buitenhuis

MSG Netherlands NV
Posted on August, 21 2004 - 2:44 AM
Thanks Albert, this did help me to find what was going wrong. This number should of never be over 130.00 at the most.
It actually ended up on some records being over 4000.00. Got to fix my computation I quess(:->).
Thanks again.
John

Hi John,
The imput mask may not be long enough to show the actual content. Try to change the input mask (just make it a whole lot longer to do a test) and see whether you get the expected values visible in your wdw.
We do see such +++ signs often using WDMAP... Big data files ;-)
Regards,
Albert Buitenhuis