|
CoCreate Modeling : Makro Teilename
Humml am 19.09.2011 um 19:47 Uhr (0)
Hallo da bin ich nochmal,mit der folgenden Funktion soll das Attribut des Feldes Beschreibung abgerufen werden:Code:(defun dc4-desman-get-benennung-info (teil) (let (attributliste attribut inf) (setf attributliste (sd-inq-item-attributes teil :attachment :contents)) (setf inf nil) (dolist (attribut attributliste) (progn (when (string= attribut "DB-DREF") (progn (setq inf (sd-inq-item-attribute teil attribut :BESCHREIBUNG :attachment :contents)) );;progn );;when );;progn );;dolist (when (typep inf ...
| In das Form CoCreate Modeling wechseln |
|
CoCreate Modeling : Makro Teilename
Humml am 21.09.2011 um 16:57 Uhr (0)
Hallo Wolfgang,ich hab mal mit "display" die Ergebnisse von sd-inq-item-attribute und sd-inq-item-attributes zu Gesicht bekommen.Bei der AbfrageCode:sd-inq-item-attribute teil attribut :BESCHREIBUNG :attachment :contentsbekomme ich "NIL" (also nicht gefunden).Unter keinem Attribut finde ich die "Beschreibung", was sich aber laut MM, an einem Teil-Attribut befinden müsste.Verzweifelte GrüßeChristian
| In das Form CoCreate Modeling wechseln |
|
Anzeige:
Anzeige: (Infos zum Werbeplatz)
 |