Message 1 of 4
box data automatic with ilogic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an addin that create a Qr code .
this is the Addin
i want to write the part number in the box but automatic without write manually
This is my Rule that call the addin
Sub Main() Sub Run_QR() Dim oDefs As ControlDefinitions oDefs = ThisApplication.CommandManager.ControlDefinitions Dim oDef As ControlDefinition oDef = oDefs.Item("CADStudio:XTools:CreateQRCode2") oDef.Execute End Sub