[RESOLVED]RC SaveSettings - not all settings saved |
Post Reply |
Author | |
mstuart
Groupie Joined: 06 April 2010 Location: United States Status: Offline Points: 36 |
Post Options
Thanks(0)
Posted: 12 October 2010 at 4:39pm |
Hi all,
It seems not all settings are saved/loaded when using the RC.SaveSettings or RC.LoadSettings Method. In particular: 1) ShowGroupBox 2) PaintManager: HighlightForeColor, HighlightBackColor, and ShadeSortColor These are the settings I give the end user while using a report control. They select the options from a CommandBar Popup on a right-click on the RC header. Does anybody know if this is correct, or am I missing something? |
|
Regards,
Mark Stuart Product: Xtreme SuitePro (ActiveX) v13.2.1 Platform: WinXP (32bit)/Win7 (64bit) Language: VB6 (SP6), Magic eDeveloper v9.4, uniPaaS v1.9 |
|
mstuart
Groupie Joined: 06 April 2010 Location: United States Status: Offline Points: 36 |
Post Options
Thanks(0)
|
Hi all,
To update this thread, I've taken the development path to write and read the particular RC settings that are NOT saved using SaveSettings method, to the Windows Registry. |
|
Regards,
Mark Stuart Product: Xtreme SuitePro (ActiveX) v13.2.1 Platform: WinXP (32bit)/Win7 (64bit) Language: VB6 (SP6), Magic eDeveloper v9.4, uniPaaS v1.9 |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Did you consider CreatePropExchange method
XtremeReportControl.CreatePropExchange.CreateAsXML
XtremeReportControl.CreatePropExchange.CreateAsBinaryFile
In these cases just a file is created and you are able to load from a file rather than read/write registry. And maybe you aren't allowed to write to registry and only have one directory to use and have permission to read and write in this (sub)directory... Just an idea
btw You added RESOLVED to topic description? What is difference between SOLVED and RESOLVED?
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
mstuart
Groupie Joined: 06 April 2010 Location: United States Status: Offline Points: 36 |
Post Options
Thanks(0)
|
Hi Aaron,
Currently, I'm not familiar with CreatePropExchange method. I'll look into that. So thanx for the ideas. Concerning [RESOLVED] and [SOLVED]: Because the SaveSettings and LoadSettings methods do not save or load ALL settings, I don't see this thread issue as solved. So I have resolved the issue with a work-around by reading the properties in question and writing them to somewhere else besides the data retrieved from the SaveSettings method. If you see it different, please let me know what to change it to. |
|
Regards,
Mark Stuart Product: Xtreme SuitePro (ActiveX) v13.2.1 Platform: WinXP (32bit)/Win7 (64bit) Language: VB6 (SP6), Magic eDeveloper v9.4, uniPaaS v1.9 |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Mark,
I don't mind what you enter in topic description as long we all do the same
If you would show code how to solve the "problem" the topic would be solved, right? Other user know that it isn't possible (only partial) within the control itself and have to use own code to get around the issue. So SOLVED would be the right word for the topic description. But if you prefer RESOLVED I will be satisfied, better something than nothing
Thanks
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |