Table of contents
- Installing Visual LANSA Framework .NET SDK
- Getting Started
- Create and snap in a .NET component
- Executable Sample Code
-
Code Samples, Tips, Techniques, and FAQs
- Sample code for a filter which adds new entries to the instance list
- Where should I put my code to populate the instance list when I have a hidden filter?
- How to update an instance list entry?
- Is it possible to delete a particular entry in the instance list?
- Sample Code for Relationship Handler which Adds New Entries to the Instance List
- How to get the current entry in the instance list?
- How to navigate (switch) to a different business object?
- How can I read the framework's custom properties?
- How can I pass values between my .NET command handlers & server-side command handlers (WAMs/WEBEVENTs)?
- Debugging