5/3/2026 10:46:45 PM
|
| |
| 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.
|
|
|
|
list view question very urgent Requirement pls help
Posted: 12 Aug 07 5:12 AM
|
Dear all
We built some custom module in slx 7.0 and we are having a form like insert tickets. I am having small requirement. After user filled the entire information on that form for insertion when ever he clicked on o.k button he need to switch to a list view of one specified group. I have written code to switch over to main view which will show that record but i need to switch over to list view of specified group
Pls help any body if you know the solution
vamsi
|
|
|
|
Re: list view question very urgent Requirement pls help
Posted: 13 Aug 07 3:19 AM
|
Use Application.MainView.AddEx
It allows you to Open up a Main View and set its Display Mode to List.
Or, if you rather not change your current code, you could do something like Application.MainView.ActiveView.DisplayView = mvmList |
|
|
|
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!
|
|
|
|
|
|
|
|