Page 1 of 1

warning in main program

Posted: Tue Sep 21, 2010 9:02 am
by kennyapril
main_program: When preparing operator: When setting up transfer for "entity_id":Implicit conversion from source type "string[max=10]" to dest type "int32": Converting string to number.


please let me know any changes to get rid of the above warning

Posted: Tue Sep 21, 2010 9:12 am
by chulett
Do an explicit conversion of that field using the StringToDecimal() function as one example of a way to do that.