New in Edition 7
iSeries Examples
iSeries Examples
- Techniques for handling iSeries OTHER files: How to Access a File with Variable Length Field and how to Access a File with Null Capable Fields
- Different ways that you can customize Message Presentation in LANSA for the Web.
- Using L4Web Event Logging (aka: click tracking) to monitor and analyze visits to your web site.
- A multi user Chat Session that uses iSeries data queues and Visual LANSA forms. The techniques used demonstrate a lot about inter-system communication and may be used for more than just chatting.
- Some Advanced List View Features including the use of check boxes, dynamic hints and drag and drop techniques.
- See how you can highlight information Using Visual Styles for a Grid.
- See how you can design and resize forms Using VerticalScroll and HorizontalScroll in a Panel.
- See how you can create context-sensitive online guides Using CHM files for Online Help Text (the same technique is used by the VL Frameworks for its online help text and tutorials).
- A “Smart” Combo Box remembers the ten most popular things entered into it.
- Learn how to Set Screen Position of Components dynamically.
- An example showing how you can make Calls to and from Visual Basic applications.
- LANSA User Agent - Interactive File Conversion and Upload shows how to interactively load information from an Excel spreadsheet to an iSeries database table.
- LANSA User Agent - Batch File Conversion and Upload shows how to retrieve information from and to a .CSV file in batch. No user interaction is required.
- Find the length of a string using TCONCAT with one line of RDML..