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 dencom 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. shakespeare5677

    start app on remote machine

    I created a winsock server in order to avoid the hassle of accounts, firewalls and dcom. The server is launched on logon having a shortcut in the "Startup" folder and has been working just fine. However, I've been ordered to "start the server when the client logs on if it is not running...
  2. shakespeare5677

    incomplete file dates

    I found a very strange problem in a gigantic program that I have no time to analyze closely just yet. The problem lies in file dates created and modified retrieved via a file object. They are retrieved as date objects, put into date objects and saved into access as date objects (..., #" &...
  3. shakespeare5677

    how to stop crystal viewer report load

    I need to stop crystal report from loading in the crystal viewer on the web. The code running loads the report and navigates to last page (don't ask, it has to). The problem is that while I can navigate away from the page or even close the browser, crystal reports continues to run and take up...
  4. shakespeare5677

    need to stop crystal viewer

    I need to stop crystal report from loading in the crystal viewer on the web. The code running loads the report and navigates to last page (don't ask, it has to). The problem is that while I can navigate away from the page or even close the browser, crystal reports continues to run and take up...
  5. shakespeare5677

    stop crystal viewer

    I need to stop crystal report from loading in the crystal viewer on the web. The code running loads the report and navigates to last page (don't ask, it has to). The problem is that while I can navigate away from the page or even close the browser, crystal reports continues to run and take up...
  6. shakespeare5677

    Custom Bar Chart

    CR10 Developer, WinXP. I need to create a timeline barchart in which I can control the color of each block, similar to: bar 1: RRWWWWWWWRRWWWWWWBBBBBRR bar 2: WWWWWWWWBBWWWWWBBWWWWWRR where W = white, R = red and B = blue. I tried playing with the regular barcharts by putting the bar name and...
  7. shakespeare5677

    Custom page header + Subreport woes

    CR10 Developer, XPHome I have a report with two groups in it. The sections shown are page header, inner group footer and page footer. My problem is that I'm trying to modify the page header to display extra details if the inner group footer has been extended onto the next page by a subreport...
  8. shakespeare5677

    Page Footer Subreport

    CR10 Developer, XPHome I have a fairly complex report that averages out to have 3 subreports per page (the subreports are next to eachother horizontally = 3 subreports in a group). The problem is that now I need to insert a legend at the bottom of each page. I have tried making a custom...
  9. shakespeare5677

    Hide Individual Chart Series Labels

    CR10, MySql, HX Home: Is there a way to hide individual slice data/series labels based on a formula? Depending on the data, there will be points where one or two slices in the pie have to be present but cannot have a series name or data labels shown. I realize that I can manually go and hide...
  10. shakespeare5677

    Combine pie chart slices

    CR10, MySql, XP Home: I am building a pie chart that looks something like: 4 1 1 6 2 6 2 2 3 2 4 4 4 4 where every digit represents a slice and every number represents a color index (ie: 6 6 means two slices of...
  11. shakespeare5677

    StreamReader.ReadLine restarts file read

    I'm reading a file line by line using the StreamReader's ReadLine. After reading 13 lines of variable lengths, I read 4 lines of 130 characters. Attempting to read the next line, also 130 characters, returns the file's 1st line. Am I doing something wrong? -Max
  12. shakespeare5677

    Fun With Pie Charts

    Dear CR experts, I need to create a pie chart that would simulate the face of a clock. Some hour slices would have to be transparent, some of individual colors and some the same color as previous hours. I realize that you cannot dynamically control a chart's series' colors (or so my searching...
  13. shakespeare5677

    Shell opens wrong file

    So here's a fun problem - I've got a parent folder with 2 exe's and in it I've got a child folder containing the vb project. When I try to shell an exe in the project folder, it launches a completely different exe in the parent folder. What's even more fun, when I try running "Fake.exe" (which...
  14. shakespeare5677

    Crosstab Disappears

    I'm working with CR10-SP3 on XPhome-SP2 and Win2K - both machines have the same problem. I've got a report with a subreport in it. The subreport has a chart based on a crosstab. When I preview the report, everything is fine while I'm going forward. As soon as I go back the crosstab...
  15. shakespeare5677

    crosstab chart shows totals instead of series

    Hi folks, I've got a chart that I based on a crosstab. The crosstab displays: Week1 Week2 Week3 Week4 SeriesName1 1 0 0 3 SeriesName2 2 1 0 0 SeriesName3 3 2 1 0 Total 6 3 1 3 I know how stupid this...
  16. shakespeare5677

    Hide a crosstab field completely

    I'm working with CR10. I've got a crosstab that has only one field that it summaries. What I needed to do was sort the rows in a certain way. I did a search on tek-tips and came up with a whole bunch of references to custom sorting in a crosstab. The problem is that for whatever reason that...
  17. shakespeare5677

    Center Crosstab

    I know it's probably impossible and I sound dumb for asking, but I have to center a crosstab on my page horizontally. I'm working with CR10 and the crosstab will have anywhere from 3 to 8 columns. Does anyone have any ideas? Thanks. -Max
  18. shakespeare5677

    Line break in bar chart group labels

    I'm using CR10. Is there any way to put a line break into a bar chart's group labels? I've already tried chr(13) but that doesn't seem to work. Any ideas? Thanks. -Max
  19. shakespeare5677

    Dynamic Chart Series Color

    Hello all, I need to figure out a way to change or the color of a series within a bar chart by using a formula. I'm using CR10, mySQL. It's probably not doable but I still have to ask. Thanks. -Max
  20. shakespeare5677

    Fake records in MySQL

    Hi, I'm working with MySQL and here's the problem: I have two tables: RecordTable and DetailTable. The important fields in Record table are ID, Date, Time, Deleted; and the DetailTable consists of ID, RecordID, Number, Class, Details and Deleted. I was able to produce a nice little list where...

Part and Inventory Search

Back
Top