Hello,
This is a partial post from my initial Accpac Solutions Forums post.
I am having a problem assigning a value and I think it is related to the VB6 environment.
If I am using the following code
.Fields("DSALEPRICE").Value = "5", the result is:
.Fields("DSALEPRICE").Value = 0.
Zero is the default value.
Any suggestions why the assigned value is not being accepted.
I am encountering this for three different fields, the other two fields are dates.
I have also used similar code in the past with out any problems.
Thanks in advance.
This is a partial post from my initial Accpac Solutions Forums post.
I am having a problem assigning a value and I think it is related to the VB6 environment.
If I am using the following code
.Fields("DSALEPRICE").Value = "5", the result is:
.Fields("DSALEPRICE").Value = 0.
Zero is the default value.
Any suggestions why the assigned value is not being accepted.
I am encountering this for three different fields, the other two fields are dates.
I have also used similar code in the past with out any problems.
Thanks in advance.