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

    The secure Contivity VPN connection has been lost.

    I have basically the same issue as thread463-1147365. I am able to VPN to my companies network with a laptop that connects to my Netgear wireless router but I am not able to get in from a desktop that is hardwired. They both have Windows XP Pro and I've tried disabling Windows Firewall. I'm...
  2. cmcleod

    Combine Reports into one .PDF

    I have a mechanism to generate the 12 PDF files one by one. I would like to user to be able to select 1-12 files via a checkbox and have those merge into 1 PDF. Sound reasonable?
  3. cmcleod

    combine two Reports into one Report Document

    Anyone ever combined two Crystal Reports into one CrystalDecisions.CrystalReports.Engine.ReportDocument and streamed that combination out to a browser? *WORKS **************************************************************** Dim rpt1 As New CrystalReport1 Dim rpt As New ReportDocument...
  4. cmcleod

    Combine Reports into one .PDF

    I'm interested in this as well!
  5. cmcleod

    Exporting PDF from Crystal Report .NET (ASP.NET)

    set the report datasource in the export as well.
  6. cmcleod

    COM+ Services Type Library?

    Thanks. I know have that library and was able to create the DLL's.
  7. cmcleod

    COM+ Services Type Library?

    I have an old ASP application that runs in Windows NT. I would like to enhance it put cannot register the dll's on my Windows 2000 machine. The error I get tells me to reference the Microsoft Transaction Server Type Library. When I read up on this and Windows 2000 I read that I should be...
  8. cmcleod

    Apostrophe Replacement

    That worked great. How does JavaScript read the /'/gi;? It seems that is what is making or breaking the code. Thanks.
  9. cmcleod

    Apostrophe Replacement

    I am trying to use the following function to replace all occurens of ' in a input box with ''. The function works for alpha characters but hangs when I use the code below. function replaceChars(entry) { out = "\'"; // replace this add = "\'\'"; // with this temp =...
  10. cmcleod

    pass#word : is not an identifier

    I am not much of a Unix programmer and did not write this script. I have just been put in charge of finding a solution. Our solution so far has been to remove the special characters. If the export command is not the way to go do you have another suggestion? Thanks.
  11. cmcleod

    pass#word : is not an identifier

    sh script to read file ################ cat $PARFILE | read MODULE USRID PASSWD DBNAME export $USRID export $PASSWD export $DBNAME sqlplus -s $USRID/$PASSWD@$DBNAME.world <<EOF >>$UNLOAD_LOG 2>&1 select * from dual; exit EOF ################ text file format ################ MODULE USRID...
  12. cmcleod

    pass#word : is not an identifier

    We have a shell script that reads in variables ($USRID/$PASSWD@$DBNAME) from a text file. We recently changed the password to contain a special character (#). When the shell script runs that reads the variables it gets a &quot;pass#word : is not an identifier&quot; error and stops. Does anyone...
  13. cmcleod

    Windows NT Load Balancing Service

    We have an application that has 4 NT web servers. When you log into the application WLBS sends you to the server that has the most resources available (we think). The issue is once you have been sent to a server you always get sent to that server thus defeating the purpose of WLBS. Anyone have...
  14. cmcleod

    How to read mail that has been sent

    Thanks for all the suggestions. Since I am not the unix administrator I am sending this questions onto them. There was nothing in the queque and from what I can see in the syslog.conf file it looks like messages are not being recorded.
  15. cmcleod

    How to read mail that has been sent

    I am a novice Unix user who would like to know if there is a way to view the sent items on a unix server. We have some nightly shell scripts that are supposed to send emails out and I need to know if this one was sent. The person who was supposed to recieve the email did not but I would like to...

Part and Inventory Search

Back
Top