cancel
Showing results for 
Search instead for 
Did you mean: 

B1DE using vb.net in debug mode

Former Member
0 Kudos
60

Hi

I have just used B1DE for the first time and one thing I have noticed is when I debug my code I often type in the following -

? orecset.Fields.Item("cardcode").Value.ToString

for example to check the value of a record set.

When I type this in it stops vb.net, no error message. If I display it in a msgbox in the code it is fine.

Has anyone seen this before ?

Regards Andy

View Entire Topic
Former Member
0 Kudos

What patch level are you using? If your using PL19 or PL20 please upgrade to PL22 since these patches have a problem with the DI API and the business partner object.

Former Member
0 Kudos

Hi William

I am on patch level 20, I will give it a go

Thanks

Regards Andy