[AccessD] constant for Close

Stuart McLachlan stuart at lexacorp.com.pg
Wed Jan 29 18:37:00 CST 2003


> There are three constants that represent the state of an object:
> acObjStateOpen, acObjStateNew, acObjStateDirty. Does anyone know of one that
> represents closed or nonexistent? I can't find one. I know I can use the
> integer 0, but a constant would be better.
> 

It's not defined, if you really want one create it yourself:

Public Const acObjStateNonExistent As Long = 0



-- 
Lexacorp Ltd
http://www.lexacorp.com.pg
Information Technology Consultancy, Software Development,System Support.






More information about the AccessD mailing list