Avatar of Fordraiders
Fordraiders
Flag for United States of America

asked on 

error when opening form : Field: 'RPHTotal': Incorrect data type for operator or @Function: Number expected

LN 5
DOMINO5

error when opening form :  Field: 'RPHTotal': Incorrect data type for operator or @Function: Number expected


Field: 'RPHTotal': Incorrect data type for operator or @Function: Number expected
 
HERE IS THE FUNCTION  i'am trying t run on this field...



The field RPHTotal  =  text and computed
tmpR1CRate := @Text(R1CRate);
tmpR2CRate := @Text(R2CRate);
tmpR3CRate := @Text(R3CRate);
tmpR4CRate := @Text(R4CRate);
tmpR5CRate := @Text(R5CRate);
tmpR6CRate := @Text(R6CRate);
tmpR7CRate := @Text(R7CRate);
tmpR8CRate := @Text(R8CRate);
tmpR9CRate := @Text(R9CRate);
tmpR10CRate := @Text(R10CRate);
 
@Trim(tmpR1CRate : tmpR2CRate : tmpR3CRate : tmpR4CRate : tmpR5CRate : tmpR6CRate : tmpR7CRate : tmpR8CRate : tmpR9CRate : tmpR10CRate)

Open in new window

Lotus IBM

Avatar of undefined
Last Comment
olaraak

8/22/2022 - Mon