[Tcladdressbook-commits] Help TclAddressBookHelp.aida,1.12,1.13
Status: Alpha
Brought to you by:
bdesgraupes
|
From: Bernard D. <bde...@us...> - 2004-07-28 23:11:41
|
Update of /cvsroot/tcladdressbook/Help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19423/Help Modified Files: TclAddressBookHelp.aida Log Message: New "add" and "remove" subcommands Index: TclAddressBookHelp.aida =================================================================== RCS file: /cvsroot/tcladdressbook/Help/TclAddressBookHelp.aida,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- TclAddressBookHelp.aida 26 Jan 2004 23:08:43 -0000 1.12 +++ TclAddressBookHelp.aida 28 Jul 2004 23:11:30 -0000 1.13 @@ -1,11 +1,11 @@ -:Title: Tcladdressbook Help +:Title: TcladdressbookHelp :Project: addressbook extension for Tcl :Version: $Revision$ :CVSDate: $Date$ :Author: Bernard Desgraupes <bde...@ea...> :Homepage: <http://webperso.easyconnect.fr/bdesgraupes/> :Created: 2003-11-26 14:30:03 -:Modified: 2004-01-23 22:26:20 +:Modified: 2004-07-29 01:05:03 :Keywords: Address book, data base ((if $aida_params(target) eq "Pdf" @@ -45,6 +45,11 @@ ((s1 SUBCOMMANDS +((s3 addressbook add ((i recordID i)) ((i groupID i)) +This command lets you add an already existing item (person or group) +designated by its unique ID ((i recordID i)) to the group with ID +((i groupID i)). + ((s3 addressbook changed This command returns 1 if there has been changes made to the database, 0 otherwise. Changes are made in memory with commands such as ((b addressbook @@ -65,11 +70,13 @@ particular group with unique ID ((i groupID i)). If no error occurs, the command returns the unique ID of the created record. -((s3 addressbook delete ((i recordID i)) ?-fromgroup ((i groupID i))? +((s3 addressbook delete ((i recordID i)) This command removes the record with unique ID ((i recordID i)) from the -database or from a particular subgroup specified by its unique ID with the -((i -fromgroup i)) option. Note that any changes made to the database won't -be definitive until you invoke the ((b addressbook save b)) command. +database. Note that any changes made to the database won't be definitive +until you invoke the ((b addressbook save b)) command. +((nl In version 1.0 of the extension, this command used to accept an option +called ((i -fromgroup i)) in order to remove the record from a particular +subgroup. This is achieved now by the ((b addressbook remove b)) command. ((s3 addressbook export ((i personID i)) This command lets you export the record with unique ID ((i personID i)) as @@ -181,6 +188,11 @@ using the ((b keylget b)) and ((b keylset b)) commands defined in the TclX extension. +((s3 addressbook remove ((i recordID i)) ((i groupID i)) +This command lets you remove an already existing item (person or group) +designated by its unique ID ((i recordID i)) from the group with ID +((i groupID i)). + ((s3 addressbook save This command lets you save the changes made in the database. Commands such as ((b addressbook set b)), ((b addressbook create b)) or ((b addressbook @@ -253,7 +265,6 @@ property names b)) command. To know the type of a particular property, use the ((b addressbook property type b)) command. - ((s3 addressbook set ((i recordID propertyName i)) ?((i value i))? This command lets you get or set the value of a particular property for the record with unique ID ((i recordID i)). If the ((i value i)) argument is @@ -284,6 +295,8 @@ ((s1 VERSION HISTORY ((lu ((li 1.0b1 -- 2004/01/25 -- First public release. +((li 1.1b1 -- 2004/08/01 -- New commands "add" and "remove". Modified +"delete" command. lu)) |