7/8/2025 7:32: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 writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
ObjTabView error
Posted: 23 Feb 10 4:08 AM
|
Hi All, i use the following code to capture when the user has the Opportunity Products tab view open. But i am getting an 'Object Required' error when there is no tab view open (i.e when just on the More Tabs... tab). Is there any way to refer to the more tabs... view and capture it so i dont get the error? I tried using a msgbox to see the tabview.name of the more tabs.. but got the same error.
Dim objActiveView,objMiddleView,objTabView
Set objActiveView = Application.MainViews.ActiveView Set objMiddleView = objActiveView.MiddleView Set objTabView = objActiveView.TabsView
if objTabView.name = "frmOppProducts" then.........
|
|
|
|
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!
|
|
|
|
|
|
|
|