From c11169058366ca679789bc82cf1b3ca8ed496967 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 22 Feb 2010 23:36:15 +0000 Subject: =?UTF-8?q?=E2=80=A2=20implemented=20chance=20to=20reset=20AUTO=5F?= =?UTF-8?q?INCREMENT=20of=20the=20PRIMARY=20KEY=20field=20in=20Table=20Inf?= =?UTF-8?q?o=20Pane=20via=20Advanced=20popup=20button=20and=20sheet=20(not?= =?UTF-8?q?=20yet=20optimal=20GUI=20solution)=20=E2=80=A2=20SPAlertSheets?= =?UTF-8?q?=20-=20ensure=20that=20this=20sheet=20becomes=20the=20keyWindow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/TableSource.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/TableSource.h') diff --git a/Source/TableSource.h b/Source/TableSource.h index 6904b875..3650ec14 100644 --- a/Source/TableSource.h +++ b/Source/TableSource.h @@ -32,12 +32,14 @@ IBOutlet id tableDataInstance; IBOutlet id tableDocumentInstance; IBOutlet id tableInfoInstance; + IBOutlet id extendedTableInfoInstance; IBOutlet id tableWindow; IBOutlet id indexSheet; IBOutlet id keySheet; IBOutlet id resetAutoIncrementSheet; IBOutlet id resetAutoIncrementValue; + IBOutlet id resetAutoIncrementLine; IBOutlet id tableSourceView; IBOutlet id indexView; IBOutlet id addFieldButton; @@ -92,6 +94,7 @@ - (NSArray *)fetchResultAsArray:(MCPResult *)theResult; - (BOOL)saveRowOnDeselect; - (BOOL)addRowToDB; +- (void)setAutoIncrementTo:(NSString*)valueAsString; // Getter methods - (NSString *)defaultValueForField:(NSString *)field; -- cgit v1.2.3