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

    crviewer 8.5 export creating 0 byte documents for all formats

    Hello everyone, I have looked at this thread ( thread222-1423004: Crystal report export doesn't work ) but none of the links work any longer. I am using VB6 with Crystal 8.5 on an XP machine. I have one user that has this problem. Everyone else works. Will someone please tell me how to fix...
  2. xcmuchip

    Viewer export creating 0 byte documents for all formats

    Hello everyone, I have looked at this thread ( thread222-1423004 ) but none of the links work any longer. I am using VB6 with Crystal 8.5 on an XP machine. I have one user that has this problem. Everyone else works. Will someone please tell me how to fix this or point me to newer links...
  3. xcmuchip

    Installing 3rd party app with Crystal on server with two drives.

    The network staff is trying to install crystal 10 on a server with two drives (C: and E:). The application that uses Crystal Reports lives on E:. The WINDOWS\Crystal path is on C:. They are getting export errors. I am guessing it is because the reports are trying to find the WINDOWS\Crystal...
  4. xcmuchip

    Crystal 10 does not allow blank parameters?

    I have some old Crystal 8.5 reports that are being converted to Crystal 10. The datasource is an SQL Server view. A lot of my reports allow blank parameters. The blank parameter allowed for all records to be shown instead of specific records ("Leave blank for All"). Now when I run the...
  5. xcmuchip

    Have mulitple column, with groups. Want to have info print in grp foot

    I hope the Crystal gurus out here have a solution for me or be able to point me in the right direction. I am working with Crystal 8.5. I have a report that has multiple columns which include the groups. I would like information, that spans across the page, to print in one of the footers...
  6. xcmuchip

    I had column breaks working, did something to break it...

    I have a multiple column report using Crystal 8.5. I had it working a couple weeks ago, I came back to the report for modifications and found that my column breaks are not working. The forced column breaks work until the last column which forces a page break. So it looks like I have "New...
  7. xcmuchip

    Multiple Columns not repeating group header

    I am using Crystal 8.5 I have 4 groups in my report. In the footer of the fourth group is my records being printed to the report. I have the "Repeat group headers on every page" checked for group 2 because that is the header I want to repeat. I have the multiple columns going down/across...
  8. xcmuchip

    Suppressed subreport works at design time not in runtime

    I have a subreport that I am suppressing when it is blank. At design time, everything works perfect. At runtime the subreport headers still show. The report gets called from a CL program on an iSeries which calls a VB front end that uses the rpt object to display in a viewer. My guess is...
  9. xcmuchip

    Trying to change parameter type, but greyed out.

    Hi all! Happy Holidays! I would appreciate your help. I am baffled. I want to change some parameters from numbers to date/time but the value type is greyed out. All the parameters are being used in the report (green check mark), but only some have the value type greyed out. Any ideas on...
  10. xcmuchip

    Why can't I tab into my grid?

    I am using Infragistics SSDBGRID with VB6. If I highlight a row, I can tab out of the grid to the next control (this works correctly). However, if my SSTree control has focus and I try to tab to the grid, nothing happens. The tab indexes are correct. Anyone have any ideas? TIA [americanflag]
  11. xcmuchip

    How to show an up/down arrow in column header

    I have a grid where I would like to show an up/down arrow in the column header. I would like to show the user where and how the grid is being sorted. The user can also choose other columns to sort the grid. I just though showing them an arrow instead of a +/- would be neat. Is there a way to...
  12. xcmuchip

    How to keep selected column in view when sorting a Sheridan Grid

    I am using a bound Sheridan grid (ssdbgrid). I have the column sorting working, but when I refresh the data, the grid resets itself at the beginning. Is there a way to keep the column selected in view? I don't want to change which grid I am using. I would rather not change to unbound...
  13. xcmuchip

    Default value for Bound DBCombo box

    I have a Bound DBCombo box where I would like to set a default value. I have tried to do this using the index property or datafieldtodisplay property. I have not had success. Anyone have some sample code? Or can I not do this with a bound dbcombo box. Currently the default value is the first...
  14. xcmuchip

    Trouble with shell calling AS400 program

    I have a user who is able to access two AS400 boxes. We have added some code into an Access database to use the Shell command to call a program that is on the secondary AS400. However, we think that it tries to access the program on the primary AS400 (not the correct one). We have setup an...
  15. xcmuchip

    Can you ReDim a parameter?

    I have a parameter that tells the report how to sort the data. If the user leaves it, the default sort is by plant, cost center, and department. I have a "Default" value that is the first selection for the parameter. If the user selected the default sort, I would like to redim the...
  16. xcmuchip

    Prevent range parameters from rounding

    I have a range parameter that allows entries such as ".01555". When the range value is displayed on the report, it displays as ".02". The correct records are being pulled into the report, but I want to show the user EXACTLY what they entered as the parameter. I tried to...
  17. xcmuchip

    Check lower/upper bound

    Is there a way to check if the upper or lower bound check box was checked in the parameter window? When the range values are numeric, the min/max displays as 0. TIA
  18. xcmuchip

    Way to determine beginning of next page

    I am using my group headers as page headers to eliminate white space. My group headers have the box checked to repeat group header on each page. My problem is that my headers print when the field changes (knowing that is how they work). I don't want them to print when the field changes. I...
  19. xcmuchip

    Getting "Please enter a number" message after parameters window

    I have a parameter field that is defined as a numeric multiple discrete value. I don't want this field to be mandatory. However, if I leave it blank and click the OK button, I get a window that pops up telling me to enter a number. The selection record code for this parameter is... (if Not...
  20. xcmuchip

    Getting an error when trying to run this union query

    select date, [N/S], productcode, sum([#CS]) as SumCases from espnorth UNION select date, [N/S], productcode, sum([#cs]) as SumCases from espsouth group by date, [n/s], productcode ORDER BY date, productcode; Error is "You tried to execute a query that doesn't include the specified...

Part and Inventory Search

Back
Top