Quantcast
Channel: AX Developer Forum
Viewing all articles
Browse latest Browse all 9880

Weighment integration

$
0
0

Hi All,

I done the integration of weighment with Ax 2009. But, when using the breakpoint on the form only, i can receive the data, without using the breakpoint, i can't receive the value. It shows empty.

The code is as listed.

    _Port.Open();

    for (i=1;i<=80000;i++)

    {

    }

//    breakpoint;

    While(strlen(ntstring)<=5)

    {

    ntstring = _Port.ReadExisting();

    }

    _Port.Close();

I uses the loop for delay the process. but i can't receive, any solution. Please ..........
Thanks  in advance.
G.Rajkumar.

Viewing all articles
Browse latest Browse all 9880

Trending Articles