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 Mike Lewis 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. 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

    Thanks, I was making it to difficult
  4. 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...
  5. tkordick

    Formatting of picture frames with missing bmp in Impromptu

    Yes, the picture frame is always the same size, I just need to scale the image to fit the picture frame.
  6. 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...
  7. tkordick

    Impromptu Calendar Report

    I was thinking of somehow of a crosstab type report where I determine the month number of the day of the event, the week number of the day of the event, and the day number of the day of the event. Sort by month #, week #, then day #. I haven't tried to prototype anything yet but was hoping i...
  8. 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
  9. tkordick

    Dynamic Images in Bar Chart (Impromptu 7.0)

    I have reviewed the thread and understand how picture frames work. But I was wondering on a bar chart, since I can't place a picture frame inside the chart frame itself, how I associate an image with specific bar. Do I have a frame of some kind directly below the chart frame and then do I have...
  10. 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