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 TouchToneTommy 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: acarruth
  • Content: Threads
  • Order by date
  1. acarruth

    Clustering and SQL Server 2005 SP1 Issue

    Hi, We have one XI R2 SP2 server up and running, and it is leveraging a database on a separate SQL Server 2005 SP1 machine for the CMS DB. We now have a second machine, which is identical to the first in terms of hardware, OS, and XI. I created an ODBC DSN on server 2, which matches what is...
  2. acarruth

    Viewing a report using a specific Cache Server

    Hi, I’m writing a small java program that incites all the cache servers in a BOE deployment to cache the first page of a particular report instance (for performance reasons). I’ve tried this programmatically, but have had no success. I know that generally a cache server is chosen at view time...
  3. acarruth

    App.Config in non executable vb.net 2003 class

    Hi there, Seems like such a simple problem - just trying to get a dynamic value from app.config file or even a simple text file so client doesn't have to recompile.. but either need to be able to access app.config file, or somehow find out current working path so i can open a text file in the...
  4. acarruth

    Unable to cast InfoObject to Report in .NET

    Hi there, For the life of me, I can't seem to cast an InfoObject to a CrystalEnterprise.Enterprise.Desktop.Report in .NET. Even with the sample code, it says the cast is not valid.. I've seen other references to this on the net, but no solution. Has anyone seen or solved this issue? Thanks...
  5. acarruth

    SI 7.0 -> CR 10 Reports on Stored Procedures on MS SQL Server

    Hi, In SI 7.0, one can access a stored procedure on a MS SQL Server via in the Crystal Report Expert.. lets say we're trying to access a stored procedure named "test". When this SI 7.0 report is opened in CR 10, the report will not run because it is looking for a stored procedure named "test"...
  6. acarruth

    CSS Positioning not taking effect on a submit

    Hi there, I have a bit of css/js that positions a button at the foot of the page. it works fine when i first load the page, but when i submit the form on the page (the page submits to itself), the positioning does not take effect on the resulting page. However, when i press 'refresh' (it asks...
  7. acarruth

    Link mysteriously being commented out by browser!?

    Hi there, I have a coldFusion generated page, and the following happens to one user on an IE6 WinXP system (I can't reproduce this). I believe the user uses ComCast internet service in the United States. <td><p>Go to: <a href="index.cfm"> The Link</a></td> shows up in his browser as...
  8. acarruth

    Form submission of unicode characters -&gt; wonkiness

    Hi, I have a form which I submit, and the data (text) is put into a MS SQL database. It all works fine except for when special non-ascii characters (unicode characters such as accented characters, umlauts, etc) are entered in the form fields. Upon submission, the unicode characters are not...
  9. acarruth

    Converting unicode characters to ISO entities (ie é to &eacute;)

    Does anyone know of a library or function that takes as input some text, and converts all special characters (accented characters, umlauts, etc) into the ISO entities (the HTML characters that start with &amp;)? Or, alternatively, how do I reference unicode characters in javascript? For...
  10. acarruth

    Default owner when reference a table that is not yours!

    Hi, Pretty new to MS SQL server, and I'm trying to have some semblance of security.. I just want a user that can select,insert,update and delete, but not create tables etc. I've been able to do this, but only by referencing tables in the manner dbowner.tablename Is there a way to reference...
  11. acarruth

    Mouse scroll wheel in Coldfusion Studio 4.0.1

    I'm using cf studio 4.0.1 at my work, but I can't seem to get the scroll wheel on my mouse to work (I use it a lot, apparently!). Has anyone been able to get theirs to work? Thanks, Allan
  12. acarruth

    Excel 2000 exporting to tab delimited file..

    Hi there, I seem to be having problems exporting to a tab delimited text file. The issue is that some of my cells are blank, and when I save as a tab delimited text file, sometimes Excel decides to right-trim an entire row if one or more of the rightmost cells are blank. I tried this in Excel...
  13. acarruth

    outlook slow to open messages..

    Hi, Just upgraded to a 1.7ghz machine, and I have noticed that outlook xp is extremely slow in opening any mail messages (about 3 seconds before the message is opened). I archived the majority of my mail into another pst, but the main pst inbox is still slow.. any ideas? Any help would be...
  14. acarruth

    Displaying OLE jpeg in form instead of just icon..

    In a form in a .mdb, I can't seem to get a bound OLE object containing a jpeg or any other image to display the image instead of just displaying the icon for the image. Is it possible to do this with an OLE object so I don't have to link the source image from the disk? Cheers, Allan
  15. acarruth

    Locking users in a form..

    Hi, Is there a way to lock users in a form, such that they can't view the table from which the form draws data? I understand saving it as an .mde will hide the source code, but I also want to hide parts of the table.. Any help would be greatly appreciated. Cheers, Allan
  16. acarruth

    Protected and unprotected data in the same form

    Hi there, here is what I am trying to do: I need to do a single form with 2 tabs.. the first tab is public information for an account, and the second is private info, such as credit card numbers etc. The first tab is accessible by anyone, but the second tab is supposed to be accessible by...

Part and Inventory Search

Back
Top