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

    How to export all stories to a single file?

    How would I modify the ExportAllStories.js to write the stories to a single file? I can't seem to find any parameters in the exportFile method that let me append to a file and not overwrite it. Are the any generic file methods that let me open, write, and close files without the methods...
  2. tkordick

    Get color of a pixel on a canvas

    I have a graphics2d object that I am drawing various shapes in. After it is rendered onto a canvas, I need to iterate through all the x and y coordinates of the canvas and get the color of the pixel at that x,y coordinate. How do I do this? I can't find a getRGB(x,y) that works on a canvas...
  3. tkordick

    Programmatically change the state of Toggle Button

    I have an form where user presses (turns on) a toggle button then does some work in the form. Based on the work they do, I want to programmatically change the state of the toggle button to off. I call the toggle buttons click event which calls the logic but the button still displays as...
  4. tkordick

    Formatting of picture frames with missing bmp in Impromptu

    I have a Impromptu 7 report that uses picture frames which are driven by a database column. Sometimes the .bmp for the data does not exist. Is it possible inside the report to detect that the picture is not available and apply some conditional formatting? I am publishing the report to html...
  5. tkordick

    Impromptu Calendar Report

    Has anyone written a report that displays the days, weeks, and months of the year formatted as a calendar? I have events stored in a database associated with a date and would like to produce a report formatted as a calendar showing those events. Thanks
  6. tkordick

    Dynamic Images in Bar Chart (Impromptu 7.0)

    I am writing a report to show monthly sales in the form of a bar chart. Each bar represents the sales of a specific product. How can I display the image of the product above or below each bar in the chart? Thanks

Part and Inventory Search

Back
Top