From 947cb3e7725ee0e67cd0b2a22c34c5c1122d6cc3 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Thu, 25 Feb 2010 22:46:54 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Query=20Favorites:=20-=20added=20snippet=20?= =?UTF-8?q?variable=20$SP=5FSELECTED=5FTABLES=20=20which=20inserts=20`tabl?= =?UTF-8?q?e1`,`table2`,=20etc.=20(ONLY=20tables)=20=E2=80=A2=20improved?= =?UTF-8?q?=20"Check=20Table"=20-=20now=20one=20can=20select=20more=20than?= =?UTF-8?q?=20one=20table=20to=20execute=20"CHECK=20TABLE=20table1,table2,?= =?UTF-8?q?=E2=80=A6=20;=20if=20all=20tables=20passed=20successfully=20ale?= =?UTF-8?q?rt=20OK,=20if=20not=20show=20the=20result=20as=20accessory=20ta?= =?UTF-8?q?ble=20in=20the=20sheet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit note: OPTIMIZE, REPAIR, FLUSH, CHECKSUM, ANALYZE follow --- Source/TableDocument.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/TableDocument.h') diff --git a/Source/TableDocument.h b/Source/TableDocument.h index 6c03e01a..74aa3402 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -50,6 +50,9 @@ IBOutlet id spHistoryControllerInstance; IBOutlet id exportControllerInstance; + IBOutlet id statusTableAccessoryView; + IBOutlet id statusTableView; + IBOutlet SPUserManager *userManagerInstance; IBOutlet NSSearchField *listFilterField; @@ -157,6 +160,8 @@ NSMutableDictionary *spfDocData; NSString *keyChainID; + + id statusValues; } - (NSString *)getHTMLforPrint; -- cgit v1.2.3