Progress

Works. Thanks,

Ron Newell
Neon Products
http://www.neon-products.com/
mailto:rnewell@...



Ron,
SCREEN-VALUE is always character, regardless of the object type.
Try "FILL-IN-3:SCREEN-VALUE = STRING(fiAmount, "->,>>9.99")" and see if that
works.
================
Steve Sanders
Delta Centrifugal Corp.
Can anyone help me with this?

When I run this in AppBuilder I get an error "incompatible data type in
expression or assignment error (223.)"

The line "FILL-IN-3:SCREEN-VALUE = fiAmount." Is the one causing the error.
I have set the property sheet for each fill in to decimal.

Any help would be appreciated.

Thanks,

DO:
DEFINE VARIABLE fiAmount AS DECIMAL.

assign fill-in-1.
assign fill-in-2.

fiAmount = fill-in-1 * fill-in-2.

MESSAGE fiAmount.

FILL-IN-3:SCREEN-VALUE = fiAmount.


END.


Ron Newell
Neon Products
http://www.neon-products.com/
mailto:rnewell@...
Ron,
SCREEN-VALUE is always character, regardless of the object type.
Try "FILL-IN-3:SCREEN-VALUE = STRING(fiAmount, "->,>>9.99")" and see if that
works.
================
Steve Sanders
Delta Centrifugal Corp.
-----Original Message-----
From: Ron Newell [mailto:rnewell@...]
Sent: Thursday, October 19, 2000 10:15 AM
To: vantage@egroups.com
Subject: [Vantage] Progress


Can anyone help me with this?

When I run this in AppBuilder I get an error "incompatible data type in
expression or assignment error (223.)"

The line "FILL-IN-3:SCREEN-VALUE = fiAmount." Is the one causing the
error.
I have set the property sheet for each fill in to decimal.

Any help would be appreciated.

Thanks,

DO:
DEFINE VARIABLE fiAmount AS DECIMAL.

assign fill-in-1.
assign fill-in-2.

fiAmount = fill-in-1 * fill-in-2.

MESSAGE fiAmount.

FILL-IN-3:SCREEN-VALUE = fiAmount.


END.


Ron Newell
Neon Products
http://www.neon-products.com/
mailto:rnewell@...




eGroups Sponsor


We no longer allow attachments to files. To access/share Report Files,
please go to the following link: http://www.egroups.com/files/vantage/
(Note: If this link does not work for you the first time you try it, go
to www.egroups.com, login and be sure to save your password, choose My
Groups, choose Vantage, then choose Files. If you save the password, the
link above will work the next time you try it.)



[Non-text portions of this message have been removed]