Open WinForm with DotNet Datatype C/AL code
lang
Member Posts: 27
Hi!
i like to use DotNet datatype in C/AL to open a WinForm with a RichTextBox.
my code idea:
var SystemWinFormsForm DotNet 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral,PublicKeyToken=b77a5c561934e089'.System.Windows.Forms.Form
var RichTextBox DotNet 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.System.Windows.Forms.RichTextBox
// new instance
SystemWinFormsForm := SystemWinFormsForm.Form;
// open win form
SystemWinFormsForm.Show;
// to create a RichTextBox
RichTextBox := RichTextBox.RichTextBox;
RichTextBox.Rtf(rtfText);
Does anyone know how i can open the win form? nothing happens with SystemWinFormsForm.Show;
How can i include the RichTextBox in my WinForm object?
Kind regards
Alex
i like to use DotNet datatype in C/AL to open a WinForm with a RichTextBox.
my code idea:
var SystemWinFormsForm DotNet 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral,PublicKeyToken=b77a5c561934e089'.System.Windows.Forms.Form
var RichTextBox DotNet 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.System.Windows.Forms.RichTextBox
// new instance
SystemWinFormsForm := SystemWinFormsForm.Form;
// open win form
SystemWinFormsForm.Show;
// to create a RichTextBox
RichTextBox := RichTextBox.RichTextBox;
RichTextBox.Rtf(rtfText);
Does anyone know how i can open the win form? nothing happens with SystemWinFormsForm.Show;
How can i include the RichTextBox in my WinForm object?
Kind regards
Alex
0
Comments
-
You cannot use DotNet variables to expose WinForms in pages. You wil have to use the client extensibility controls instead. They are basically just add-ins with UI suport. You caould take a look at http://blogs.msdn.com/b/cabeln/ for more information about this topic._________________
Niels-Henrik Sejthen
Senior Software Developer
Microsoft Dynamics NAV
The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 611 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 253 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions