Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Wednesday, July 9, 2025 
 
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 ThreadView:  Search:  
 Author  Thread: Refresh custom mainview when data changed in other custom mainview
Steve Knowles
Posts: 657
Top 10 forum poster: 657 posts
 
Refresh custom mainview when data changed in other custom mainviewYour last visit to this thread was on 1/1/1970 12:00:00 AM
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 mainviewYour last visit to this thread was on 1/1/1970 12:00:00 AM
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
Top 10 forum poster: 657 posts
 
Re: Refresh custom mainview when data changed in other custom mainviewYour last visit to this thread was on 1/1/1970 12:00:00 AM
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 | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 7/9/2025 10:48:15 AM