11/25/2024 9:38:58 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 reports for SalesLogix including Crystal, SQL Reports, etc. View the code of conduct for posting guidelines.
|
|
|
|
Date Picker problem with custom Crystal XI Reports
Posted: 10 Jun 08 7:51 AM
|
Hello,
I have several custom reports that use embedded date parameters (other than the date options provided through the SLX report manager). When I run a report through SLX, the Crystal Viewer prompts for the extra parameters as expected, but when I click on the date picker button on the parameter window, the date picker opens in an IE window behind the crystal view parameter window.
When running the report through the Crystal development tool, everything works as expected.
Has anyone experienced this and found a solution?
My version info: Saleslogix 7.2.2 Crystal Reports XI R2 Happens on both IE6 and IE7
Thank you, ...Rob |
|
|
| |
|
Re: Date Picker problem with custom Crystal XI Reports
Posted: 20 Jun 08 9:02 AM
|
Same issue on 7.0.1...That parameter window hidden behind the other windows is about as good as another hole in the head. One user claimed that it worked OK if he made the parameter window a full screen before picking but I couldn't get any consistency. I instruct the users to type the date in using the proper format instead of using the DTpicker. |
|
|
|
Re: Date Picker problem with custom Crystal XI Reports
Posted: 20 Jun 08 9:45 PM
|
Hmmm,
I was poking around the SLX report code ooking to fix the double parameter prompting (following a tip from Matt Dockins) and found this in the SLX Report Controller class:
'---------------------------------------------------------------------------------------------- 'Note: Change the WindowStyle parameter from a 2 to 0 to allow the date picker to show on top '---------------------------------------------------------------------------------------------- Set objMainView = Application.MainViews.Add("System:SLX Crystal Report Viewer", 2, False) 'DNL
I wonder why they didn't just change the WindowStyle parameter to a 0 by default...
...Rob |
|
|
|
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!
|
|
|
|
|
|
|
|