11/30/2024 6:35:41 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss usage & tips for SalesLogix controls and other 3rd party ActiveX controls. View the code of conduct for posting guidelines.
|
|
|
| |
| |
| |
|
Re: Datagrid Column Sorting Not Working In Reseller Popup Form
Posted: 06 Dec 07 10:26 AM
|
Vamsi,
you might have to set the sortable property to true and set column names for each grid column.
.SQL.Text = "Select top 1 C_ACCOUNT_ANALYSISID as 'A' from c_account_analysis where 1 = 2" Set objRs = .Recordset
Set objCol = .Columns.Add(0) objCol.Caption = "Booking Type" objCol.FieldName = "A" objCol.Width = 90 |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|