Multi-level drucken BOM's
Joop van Kempen
Hallo,Weiss jemand ob es moglich ist ein Bill of Material zu drucken und auch alle separate Bill of Materials von nachtsten level als beispiel?
MFG
J.van Kempen
Philipp Knecht
HalloDer Standardreport kann auch MultiLevel....Ist das nicht dass was du willst?
hth
Joop van Kempen
Hallo,Nein ich will nicht 1 report multilevel aber alle BOM's von zweiten level separat gedruckt haben. Geht dass?
mfg J. van Kempen
Philipp Knecht
HalloDu kannst folgendes im Generatescript des Details mal versuchen (Du musst dann halt die Bedingung anpassen):
If Bom("Level") > 1 Then
Engine.NewPage()
End Ifhth
Joop van Kempen
Hello Philip,I have a few questions according to another approach of this case.
1)
Is possible to link a selfmade .Net-assemblies and use this within Designer.
Can we create instances of objects and let this instance do some task by calling a method or use shared methods of an object?
2)
Is it possible to run reports from within self-made .Net-assemblies? If yes, how can we realize this.
The goal is to run already made reports.
In this case I like to create an instance of an object or use a shared method to run discrete reports from BOM's at a certain level, determined by properties set or parameters passed by Core Designer.
If not possible within Designer is Core Customize a tool that can handle this approach?
Kind regards,
Ger Roodbeen
(on behalf of J. van kempen)
Philipp Knecht
Hi IvanYes this is possible by creating a .NET dll with static functions located in the root of the coresuite folder or by creating a .sip - Module.
To open up layouts you can use the LayoutOpener.ExecutePrintDef("...") - Function.
If you have further questions related to .NET Dlls/sip -. Module please consult the Develop (coresuite framework, SDK) - Forums.
hth
0
Please sign in to leave a comment.
Comments
0 comments