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 Wanet Telecoms Ltd 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. 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...

    Thanks guys. I can't believe every other language (Java, VB, C++, etc..) has a suite of commercial and free report writer software. Stuff that behaves like Crystal Report for example. You drag objects into a workspace and create a report template. Hmmm... sounds like a good project for...
  3. greaver

    License for commercial perl application

    Andrew, Lol, I was thinking along the lines: Division of anything by zero = infinity, so I thought you just meant a *very* long time. Sonny.
  4. greaver

    Creating nice printable reports...

    Thanks for all of the suggestion folks. Good options to investigate further. -perluserpengo: How did you format your generated HTML so that when it was sent to the printer the pagebreaks were nicely located? -PaulTeg: I spoke too quickly about Perl/Tk. It looks like I could 'draw' my report...
  5. greaver

    utf8

    Hey 707, Try removing the HTML::TreeBuilder object from your code and just do a simple read and then write. Sonny.
  6. greaver

    License for commercial perl application

    Thanks for all of the replies folks. Andrew, seeing as you were once a dalek ... err, I mean lawyer :") could I beg your indulgence to view a recent version of the Artistic License and give us an informed verdict? http://www.perl.com/pub/a/language/misc/Artistic.html
  7. greaver

    Creating nice printable reports...

    Ack... looks like Ghostscript (despite its name) is really for viewing postscript not for generating it. What I'm really looking for is a tool that I can use to configure about 6 canned reports. Each time I run a report the data that fills the report may be different but the format of the...
  8. greaver

    Creating nice printable reports...

    Thanks Paul, I'll look into Ghostscript. I'm working with Perl/Tk at the moment but I wasn't aware of any 'printer' widgets... Sonny.
  9. greaver

    utf8

    Hey 707, Are you using any file disciplines to let PERL know the encoding that it is reading and the encoding it should generate the output as? PERL is pretty good at figuring that out the ecoding to use, but occassionally it can be confused. For good measure, try the following snippet if...
  10. 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.
  11. greaver

    DBI Alternative

    Thanks Ishnid! I've just posted a question on DBI forum (from Tim Brunce's site) to see if I can get a definitive answer on how the Artistic License works. Thanks for the pointer. Sonny.
  12. 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.
  13. greaver

    License for commercial perl application

    Hi Leland, I'm in a similar situation you were in with respect to using PERL to develop a proprietary app. I am interested in the responses to your posting in the "Information Technology Ethics in the Workplace Forum" but I couldn't find it.... My understanding is that if you link in any...
  14. greaver

    Server Side Include and Scoping...

    Good point. Thanks Chris. Sonny.
  15. 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...
  16. greaver

    Generating a printable web form

    Thanks Duncan, I'm a html/web newbie so bear with my newbie questions. In regards to the html report: 1) How do I guarantee that the generated html report will fit exactly to a letter size page? How would I set the html page size to limit its size... some css tag? 2) How about page...
  17. 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...
  18. 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...
  19. greaver

    Hosts file and tdpid... on XP

    Found the answer. The tdpid is encoded in the alias given in the third column. xxxcop? Where ? can be any integer. So the tdpid in my case is DemoTDAT. FYIW, I copied the line and created a new tdpid (tdp1) that was easier to remember with the line 127.0.0.1 localhost tdp1cop1 Sonny.
  20. 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...

Part and Inventory Search

Back
Top