Total Control Lookups
In this article Stephen Redmond shares another extract from the 3rd edition of his SalesLogix development book, DevLogix. This article covers programmatic use of SalesLogix Lookups, to gain total control over using them in your SalesLogix customizations. Author: Stephen Redmond - 10/27/2005 - Rated: 5.0/5 by 5 users
|
|
The SalesLogix CheckListBox Control
The SalesLogix CheckListBox control is used to display a scrollable list. Similar to the ListBox control, except that each of the items has a checkbox next to it. This article outlines how to use the CheckListBox control and determine which items the user has checked. Author: Kris Halsrud - 10/7/2005 - Rated: 5.0/5 by 9 users
|
|
Generically Setting a Form as Read-Only
A common request among SalesLogix developers is how to set a form as read-only at runtime. There are far better options than hard-coding each control in a script to disable them. This article will demonstrate how to do this generically using a reusable VBScript class. Author: Ryan Farley - 8/2/2005 - Rated: 4.7/5 by 7 users
|
|
Dynamically Populating Radio Buttons and Retrieving the Selected Value
A method to populate radio buttons and retrieve their values in the SalesLogix development environment. Author: Rick Smith - 7/27/2005 - Rated: 5.0/5 by 3 users
|
|
Dynamically Creating DataGrid Columns
In a previous article, I covered how to create datagrid columns at runtime. This article covers how to create DataGrid columns without any prior knowledge of the fields in the query. This article will assist you in creating dynamic DataGrids regardless of the fields in the query, or even the source of the query. Author: Ryan Farley - 12/11/2002 - Rated: 4.8/5 by 13 users
|
|
Creating DataGrid Columns at Runtime
This article focuses on how to change the SQL query a SalesLogix v6 DataGrid is bound to at runtime and programmatically create DataGrid Columns. Author: Ryan Farley - 11/7/2002 - Rated: 5.0/5 by 20 users
|
|