• Bug in the GenerateStock Agent

    By Ken Litman 2 decades ago

    There appears to be a problem with the GenerateStockInfo agent. The current code reads:

    Forall x In CustomizeDoc.UserStockList

    UserStockList( x ) = x

    End Forall



    However the field on the document is User_Stocks. So the Forall line should read:



    Forall x In CustomizeDoc.User_Stocks

    • I'll fix that tomorrow

      By mike mcpoyle 2 decades ago

      I must have broken that in one of my releases. I'll get it fixed tomorrow and rolled into the 4.4 release, which is just around the corner…I'm still working through internal and external testing on that release. BTW, Thanks for the detailed bug report!



      take care,

      Mike

      • By mike mcpoyle 2 decades ago

        It's officially fixed in 4.4, just released. After looking at the ticker, I spent some time re-writing it. The code was pretty awful. It's amazing how tough it is to be happy with code that's only a couple years old.