[This is preliminary documentation and is subject to change.]
            Convert the screen or file representation of the tracker boolean to the database representation
            
    Namespace: 
   OfficeClip.DBLayer.ServiceAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public void ConvertTrackerScreenToBooleanDB( OCTrackerProject octp )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub ConvertTrackerScreenToBooleanDB ( _ octp As OCTrackerProject _ )  | 
| Visual C++ | 
|---|
public: void ConvertTrackerScreenToBooleanDB( OCTrackerProject^ octp )  | 
Parameters
- octp
 - Type: OfficeClip.BusinessLayer.Service..::.OCTrackerProject
The object related to the tracker project 
