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...
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.
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.
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...
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...
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...
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...
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")...
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...
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...
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.
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'...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.