From b66f9afbcd48b62d8adc3cfc5f27da099b129646 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 2 Sep 2010 12:21:00 +0000 Subject: =?UTF-8?q?=E2=80=A2=20first=20preparations=20to=20support=20a=20C?= =?UTF-8?q?SV=20import=20into=20a=20new=20table=20(not=20yet=20executable)?= =?UTF-8?q?=20-=20changed=20order=20of=20target=20tables:=20New=20Table,?= =?UTF-8?q?=20Refresh=20List,=20separator,=20list=20of=20all=20names=20-?= =?UTF-8?q?=20cleaned=20code=20a=20bit=20*=20removed=20check=20for=20avail?= =?UTF-8?q?able=20tables=20in=20SPDataImport,=20now=20if=20no=20table=20in?= =?UTF-8?q?=20db=20the=20CSV=20Field=20Mapper=20opens=20in=20"New=20Table"?= =?UTF-8?q?=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPFieldMapperController.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/SPFieldMapperController.h') diff --git a/Source/SPFieldMapperController.h b/Source/SPFieldMapperController.h index 266986f4..15efd595 100644 --- a/Source/SPFieldMapperController.h +++ b/Source/SPFieldMapperController.h @@ -48,6 +48,9 @@ IBOutlet id advancedLabel; IBOutlet NSMenuItem *matchingNameMenuItem; + IBOutlet NSTextField *newTableNameTextField; + IBOutlet NSTextField *newTableNameLabel; + IBOutlet id globalValuesSheet; IBOutlet NSButton *addGlobalValueButton; IBOutlet NSButton *removeGlobalValueButton; @@ -75,6 +78,7 @@ id theDelegate; id customQueryInstance; id fieldMappingImportArray; + id tablesListInstance; NSInteger fieldMappingCurrentRow; NSMutableArray *fieldMappingArray; @@ -100,6 +104,7 @@ BOOL importFieldNamesHeader; BOOL showAdvancedView; BOOL targetTableHasPrimaryKey; + BOOL newTableMode; NSString *primaryKeyField; NSNumber *lastDisabledCSVFieldcolumn; -- cgit v1.2.3