Codebook makes liberal use of declared constants, but when I try to use those same constants I get 'Variable not found' errors. For instance, if I add code to the AfterSave() method of a form and test for 'FILE_OK' I get "Error #: 12" "Message: Variable 'FILE_OK' is not found". What am I doing wrong? Do I need to add an 'INCLUDE#' statement to each form? ©2001 Virgil Bevans |