Das Wissen aller Anwender nutzen

Im Allplan Connect Forum tauschen sich Anwender aus, geben wertvolle Tipps oder beraten sich bei ganz konkreten Aufgabenstellungen − auch international.
Und damit wirklich keine Frage unbeantwortet bleibt, unterstützen die Mitarbeiter des Technischen Supports ebenfalls aktiv das Forum.

Es erwarten Sie:

  • Foren-Vielfalt aus CAD Architektur, CAD Ingenieurbau uvm.
  • Tipps von User für User
  • international: Deutsch, Englisch, Italienisch, Französisch und Tschechisch

Melden Sie sich jetzt an und diskutieren Sie mit!

Zur Registrierung

[Frage] Report and link


Goodmorning,
Can anyone give directions to create reports
of the type: click on ID of element (wall, room, etc.) and highlight red color the object in the plan?
Thank you for indication.

Hilfreichste Antwort anzeigen Hilfreichste Antwort verbergen

Hi, here you can find informations about that topic in german:
https://connect.allplan.com/de/forum/themen/topic/topics/cad-architektur/massenermittlung-ohne-bcm-kann-man-waende-irgendwie-so-beschriften-dass-jeder-sie-im-report-sofort/page/3.html#post_285928
Most important is to insert the Action tag/ Bookmark tag as shown below.
Every element (textbox, picture, ...) with the click funcionality needs this tag.

                    <Textbox Name="textbox38">
                      <Action>
                        <BookmarkLink>="Zoom:"+Fields!Allright_ID.Value+",Mark:"+Fields!Allright_ID.Value</BookmarkLink>
                      </Action>
                      <Style>
                        <BorderWidth>
                          <Default>0.5pt</Default>
                        </BorderWidth>
                        <FontSize>8pt</FontSize>
                        <PaddingLeft>2pt</PaddingLeft>
                        <PaddingRight>2pt</PaddingRight>
                        <PaddingTop>2pt</PaddingTop>
                        <PaddingBottom>2pt</PaddingBottom>
                      </Style>
                      <CanGrow>true</CanGrow>
                      <Value>=Fields!ObjectName.Value</Value>
                    </Textbox>

regards

VG
Marcus

Zitiert von: Danilos
Goodmorning,
Can anyone give directions to create reports
of the type: click on ID of element (wall, room, etc.) and highlight red color the object in the plan?

Thank you for indication.

For example like this attachment

Anhänge (1)

Typ: image/png
95-mal heruntergeladen
Größe: 20,60 KiB

Hi, here you can find informations about that topic in german:
https://connect.allplan.com/de/forum/themen/topic/topics/cad-architektur/massenermittlung-ohne-bcm-kann-man-waende-irgendwie-so-beschriften-dass-jeder-sie-im-report-sofort/page/3.html#post_285928
Most important is to insert the Action tag/ Bookmark tag as shown below.
Every element (textbox, picture, ...) with the click funcionality needs this tag.

                    <Textbox Name="textbox38">
                      <Action>
                        <BookmarkLink>="Zoom:"+Fields!Allright_ID.Value+",Mark:"+Fields!Allright_ID.Value</BookmarkLink>
                      </Action>
                      <Style>
                        <BorderWidth>
                          <Default>0.5pt</Default>
                        </BorderWidth>
                        <FontSize>8pt</FontSize>
                        <PaddingLeft>2pt</PaddingLeft>
                        <PaddingRight>2pt</PaddingRight>
                        <PaddingTop>2pt</PaddingTop>
                        <PaddingBottom>2pt</PaddingBottom>
                      </Style>
                      <CanGrow>true</CanGrow>
                      <Value>=Fields!ObjectName.Value</Value>
                    </Textbox>

regards

VG
Marcus

Zitiert von: Marcus
Hi, here you can find informations about that topic in german:

https://connect.allplan.com/de/forum/themen/topic/topics/cad-architektur/massenermittlung-ohne-bcm-kann-man-waende-irgendwie-so-beschriften-dass-jeder-sie-im-report-sofort/page/3.html#post_285928

Most important is to insert the Action tag/ Bookmark tag as shown below.

Every element (textbox, picture, ...) with the click funcionality needs this tag.

regards


Thank you for information, Marcus.

https://campus.allplan.com/ verwendet Cookies  -  Mehr Informationen

Akzeptieren