Hi,
For SABE301, there is no Architecture diagram. The process flows will be stated in multiple choice (at least when I took the exam). For example, your answers will look like:
a) Process X, then Process Y, finally Process Z
b) Process Y, then Process X, finally Process Z
c) Process Z...
I've taken the 2nd exam (SABE301) and it wasn't too bad. Just know which servers (services) run when you do different actions, such as:
- Knowing which servers handle scheduling CR documents
- Knowing which servers handle OLAP viewing requests.
- Knowing which servers handle scheduling WebI...
The parameter prompt formats (I think) are coded into CR and cannot be changed.
However, you can get around this by creating a string parameter and letting your users enter the data in your mm-dd-yyyy format (just be sure to use an edit mask so they can't enter letters).
Then in your record...
Try using the DateAdd() and the DateDiff() function. The dateDiff() will return a number, and dateAdd() will allow you to add/subtract time from a datetime field.
If you are using Crystal Reports XI, then I have done something similar to this.
I started out by making a single .aspx page (called viewReport.aspx) for all crystal reports. This single page contains only the CR.net viewer (called 'crViewer').
This page has code that sets the viewer's report...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.