INTEGRATION: CWS toolkit01 (1.3.36); FILE MERGED
2005/02/25 11:57:16 bc 1.3.36.2: RESYNC: (1.3-1.5); FILE MERGED 2005/02/23 17:38:36 bc 1.3.36.1: ##several changes in Webwizard
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: FieldColumn.java,v $
|
* $RCSfile: FieldColumn.java,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.5 $
|
* $Revision: 1.6 $
|
||||||
*
|
*
|
||||||
* last change: $Author: vg $ $Date: 2005-02-21 13:53:18 $
|
* last change: $Author: vg $ $Date: 2005-03-08 15:35:21 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
@@ -190,7 +190,6 @@ public class FieldColumn {
|
|||||||
FieldType = AnyConverter.toInt(Helper.getUnoPropertyValue(oField, "Type"));
|
FieldType = AnyConverter.toInt(Helper.getUnoPropertyValue(oField, "Type"));
|
||||||
switch (FieldType) {
|
switch (FieldType) {
|
||||||
case DataType.BIT : // == -7;
|
case DataType.BIT : // == -7;
|
||||||
case DataType.BOOLEAN : // == 16;
|
|
||||||
// Todo: Look if the defaultvalue has been set in the Datasource
|
// Todo: Look if the defaultvalue has been set in the Datasource
|
||||||
StandardFormatKey = iLogicalFormatKey;
|
StandardFormatKey = iLogicalFormatKey;
|
||||||
FieldWidth = 5;
|
FieldWidth = 5;
|
||||||
@@ -313,7 +312,6 @@ public class FieldColumn {
|
|||||||
public Object getDefaultValue() {
|
public Object getDefaultValue() {
|
||||||
switch (FieldType) {
|
switch (FieldType) {
|
||||||
case DataType.BIT : // == -7;
|
case DataType.BIT : // == -7;
|
||||||
case DataType.BOOLEAN : // == 16;
|
|
||||||
DefaultValue = (Object) Integer.valueOf("1");
|
DefaultValue = (Object) Integer.valueOf("1");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user