Re: Questions translation into spanish
Mike Richardson <mike-1gTsUfBLqWsG2Il/[email protected]> Mon, 11 Jul 2005 15:21:25 +0100
| Newsgroups | gmane.comp.db.rekall.devel |
|---|---|
| Message-ID | <[email protected]> |
On Saturday 09 July 2005 20:26, Ernesto Revilla wrote: > Hi folks. > > In the language .po file near line 1165: > > #: libs/kbase/kb_block.cpp:381 libs/kbase_rt/kb_block.cpp:381 > msgid "Attempt to change block to subblock" > > What does this mean, that block is trying do modify any visual or data > properties, or that block is trying to be converted to a subblock ? > > > Regards, Erny It should never occur, ie., its an internal error. When rekall sets up a block, the block gets a type, one of Table block, Query block, SQL block or Menu-only block. In addition, there are "sub-blocks" which arrise when a block is based on a rekall-level query and the data from the query is "blocked up" in a way that gives a block/subblock (eg, consider a query that joins customers and purchases as a one-to-many, then you can get a "blocking" that has customers as the block and purchases (per customer) as the subblock). Sub-blocks appear in the XML definitions as elements "KB(Form/Report)SubBlock" rather than "KB(Form/Report)Block", and are marked with the type "subblock". What should never happen is for a "KB(Form/Report)Block" to get marked as "subblock" or for a "KB(Form/Report)SubBlock" to get marked as a table, query, etc block ... which is what the error (and the associated ... from subblock) refers to Err, hope that makes sense? -- Regards Mike http://www.rekallrevealed.org *THE* GPL/Open Source database front end for Linux and Windows.