on 2007 May 15 3:30 PM
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sometimes the thread stops when in debugging mode. I don't know why it happens but it does from time to time and I noticed that it is at certain points on the code.
What I usually due is put a Msgbox at the point in the code where I want to evaluate!
Hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Paul
Try using
orecset.Fields.Item("cardcode").Specific.Value
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
100 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.