dear expert..
i have some value on sql server with data type decimals, when i use this statement on vfp 8
thisform.text3.value = subs(val(thisform.txtvalue),4,2)
or
thisform.text3.value = subs(tranform(thisform.txtvalue),4,2)
both text3 or txtvalue with value property are none
i got massage that function argument value, type or count is invalid
can someone explain me, why i got that massage..
i have some value on sql server with data type decimals, when i use this statement on vfp 8
thisform.text3.value = subs(val(thisform.txtvalue),4,2)
or
thisform.text3.value = subs(tranform(thisform.txtvalue),4,2)
both text3 or txtvalue with value property are none
i got massage that function argument value, type or count is invalid
can someone explain me, why i got that massage..