Home
|
Forums
|
Contact
|
Search
|
Syndication
[login]
[create account]
Tuesday, July 8, 2025
slxdeveloper.com
Home
Search
Contact us
About slxdeveloper
Syndication
Community
Forums
(NEW!)
Newsletter Archive
Members
Your Profile
Submit Article
General
Administration
(6)
OLE DB Provider
Miscellaneous
(2)
Architect
VBScript
(9)
ActiveX Controls
(6)
How To's
(14)
.NET Extensions
(3)
External
OLE DB Provider
(12)
SLAPI (SlgxApi.dll)
SalesLogix COM
(1)
Web
ASP/ASP.NET
(2)
Web Services
Web Client
Downloads
Samples
(17)
Documentation
(7)
Utilities
(18)
Resources
SalesLogix
(3)
Programming
(1)
7/8/2025 2:34:22 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!
Architect Forums - SalesLogix Scripting & Customization
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.
Forums RSS Feed
Back to Forum List
|
Back to SalesLogix Scripting & Customization
|
New Thread
View:
Dynamic
Flat
Tree
Search:
Author
Thread: Change main view tab - programmatically
Guy Barrett
Posts: 63
Change main view tab - programmatically
Posted: 02 Dec 09 8:04 AM
Hi All,
I have a problem
I have a modal form that I am popping up that lists several accounts in a grid. When you click on one of those accounts, it changes the detail view in the background to display the detail of the selected account.
However, because the modal form is open, you cannot click on the background detail view to change the tab displayed. I would like to do this programmatically so the user could have a drop down tab list on the modal form and when they select from this list the main view tab is changed in the background view.
Is this possible?
Cheers in advance.
Guy.
[
Reply
][
Quote
]
Guy Barrett
Posts: 63
Re: Change main view tab - programmatically
Posted: 07 Dec 09 6:17 AM
Hi All,
I have figured this out myself through trial and error, but thought I'd post it up just in case it helps anyone else...
1) The first thing I did is populate a combo box via SQL, listing all of the Account Tabs from the Plugins table.
2) Then you can use this code, to change the visible tab...
Application.MainViews.ActiveView.Tabs.Add("Account:Details")
Application.MainViews.ActiveView.Tabs.ActiveTab = Application.MainViews.ActiveView.Tabs.Item("Account:Details")
Simply replace "Account:Details" with whatever tab form you wish to be selected. You can also get a bit clever with your SQL as well and make sure that the combo is only populated with tab forms that the user has rights to see.
Yay!
[
Reply
][
Quote
]
Page 1 of 1
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!
slxdeveloper.com is brought to you courtesy of
Ryan Farley
&
Customer FX Corporation
.
This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.
code of conduct
|
page cache (param): 7/8/2025 2:53:18 PM