- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
InvokeChan ge error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-07-2011 08:15 AM
MAS 200 Version 4.40.0.6
OLE Error Number: 438
Description: Object doesn't support this property or method: 'oUIObj.InvoiceChange'
This is being called from a BT_Link button.
retVal = 0
ocsVal = 0
ToWhse = ""
ocsVal = oScript.DebugPrint("Change Trans To Whse")
retVal = oBusObj.GetValue("ToWhseCode$",ToWhse)
retVal = oUIObj.InvokeChange("TOWHSECODE",ToWhse) <--- Errors on this line
Any ideas? Is this a 4.50 only thing?
Re: InvokeChan ge error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-07-2011 08:28 AM
After looking into this some more, this function is only available in 4.50. Is there any chance this function could be added via Product Update in the future to 4.40?
Re: InvokeChan ge error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-30-2011 11:22 AM
What is the purpose of the invokeChange method? Didn't see it the object reference...
Re: InvokeChan ge error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-30-2011 12:20 PM
Justin,
InvokeChange() is used to change the value of a control on the screen or a column in a grid. This method may be useful for certain situations where there is unique logic associated with changing the value of a control on the screen or in a grid, which is not invoked via oBusObj.SetValue(). E.g. Changing the QuantityOrdered in a sales order line does not update the “Total Amount” displayed on the lower-right corner of the Lines tab.
Thanks,
Kent


