on 2007 Jan 04 4:33 PM
I'm try to do oitem.GetbyKey() via VB.net 2005. The ItemCode has a space inside.
Ex: REV_MOTORINI PM
The code does not return error but oitem doesn't retrieve the object links to the master data with the name ItemCode
Hi Ercole,
you do your work in this way:
if (oItem.GetByKey("REV_MOTORINI PM) == true)
{
// perform your action.
}
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.
User | Count |
---|---|
115 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.