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

    Dynamic SQL Issue?

    Hi Everyone. Let me start off by saying that this is my first attempt at dynamic sql. I've been programming with PL/SQL for about a year and a half, but this is the first d-sql I've done. At issue is this: I need to populate a column based on what month it is with information that is...
  2. tradle

    Imported Fireworks images don't retain down state image

    All - Apologies if I'm missing fundamentally simple here, but I cannot get a NAV bar to behave as I expect it to. I created a NAV bar in Fireworks MX, and in that environment, everything works great; when a button is clicked, it retains the down state image until a different button is...
  3. tradle

    Win XP, Current NAV defs, SOMETHING is eating my hard drive

    Hi All - I have a WinXP laptop that has a 28 GB hard drive. I use maybe 3 GB with what I have on the PC. Of late, I've been getting the "out of space" message, and the computer has basically gone further and further down in terms of performance. I have Norton Systemworks 2004 on the PC, and...
  4. tradle

    Syntax for an UPDATE statement (9i), contains a single-quoted value

    All - I'm trying to update a string column with the following: UPDATE table SET column = ((Data = 'This')) WHERE condition = That; I know that I have to place something on the outside of the ((Data = 'This')) in order to have Oracle read it properly. I'm updating a string column, and every...
  5. tradle

    CR 9; Not Able to Suppress Blank Sections

    Hi All - I have a report that is ordered as follows: Multiple Page Header Lines Group Header with subreport Details with subreport Group Footer 1a with subreport Group Footer 1B with subreport Page Footer I'm trying to make it such that the Group Footer sections are suppressed when the...
  6. tradle

    Dynamically use counts from subreport for new page calc.

    Hi All - I'm trying to write logic that sums a total from one subreport with a dynamic total from another subreport, and then format the details of the main page to go to a new page when the sum of the totals = 29. The issue is that I can see the dynamic count happening at the second...
  7. tradle

    DNS name resolution failing for new node - can't resolve

    All - Please forgive me if this is an easy one. I'm an application developer, not a network guy, and I'mtrying to help out one of my clients. They have a very small Win2K network - 4 workstations plus a digital printer attached and using active directory on one server. The IP addresses are...
  8. tradle

    Win 2K domain connectivity (lack of)

    All - I'm trying to connect a WinXP workstation to a Win2K network. Every time I try to establish a connection to the domain, I get the forever maddening: error code 0x0000232B RCODE_NAME_ERROR Now, I can ping the DNS IP addresses on the server successfully. I've tried the suggestion from...
  9. tradle

    Correct EXECUTE syntax (embarrassing but very frustrating)

    Hi All - I've compiled the package below and cannot get the darn thing to run correctly. I've tried the following syntax in SQL*Plus: exec tqr135t.cois_swexpense_preprocess.process_fixed_assets(tqr135t.cois_swexpense_preprocess.fa_extract); and gotten the following error: While processing...
  10. tradle

    Multiple transformations, SQL*LOADER?

    Hi All - I'm dealing with a really finicky data source, and have been able to handle every condition but one. I have been able to convert the string $99,999.99 to a valid number, but I cannot figure out how I can also convert ($99,999.99) to -99,999.99 for the same record, because not every...
  11. tradle

    Number Formatting Issue

    All - This is a weird one. I'm trying to concatenate 2 character strings, and then convert the concatenated result into number format. Everything that I have tried results in a scientific notation result - not an integer. This may be very, very trivial, but I'm missing something. I've...
  12. tradle

    Exporting to animated .gif distorting image

    Hey All - I've created a few banners for a friend, and when I export them to animated .gif format, the border essentially disappears and the imagery that I've developed in Flash becomes slightly distorted. Is there perhaps a setting in the export dialogue that I'm failing to set that might be...
  13. tradle

    Navigation bar responds to Click with multiple clicks, does nothing.

    I created a Navigation bar in Fireworks using the Button dialog, and then exported the HTML to a Dreamweaver site. When I view the wep pages that contain the navigation bar and test its functionality, the response is multiple, very fast clicks and a blank browser screen. Does anyone have a...
  14. tradle

    DW Newbie; Template looks great, nothing else does.

    Hey All - Sorry if this is an easy one. I've scoured both this and the Fireworks forums and cannot find the right answer. I've created a site template in DW and populated it with both Flash and Fireworks objects. In DW, when I view either the template or pages derived from the template...
  15. tradle

    Not sure how to run the UPDATE statement.

    Hey Guys - Hope all is well since my last post. My latest issue is simply bourne out of inexperience with VBScript. This script replaces values contained in Postscript files with entries from two different recordsets. What I want to do now is update a separate table when each file is...
  16. tradle

    String Constructed from Recordset Values Misbehaving

    Hi Everyone! Long time, no post. Here's today's quandry... I'm trying to tell my script to only do a function on those files that are identified by a couple of queries. I actually use a couple of entries from recordsets to construct the string filenames, but I'm having something of an issue...
  17. tradle

    Recordset syntax issue

    I'm getting a syntax issue - could anyone out there check this out? I borrowed from a different thread, so some of the syntax may make no sense. Function ReplaceTagValues() Const ForReading = 1, ForWriting = 2, ForAppending = 8 Const TristateUseDefault = -2, TristateTrue = -1, TristateFalse...
  18. tradle

    Need to Read & Write to same file - can't find in documentation

    I've been given a task to write a script using VBScript, a language that I know not a darn thing about, to take 3 different strings or string collections and insert them into various places within all files in a given directory. I've downloaded the Windows Script Documentation after reading...
  19. tradle

    Not displaying with each change within grouping...

    The following is the header formula for a report that I wrote that is grouped by a field called "Rep_X_Consolidated.Eqmajor". Everything else on the report displays without error on a change of "Rep_X_Consolidated.Eqmajor", but for some reason this header disappears afyter the first instance...
  20. tradle

    Possible Grouping Problem (?)

    I have created a report that shows equity positions in a portfolio, broken down by sector and equity type. The grouping is on the equity type exclusively. When I preview the report, I see the expected results where more than one equity style is involved. In this instance, a second page should...

Part and Inventory Search

Back
Top