String.asOid - Object.getOidString - really very usefull
Posted: Fri Aug 07, 2009 2:16 pm
by Paul Mathews >> Wed, 7 Jul 1999 14:14:50 GMT
1) We have found the asOid method really usefull those fixups of data requred after you have gon einto the inspector and found what is
wrong, eg
fixTest() updating;
// Date: 03 February 1999
// User: paulm
begin
beginTransaction; // '2526.4'.asOid.CMJobTemplate.cmCustomiseArray.rebuild;
// or
// delete '2512.1'.asOid;
commitTransaction;
end;
2) Another great use is it enables an exclusive collection to be store
as a string property to be used later.
Paul Mathews
pem@cmsystemsgroup.com.au
Phone: [612] (99717384) Fax[612] (99711679)
(Dee Why,Sydney,Australia)
Please visit our homepage cmsystemsgroup.com.au.
1) We have found the asOid method really usefull those fixups of data requred after you have gon einto the inspector and found what is
wrong, eg
fixTest() updating;
// Date: 03 February 1999
// User: paulm
begin
beginTransaction; // '2526.4'.asOid.CMJobTemplate.cmCustomiseArray.rebuild;
// or
// delete '2512.1'.asOid;
commitTransaction;
end;
2) Another great use is it enables an exclusive collection to be store
as a string property to be used later.
Paul Mathews
pem@cmsystemsgroup.com.au
Phone: [612] (99717384) Fax[612] (99711679)
(Dee Why,Sydney,Australia)
Please visit our homepage cmsystemsgroup.com.au.