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

    Crystal Stored in SQL Server?

    Thanks for all your help. I'm developing in VB.NET so will look a bit closer at this. Regards, Marcus
  2. marcusw

    Crystal Stored in SQL Server?

    Thanks Mike, I don't really want to put an .rpt in a directory if I can help it as this would give the user the opportunity to use Crystal to modify it and potentially break it. Also, the reports will be producing sensitive data so there is a security issue and it would be more secure to have...
  3. 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.
  4. 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...
  5. marcusw

    Crystal Geographic Maps

    I gave up in the end! It looks like it simply can't be done in Crystal.
  6. 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.
  7. 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...
  8. 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...
  9. marcusw

    ASP.NET and Outlook

    Thanks, I'm logged on as Administrator but I believe ASP.NET runs as a user called "aspnet". I understand your point about this user needing permission to Outlook but where would I set that. Also, what logs would I need to look in? I'm using W2K Professional and nothing gets written...
  10. 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...
  11. marcusw

    HTML Button nested in Hyperlink

    Thanks Jonathan, That works perfectly! Regards, Marcus
  12. 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...
  13. marcusw

    XP Internet Connection Sharing

    Thanks Roche, Just fixed the problem... turned out to be something with my wireless LAN access point. Thanks for the reply... Marcus.
  14. 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...
  15. 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...
  16. marcusw

    Client Side Events on Server Controls?

    Thanks Jack! Worked a treat! Marcus.
  17. 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...
  18. 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...
  19. marcusw

    Programatically Saving a Web Page as a Text File

    Thanks Grant, One problem, the reference to &quot;WebBrowser1.Document.body.innerText&quot; gives 'object variable or With Block variable not set'. Can you expand a bit further on this please? Could you post some example code if you've got some please. This is the first time I've used the...
  20. 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...

Part and Inventory Search

Back
Top