Options

Writing value to navision using CFRONT

jksjks Member Posts: 277
Hi all,

I am using CFRONT (with C++ program). I want to write the value of one double variable to one field of navision whose data type is biginteger.

How can i do that?

I tried using DBL_AssignField. but in that it expects void *. How can i type cast double to void *.

Please help.
Sign In or Register to comment.