Home
|
Forums
|
Contact
|
Search
|
Syndication
[login]
[create account]
Wednesday, July 9, 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/9/2025 7:35:47 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!
Administration Forums - General Administration
Forum to discuss general administration topics for SalesLogix (including LAN & remote topics). View the
code of conduct
for posting guidelines.
Forums RSS Feed
Back to Forum List
|
Back to General Administration
|
New Thread
View:
Dynamic
Flat
Tree
Search:
Author
Thread: Refresh custom mainview when data changed in other custom mainview
Steve Knowles
Posts: 657
Refresh custom mainview when data changed in other custom mainview
Posted: 27 Jun 07 8:26 AM
I have custom mainview1 and custom mainview2. MV2 gets some readonly data from MV1 on its detail screen. When data is changed on MV1 and MV2 is open underneath it, the data does not refresh. Is there a way to refresh MV2 to reflect changes on MV1 without the user needing to perform a refresh of some sort? Thanks
[
Reply
][
Quote
]
Jeff Weight
Posts: 219
Re: Refresh custom mainview when data changed in other custom mainview
Posted: 28 Jun 07 12:23 PM
You could do something like this:
For i = 0 To Application.MainViews.Count - 1
If Application.MainViews.Item(i).Caption = "(The Caption of Your View)" Then Application.MainViews.Item(i).Refresh
Next
You could look at the other properties and use something other than caption to identify your readonly view. Hopefully this post is more helpful than the datagrid one that I responded to...
[
Reply
][
Quote
]
Steve Knowles
Posts: 657
Re: Refresh custom mainview when data changed in other custom mainview
Posted: 28 Jun 07 12:40 PM
Jeff, your worth your 'Weight' mainviews. hehehe. That worked. Thanks
[
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/9/2025 8:25:39 AM