Column
Top  Previous  Next

The Column tab in the EIP Template displays the list box columns. For each column you can specify numerous template options for setting the edit-in-place column properties. Press the Insert button to specify the CLASS of object to use when editing a specific list box column. By default, no class is selected.


column


Each column in the Column Specific list can be in four different states:

1.Blank - The Column specific edit-in-place has been configured for the particularly column, but no class has been selected in order to set the edit-in-place properties.  
2.Enabled - A class has been selected and the name of the class is shown.  
3.Disabled - The Column specific edit-in-place has been configured for the particularly column and been set to disabled. In this case it is not possible to set any column properties using the EIP Template. If you still select column that is Disabled you will be presented with the following error:  


disabled


4.Not Defined - The Column specific edit-in-place has not been configured for the particularly column. In this case it is not possible to set any column properties using the EIP Template. If you still select column that is Not Defined you will be presented with the following error:  


columnnotdefined


See the following for details on the column properties:

EditCallProcedureClass
EditCheckClass  
EditColorClass  
EditDropComboClass  
EditDropListClass  
EditEntryClass  
EditFileClass  
EditFontClass  
EditMultiSelectClass  
EditSpinClass  
EditTextClass  
 
 
 
Disable the EIP Template code generation
When checked the EIP template code generation is disabled. In this case when compiling no EIP code will be generated.

tipThe Disable the EIP Template code generation can be used for debugging. This is equilivant to deleting without actually deleting the template. The advantage is that you can keep all the template code setting.