spartacus
16th July 2003, 18:19
Trying to use labels from "tt" we get the message "no integration with package".
Is ist usfull/possible to integrate "tt" in our package ?
Or is that behavior a standard problem / feature ?
Spartacus
rochus
16th July 2003, 18:47
you cannot integrate ""tt" in
your package comb.
Francesco
16th July 2003, 19:57
Your tools are actually physically separated from your other package VRC's.
While the tt domain is located in the $BSE/tools/tt[VRC] directory, everything else is found in $BSE/application/[PACKAGE][VRC].
Consequently the tt package is not included in your standard derivation structure and yada-yada-yada.
rupertb
16th July 2003, 23:06
Hi Spartacus, maybe you can't use the labels but the following code works:
message(form.text$("ttadv21304", "2"), 1)
So maybe you can define a form field instead of a label and fill the field with the returned string passed by form.text$
Regards,
Rupert
spartacus
17th July 2003, 09:57
Hi Rupert,
good idea! For sure a solution in some cases.
Spartacus
ulrich.fuchs
17th July 2003, 10:56
Another thing to note in this context: Whilst you cannot use domains from tt, you still can use tables from tt, and read (and change and update, if you really want to do this) as needed in program scripts. If you need variables to store tt table field values, you can use a "similar" domain like tcmcs.str8, for example...