Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bgordonct

    Process Flows questions on SABE301

    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...
  2. bgordonct

    BECP Exam

    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...
  3. bgordonct

    Reversing Parameter Date from yyyy-mm-dd

    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...
  4. bgordonct

    Multiplying Date by Number

    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.
  5. bgordonct

    Binding reports using VB.NET

    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...

Part and Inventory Search

Back
Top