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

    PowerDesigner DataArchitect 9 versus 12...

    Hey Guys, I've used PowerDesigner on several occasions and have been very happy with it in comparison to ERwin. I was thinking of buying a 'Single Seat' license but I couldn't find any information comparing the features/benefits of version 9 and 12 - both of which are offered by Sybase at the...
  2. greaver

    Creating nice printable reports...

    Hey Guys, Anyone have recommendations on how to generate nice printable reports? I have an existing VB app I would like to replace with PERL. My remaining issue is how to generate a WYSWIG screen preview and the associated printer output. Sonny.
  3. greaver

    DBI Alternative

    Hi Fellas, Does anyone know of a reliable commercial alternative to DBI? I'm developing a proprietary app that needs to make ODBC connections to a database. Sonny.
  4. greaver

    Server Side Include and Scoping...

    Hey Guys, I'm working with a html that has a navigation bar that I would like to pull out into another file and reuse. I've tried using server-side includes but I found that the onClick event don't seem to be able to cross page boundaries. That is the onclick event can only be captured by...
  5. greaver

    Generating a printable web form

    Hey Guys, Anyone know how to generate a report that can be delivered over the web to a client's printer? I have a database that a user can query by providing some search arguements in a browser form. I would like to generate a pretty report that the user can then send to their printer. Any...
  6. greaver

    Object Perl snippet puzzle....

    Hey Guys, What does the bolded code do? I thought at first it was a code reference but there is no key subroutine in this class nor its parent (Exporter). require 5.0; package Change; use strict; use vars qw(@ISA @EXPORT); use lib '.'; use convert; use integer; use Carp; use Time::Local...
  7. greaver

    Hosts file and tdpid... on XP

    Hi Guys, I just installed Teradata Demo on my Windows XP box and the database works great. I'm having some problems with the BTEQ and Arc utility though. In both cases I get the error message when I attempt to logon: *** CLI error: MTDP: EM_NOHOST(224): name not in HOSTS file or names...
  8. greaver

    Invisible Mouse pointer...

    Hi Guys, I'm creating a user control with a combobox that drops a list of choices as soon as a key is pressed in the combobox text area. Here is the code snippet: private void cmbAddressBar_keyPress(object sender, KeyPressEventArgs e) { cmbAddressBar.Items.Add("Blue")...
  9. greaver

    Forcing a combobox dropdown

    Hi Guys, I want to duplicate the path completion behavior of IE's address bar. In other word as I type a path, a listing of close matches should be shown in the dropdown list. How do I get the combobox to drop its list? I've sub-classed the ComboBox and called its protected method OnDropDown...
  10. greaver

    Pre-processing a html stream...

    Hey Guys, I want to pre-process a html file before displaying it in IE. Should I create a plug-in for that and if so, how do I go about creating a plug-in in C#? Alternatively, is there a "browser-control" in C# that I can just feed an htlm stream? I recall seeing something like that...
  11. greaver

    IE Address Bar

    Hey Guys, Anyone know if there is a C# control that has the same functionality as the IE address bar? In other words: 1) path completion to previously visited website. 2) path completion to local directories/files.
  12. greaver

    Creating objects in different schemas..

    Hi Guys, I have the following situtation. I have 3 schemas - lets call them - schema1, schema2, and schema3. Each schema has its own set of objects, ie: schema1.table1, schema2.table2, etc... My production DBA wants to use only one login to manage all of these schemas. I created an 'admin'...
  13. greaver

    Annoying Daemon Needs to Die...

    Hi Guys, Somehow I inadvertently downloaded and installed a server application from the web. Every time I reboot my OS, it starts up and trys to communicate over the Internet. Fortunately, my firewall is up and stops it. I can kill the application in Task Manager Window. What I would like...

Part and Inventory Search

Back
Top