- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
- « Previous
-
- 1
- 2
- Next »
Re: Writing to IM_ItemCos t
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-13-2012 09:53 AM
It is probably the difference between what is kept in memory and what is written to the physical table. I believe a SetValue only changes what is in memory, and it will not be committed to the physical table until the Write. It looks like GetValue retrieves from what is in memory.
Re: Writing to IM_ItemCos t
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-13-2012 10:01 AM
That is true, this value will only appear in the table once a successful Write() is performed.
retVal = oItemCost.Write()
Re: Writing to IM_ItemCos t
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-13-2012 10:12 AM
The Write() returns 0 and the oItemCost.LastErrorMsg is "The Transaction Date is required".
I'm getting somewhere. I'll try a SetValue to the Transaction Date. Thanks Gator.
Re: Writing to IM_ItemCos t
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-13-2012 11:21 AM
That was the trick, the Transaction Date had to be set! Thanks Elliot. Thanks Gator.
- « Previous
-
- 1
- 2
- Next »


