• I am trying to populate a UDF with the Gross Margin by line.

    I have created a script, and it does not seem to work. Do I put it under column validation, or some other mode. Here is the script. Retval=0 rExtcost rExtamount=0 rQtyship=0 rUnitcost=0 rLineGM=0 Set oLines = oBusObj.AsObject(oBusObj.Lines) oLines…
  • MoveFirst, MoveNext generate errors; EOF always False

    Hi All, Please advise - seeing this with our customer - live database and ABC sample database throw the following exceptions while navigating through line items distribution: MoveFirst: <Error: 0 in Method MOVEFIRST> MoveNext: <Error: 0 in Method…