11/26/2024 3:25:15 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 writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
Data Grid Changing the condations
Posted: 14 Jun 06 9:03 AM
|
fiogf49gjkf0d Hi
How do we dynamically change the conditions of the query set to the Data Grid control in VB script.
In legacy we have the following options to do the same • QueryClearConditions • QueryAddCondition
|
|
|
|
Re: Data Grid Changing the condations
Posted: 14 Jun 06 11:28 AM
|
fiogf49gjkf0d The DataGrid has a SQL property. This is what you will use to modify the conditions of the query the grid is bound to. Extract the current query and then append conditions to it, then set it back to the DataGrid.SQL.Text property and refresh.
Make sense? |
|
|
|
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!
|
|
|
|
|
|
|
|