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 wOOdy-Soft 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: *

  • Users: marcusw
  • Content: Threads
  • Order by date
  1. marcusw

    Crystal Stored in SQL Server?

    Does anyone know if it is possible to store a Crystal Report in a SQL Server Database table/field? I had heard that they could be stored as binary objects. I want to distribute a report to an end user but don't want them to access or even see a '.rpt' file. Thanks, Marcus.
  2. marcusw

    Crystal User Defined Function Security

    Hi everyone, I have a Crystal Report (V9) that uses a User Defined function (.dll). This function retrieves data from a third party application. When I run this from an ASP.NET page the report shows an empty CrystalReport Viewer with the message "Error: Fail to render the page&quot...
  3. marcusw

    Crystal 9 Connection Info

    Hi, does anyone have some sample code showing how to run a Crystal 9 report from a visualInterdev ASP page. All the examples I can find are for ASP/VB.NET. I need to be able to define ADO/OLEDB DB connection info etc and then execute the report from within server-side tags. Regards, Marcus.
  4. marcusw

    Crystal Geographic Maps

    Hi, I'm using Crystal Reports V9 and would like to use the mapping technology within it. I have a couple of questions before I start:- 1. Are the maps upgradeable? So if one country becomes part of another or boundaries are moved. Can new ones be purchased? 2. Can the UK map be filtered...
  5. marcusw

    Crystal RAS Connection Info

    Hi, I'm about to develop an ASP application that executes a Crystal report. There are two things I need to establish:- 1. How can I pass the connection and DB login information to the report. 2. What does it mean to run the report 'managed' or 'unmanaged'? I'm using Crystal Reports...
  6. marcusw

    ASP.NET and Outlook

    I have a very simple bit of code that puts a message intot the Outbox of Outlook 2000. It uses the Outlook 10 Object Library and works perfectly within VB.NET. However, when I put exactly the same piece of code into an ASP.NET page (using excatly the same reference) it simply hangs when I try to...
  7. marcusw

    HTML Button nested in Hyperlink

    I have an ASP.NET page and I want to insert an HTML Button inside a hyperlink. You'd think this was simple but I can't get it working.... Here's the code <a href=&quot;ReportExport.aspx&quot; target=&quot;_blank&quot;> <INPUT id=&quot;cmdOK&quot; type=&quot;button&quot...
  8. marcusw

    XP Internet Connection Sharing

    Hi, I have a cable modem connected to an XP Pro machine with two network cards. One card connects directly to the cable modem and the other connects my LAN (One other machine at the moment). The machine with two NICs can access the Internet perfectly, however the client machine cannot...
  9. marcusw

    Server Side Tags

    I have an application that requires the Body class to be set after an operator logs in. The application interrogates the database and evaluates what company the operator works for. Thereafter, I set the &quot;Body class=&quot; a given Cascading Style Sheet class. My problem is that I'm currently...
  10. marcusw

    Client Side Events on Server Controls?

    Hi Everyone, I'm currently tearing my hair out trying to understand the following.... My application uses a server side button to do a final page submit. No problem with that! However, does every single event HAVE to run on the server? I would like to have mouseover events that simply change...
  11. marcusw

    Database Driven Events

    Hi, I have been asked if we can configure CE8.5 to handle Data Driven events. Ideally, we'd like to monitor an Oracle database for new rows in a table or a certain change of value in a field. Then run a report accordingly..... I don't think CE8.5 has this fuctionality??? Anyone got any other...
  12. marcusw

    Programatically Saving a Web Page as a Text File

    Hi, Does anyone have any ideas how I can navigate to a URL and save it as Text File. Essentially, I want to do a File¦Save As¦C:\temp\abc.txt although automatically in VB. It's important that the file gets saved as a true text file rather than a saved HTM file as .txt. I don't want all the...
  13. marcusw

    Multiple Excel Worksheets as one Datasource

    I'm connecting to an Excel Spreadsheet with 8 individual worksheets. Each worksheet identifies a geographical region. I'm doing this through ODBC and it connects without error. However, each worksheet appears as a seperate table (each with the same field structure). What I want to be able to do...
  14. marcusw

    CInfo Database Access

    Has anyone reported from the CInfo database before? I have written a report that shows scheduled report details etc. There are a number of binary fields which I can't report from. Does anyone know a way of accessing these fields? API Calls perhaps?? Thanks, Marcus
  15. marcusw

    Refreshing Reports

    I'm calling SCR 8 reports from a browser command line, passing 3 parameters. I'm having real problems making sure that the report is automatically refreshed every time it is run. I regularly get the message .... &quot;Data on the Page Server may have changed. In order to prevent the display of...
  16. marcusw

    Report Viewing in Browser

    I am emailing a Crystal &quot;.rpt&quot; to a user and I'd like to allow them to double click it and open it using the ActiveX viewer in IE5. Does anyone know if this can be done without installing Crystal on the client?

Part and Inventory Search

Back
Top