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 Wanet Telecoms Ltd 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. kheuber

    CSP Query Builder question

    Is it possible to execute an UPDATE command to set a user's default viewer via the CSP Query Builder? If so, what is the syntax.
  2. kheuber

    RUn stored Procedure using VB.net

    Here's a sample (frmEmpNum represents one of your form fields)... Dim arParms() As SqlParameter = New SqlParameter(1) {} arParms(0) = New SqlParameter("@EmpNum", SqlDbType.Int) arParms(0).Value = frmEmpNum.Text 'Here's how to get an output parm back arParms(1)=New SqlParameter("@OutPrm"...
  3. kheuber

    View Cube through a web page

    I've built a .NET app, and I need to call a page that will call a cube via the web browser (passing it the S_ID). I know that there is an ActiveX viewer that has to be referenced in the page, but I have no idea what it is. Does anyone have any examples of viewing a cube through either an ASPX...
  4. kheuber

    Dynamic Datasource in CE

    I am currently re-building a data warehouse reporting app for our company (with CE9, .NET, SQL Server, etc.), and I'm running into an issue with CE. Is there a way to dynamically set a datasource for a rpt that is stored in CE? And, if there is a way to dynamically set the datasource, is...
  5. kheuber

    Error with Drill Through in ePortfolio

    The solution that I did was uninstall the ActiveX rich client viewer on the local machine, and reinstall. The reason that it wasn't executing was the fact that I had Script & Executable rights on the directory/file. I also installed a hotfix from Crystal that addressed the problem, also.
  6. kheuber

    Error with Drill Through in ePortfolio

    An odd thing started occuring on my application. I am having users access ePortfolio from their local machines to view cubes. We have drill through enabled. It had been working fine. A sysadmin was doing some work on the server, and now I'm getting an error when attempting a drill through...
  7. kheuber

    Turning off Modify Action

    I am running 8.5, and RAS is installed.
  8. kheuber

    Turning off Modify Action

    I've Explicitly Denied "Edit Objects", "Modify the rights users have to objects", "Edit objects that the user owns", and "Modify the rights users have to objects that the user owns" on both the report and the folder, but the "Modify" action still...
  9. kheuber

    Turning off Modify Action

    I have an easy question (hopefully). I've created a report in Crystal Reports, and published it to CE. In my actions for my users, I get the View | Schedule | History | Modify. Is there anyway to turn off Modify for users? I've looked through the Rights of the object in CMC, but I can't seem...
  10. kheuber

    Toggle Descriptions?

    I noticed in the Member Selector, there is an option - "Toggle Descriptions". The only thing I can find in the help files is that is turns on long or short descriptions. My question is, where do I set the long vs. short description? Is that in the cube design itself? And if so...

Part and Inventory Search

Back
Top