>>Wie schaffe ich es, dieses Attribut in TCX zu sehen?
Ich arbeite mit TCE_9, nicht mit TCX.
Falls die Methode noch immer die gleiche ist, schau mal in der Online-Hilfe nach den Hilfsprogrammen export_mapping und import_mapping.
Du kannst die vorhanden Attribut-Mappings zunächst in eine Tectdatei schreiben, im Texteditor ändern und wieder in die Datenbank zurückschreiben.
Ich bin noch nicht am Arbeitsplatz und kann daher keine Beispieldatei beisteuern.
------------------
R.Schulze
Nachtrag: Anbei ein Ausschnitt aus unerer Mapping-Datei
#
# Syntax:
# <title> : <mapping> [ <qualifiers> ]
# where <mapping> is one of:
# IM
# IRM
# CONST( <value> )
# PREF( [ <scope> : ] <value> )
# <step>.<step>...<property>
# where <step> is one of:
# <property>
# GRM( <relationship-type> [ , <object-type> ] )
# NR( <named-reference-type> [ , <form-type> ] )
# SIGNOFF( [ <release-level> , ] <role> )
# ItemRevision
# Item
# Job
# and <qualifiers> are:
# /write_once
# /description=<description>
# /master=both|cad|iman|none
# /freezable
#
# Real mappings:
#
# (hard-wired) DB_UNITS : "Part Unit of Measure"
# (hard-wired) DB_PART_TYPE : "Part Type"
# (hard-wired) DB_PART_REV : "Part Revision"
# (hard-wired) DB_PART_NO : "Part Number"
# (hard-wired) DB_PART_NAME : "Part Name"
# (hard-wired) DB_PART_DESC : "Part Description"
{ Dataset type="UGMASTER"
WERKSTOFF : IRM.NM_MATERIAL /master=cad /description="Werkstoff"
GEWICHT : IRM.NM_GEWICHT /master=cad /description="Gewicht"
DICHTE : IRM.NM_DICHTE /master=cad /description="Dichte"
# (hard-wired) DB_PART_NAME : "Part Name"
# (hard-wired) DB_PART_DESC : "Part Description"
}
{ Dataset type="UGPART"
Z_PREFIX : NR(UGPART-ATTR).NM_string_02 /description="Name des Zeichnungsprefix"
WERKSTOFF : IRM.NM_MATERIAL /master=iman /description="Werkstoff"
STATUS : last_release_status /master=iman /description="Status"
RAHMEN : NR(UGPART-ATTR).NM_string_06 /master=cad /description="Z-Format"
PROJ_CODE : IRM.NM_PROJECT_CODE /master=iman /description="Project-Code"
Name_BEARB : NR(UGPART-ATTR).NM_string_05 /master=cad /description="Name des Bearbeiters"
MASSSTAB : NR(UGPART-ATTR).NM_string_01 /master=cad /description="Massstab"
GEWICHT : IRM.NM_GEWICHT /description="Gewicht"
FREIGABE_DATUM : ItemRevision.Job.SIGNOFF(Dokument,Dokumentenmanager).decision_date /master=iman /description="Datum geprueft"
FREIGABESTATUS : last_release_status /master=iman /description="Status"
ERSTELL_NAME : Item.owning_user.user_id /master=iman /description="Erst-Ersteller"
ERSTELL_DATUM_DB : Item.creation_date /master=iman /description="Erst-Erstelldatum"
DICHTE : IRM.NM_DICHTE /description="Dichte"
# (hard-wired) DB_DATASET_REV : "Part File Rev"
# (hard-wired) DB_DATASET_ID : "Part File ID"
CP_NR : IRM.NM_CP_NR /master=iman /description="CP-Nr."
Benennung : GRM(ItemRevision).object_name /master=iman /description="Benennung"
BLATT_NR : NR(UGPART-ATTR).NM_string_03 /master=cad /description="Aktuelle Blattnummer"
BLATT_AN : NR(UGPART-ATTR).NM_string_04 /master=cad /description="Gesamt Blattanzahl"
AE_NAME : owning_user.user_name /master=iman /description="Änderung Name"
AE_DATUM : ItemRevision.creation_date /master=iman /description="Änderungsdatum"
AE_BESCHREIBUNG : IRM.NM_BEMERKUNG_ALLG /master=iman /description="AEN-Beschreibung allg."
}
[Diese Nachricht wurde von schulze am 26. Mai. 2008 editiert.]
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP