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. R34LiSM

    Torchbox.com CF XML Toolkit 1.0

    OK, the error appeared again. Here's the details; Error Diagnostic Information unknown exception condition unknown error while executing a tag. The only information I've omitted from that error is the information about my browser and whereabouts on my server the error occurred. Everything...
  2. R34LiSM

    Torchbox.com CF XML Toolkit 1.0

    Anyone else using/used this? CF XML Toolkit 1.0 http://www.torchbox.com/xml/toolkit.cfm I downloaded and installed the toolkit a few weeks ago, and have been using it quite extensively for a particular section of my current project. However, it seems to fall over on occaisions, without...
  3. R34LiSM

    Scaling Report text areas based on their content

    ...fixed it. "Can Grow" and "Can Shrink" properties were staring me in the face. [surprise] - R34LiSM
  4. R34LiSM

    Scaling Report text areas based on their content

    Hi all Currently I've produced a report but it's not very dynamic. Problem is that when I printout any records where their textual description is longer (in chars) than the height of their box on the report, it can't be seen in the printout. This is really driving me up the wall, and I don't...
  5. R34LiSM

    Adding columns via macros

    Does anyone know how I can setup some sort of macro that will allow me to autimatically add a series of extra named columns to an existing table? At the moment, I'm importing the data and then adding all these columns manually - surely there's a more efficient way of doing this? I've had a...
  6. R34LiSM

    Absolute Beginner

    Can anyone recommend a training guide for a complete Perl/CGI beginner? I've been recommended the Perl CD Bookshelf by one associate, but wondered if anyone else could suggest possible books/training guides (specifically an interactive training package on CD-ROM if possible). Thanks in advance...
  7. R34LiSM

    Criteria-based row colours

    Thanks for the continued assistance, getting there slowly but surely!
  8. R34LiSM

    High quality transparent GIF images

    Personally, I disagree with the anti-aliasing idea if you want to produce professinal looking, transparent GIF images. I find that setting the colour range at 256, and then the dithering method to 'None' produces the most satisfying results. This is especially true if you're producing...
  9. R34LiSM

    Criteria-based row colours

    Hi all I'd very much like to change the background of each row in my report, based on what results it contains. Here's the pseudo-code; If class.value < 1 Then row.bgcolour=red Else row.bgcolour=white End If Can anyone help me with this please? I've tried a couple of basic approaches but...
  10. R34LiSM

    String output based on Integer

    I'm trying to get an Access 97 report to display a text string for each integer entered in the source table. Here's the pseudo-code for what I'm trying to achieve; If table.class=1 Then report.class=&quot;Monitor&quot; Else If table.class=2 Then report.class=&quot;Grave&quot; Else If...

Part and Inventory Search

Back
Top