Create one division ERROR in formel error syntax

Filipe

Hi!!

I'm creating this screen to bring the amount according to the item's weight.

 


setvar=peso_item=<select BWeight1 from OITM where ItemCode='<clform.ItemCode1>'>
messagebox=<peso_item>

decimal x,y,z
setvar=x=<clform.peso1>
setvar=y=<peso_item>
setvar=z=<x>/<y>
messagebox=<z>

 

Return ERROR in formel

Comments

2 comments

Please sign in to leave a comment.