• error processing use list module: (Globals) QenosWF

    By Eric H Romo 2 decades ago

    I get 2 of these messages when opening a document that has the QenoWF subform.



    So far I have tracked it down to:


    1. in the (computed) subform WFToolbar, the statement "Call wfInfoDialog ()" causes the message

      *** By commenting it out, no more error message)


    2. use of the (computed) subform "WFSectionControl for Basic", causes the error message.

      even when I created the subform from scratch and left it empty, causes the error message.

      * Only when I change the computed Subform formula to "" does this error go away
    • WFToolbar fix

      By Eric H Romo 2 decades ago

      I added use "_QAF WF Runtime" to the Globals Option section, and its error message stopped.



      I also removed all the other Use clauses from the subform.



      (There is still the error message from the other subform)