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 SkipVought 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. crystalamber

    how to show minimum value dynamically on chart

    Hi, i need to create a area style chart and i do not want data shown from value = 0 on Y axis, i can define a certain value in chart expert -> Axes -> Min, but i need a dynamical value and the chart can be shown variably too. How can i achieve it?
  2. crystalamber

    how to define object name in cross tab

    hi, i need to program with C# using object in crystal report, and it is impossible to define the object name of the grand total field in cross tab, the objectname filed is gray, how to resolve this problem.
  3. crystalamber

    how can i order the legend

    Hi, i am making a stacked bar chart, in chart expert, i choose data tab, then choose "on change of", in this area, i use two columns, in "Show values" field, i use another column to do summary. i order the two columns in "on change of" area, the first column, i make it as ascending...
  4. crystalamber

    could i operate the group in code

    i am using vs.net 2005, i create a gui and a report, when i click a checkbox on the gui, the report should be grouped by some field and start new page for each new group, otherwise, no group need. i use group expert to create group, but how could i implement the function "no group" when i...
  5. crystalamber

    question about using format with multiple columns

    Hi, i have to create a report, make each columns vertical in detail section, so i use subsections, five ones, and i get the following view: original: col1 col2 col3 col4 col11 col22 col33 col44 now: col1 col11 col2 col22 col3 col33 col4...
  6. crystalamber

    where could i get help of crystalreport

    Hi, sometimes i need to program in different places in crystal report, for example, for alignment, font, color, or some other places, but i even dont know some system variable or constant i could use, such as the constant which denotes the colors or directs the alignment(left, center or right)...
  7. crystalamber

    could i insert a blank line each 5 rows

    yeah! it works, thank you very much!
  8. crystalamber

    could i insert a blank line each 5 rows

    Hi, could i insert a blank line for each 5 rows in report? i think it could be implemented, but i dont know where to code Any help will be appreciated!
  9. crystalamber

    could i change row from horizontal to vertical

    i have a problem as follow: 1 7 8 13 name1 name2 name3 name4 address1 address2 address3 address4 otherinfo1 otherinfo2 otherinfo3 otherinfo4 actually, each vertical row should have a right logical meaning, which...
  10. crystalamber

    how to seperate pages by group but without separating the last one

    i have created a report, i do new page after for each group footer, so i make each group starts at a new page, however, i also have a summary on report footer, but i want this summary not separate with the last group footer, otherwise, the report footer starts a new page, which i dont want to...
  11. crystalamber

    how to inherit the report in .net?

    last time i asked if i could define a customized template and when i change the template, i could change all reports that are base on this template, it seems to be an impossible thing. Because i am using the crystal report embedded in .net 2005, so i try to make a template report, then i create...
  12. crystalamber

    does ctrystal report for .net 2005 have 3D effects?

    Hi, does ctrystal report for .net 2005 have 3D effects? if it is, where could i get some samples?
  13. crystalamber

    Could i save my own customerized report as template?

    Hi, i create a report as template and then i save this report to the directory of template in the crystal report installation directory, next, i create a new report and make the report i created before as the template, however, when i modify the template report, the latter report which uses...
  14. crystalamber

    could i adjust some fields corresponding to the whole page

    Hi, i use page number special field in each page footer and then i try to make the field in the middle of that page footer, however, when i click the button alignment "middle", it only let the number in the middle of the field, not in the middle of the page footer, and i do not find any command...
  15. crystalamber

    does crystal report have sheets?

    Hi, i need to create reports in one file, these reports might have some relationship among each other, i need to use crystalreportviewer which is a component of .net to open the reports, however, because crystalreportviewer can not have tabs that show more than one report, so i wonder if the...
  16. crystalamber

    Could crystal report read txt file?

    if it is not a csv or sdf file, it is just a normal text file with the content like this: id name school 1 ** *** 2 *** ** 3 ** ***** could i use it as a datasource in crystal report? i try to use it in odbc connection, and i found there were some options...
  17. crystalamber

    I can not run a crystal report application on a machine without vs.net

    Hi, i make a c#.net application and also create a crystal report inside, after debug, i get the exe file, but when i run this on a machine which does not have a .net installation, it can not open the report, why and what should i do? which modules should i install? When i run the exe file, it...
  18. crystalamber

    Could crystal report read txt file?

    i am sorry that i did not tell the version of the crystal report, the version is XI, the file is a normal txt file, which could be opened by a windows notebook. Thank you very much!
  19. crystalamber

    how to present more than one reports in the CrystalReportViewer

    could crystal report make more than one reports in a single file? i want to show report in the crystalReportView control of .net, sometimes the user wants to see more than one report in the crystalreportviewer control, how could it be implemented?

Part and Inventory Search

Back
Top