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!

Recent content by windfallent

  1. windfallent

    multiple stored procs in crystal report 9

    Hi bob! ---You can create the 2nd sp as a subreport and link it into the main report as well. I tried this solution! But i m not able to pass parameters to subreport. It pop ups parameter window. i m not able to pass parameters Progrmatically. Is there any different way to pass parameters to...
  2. windfallent

    multiple stored procs in crystal report 9

    Hi all, I am using crystal report 9 with a window based program written in c#.net. If i use two or more stored procs in a single crystal report , it hangs.... where i amgoing wrong ?????? pls suggest. thnx in advance....
  3. windfallent

    Current page and Total no. of pages in crystal report

    no, I don't want that.... I want to know the current page(programmatically) of crystal report to print that particular page.
  4. windfallent

    page up, page down in crystal report

    Hi all, In my window based program (c#.net) I am using crystal report to show the reports. The problem is when the report comes , page up, page down or arrow keys don't work to scroll up and down the report. The client wants this feature. pls help me out.
  5. windfallent

    Current page and Total no. of pages in crystal report

    I have a crystal report which i am calling from c# page in a window based program. No. of pages vary depending on the input. I want to know the total no. of pages , and the current page of the crystal report. pls. help me out. It's urgent.
  6. windfallent

    More than 1 stored proc in CR

    The 2 sp's work entirely in a different manner. One calculates complex mathematical sums and Averages. The other retrieves values based on various criteria provided from the Parameters section... So there is no way I can combine the logic of the 2 sp's. If i use the 2 sps in my CR ,It hangs...
  7. windfallent

    Colors in CR

    Here is a gist of wht I m trying to do.... I hv a flag in my DB which takes 3 possible values viz.. 0,1,2. Based on the flag, I want to change the Fore Color (ie font color)of a field entry in the CR. I tried doing this, but noticed that only a single IF.... END IF stmt works... Can I hv a...
  8. windfallent

    Colors in CR

    Can I hv more than 1 conditional coloring done in my CR ?? Here is what I m tryin to do... if{condn1 == true} then color = blue elseif{condn2 == true and condn1 == true} then color = navy else color = red; I m trying the formula bar to write this....but doesn't seem to work?? Can anyone...
  9. windfallent

    More than 1 stored proc in CR

    Hi... I have used 2 stored procs in my CR (in .Net and SQL 2000), I can see the return parameters of both sp in the Database-->Fields section. Even the parameters fields hv parameters from both the sp's. But they do not get fired as expected. Instead the proj hangs. Is there a limit to the no...

Part and Inventory Search

Back
Top