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 Wanet Telecoms Ltd 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 DallasAggie

  1. DallasAggie

    Crystal Reports XI Server: Cannot View Any Reports

    Malcom, I just tried restoring (taking away commonXI_win_en) and still have the same problem :( ... Even after the reboot! I'm back to only having the Advanced DHTML as the only viewer working. Any other info from any one would be greatly appreciated. Regards, Robert
  2. DallasAggie

    CR10 csv output format unsuppressing records

    I've exported into Excel (data only) and Crystal automatically creates a new worksheet to carry the data over. If you don't want the seperated worksheets, then (if you have CE10) I would recommend exporting to XML...That's what we've done for exports that we needed to import into some other...
  3. DallasAggie

    How to make a field visible false on Report

    oops: For ProcessDate do this: Len({ProcessDate}) <= 0 .. my bad! lupins46, thanks for catching that....the suprress logic needs to be in your ApprovedCost field...
  4. DallasAggie

    Amount (in word) format

    What version of Crystal? Version 9 has : ToWords() That you can use...not sure if available in prior versions.
  5. DallasAggie

    Summing a parameter

    Wha??? The parameter you enter is going to be static! If you are placing the param in the details section and want to add it up, then create a formula that takes the total number of records * parameter {?Parameter} * RecordNumber If you need a total for groups, then that'll be a little...
  6. DallasAggie

    How to make a field visible false on Report

    Who are you responding to? me or lupin46 ? Also ... That's what you asked for in your initial post You need to give more detailed information, cause that's what I thought you wanted to do...
  7. DallasAggie

    Server for speed and formula's

    to my knowledge, no. I use commands or stored procedures to perform all the work .. and let Crystal do as little as possible. .. just my flavor :)
  8. DallasAggie

    How to make a field visible false on Report

    I just tried using that formula lupin46 .. some reason it didn't work. I did this: In DueDate Properties, go to x-2 next to suppress Len({ProcessDate}) > 0 For ProcessDate do this: Len({ProcessDate}) <= 0 That seems to work fine on a sample report I just did... The IsNull should have...
  9. DallasAggie

    Help with parameter query

    UPDATE: go to Report - Process - Parameters -- > Check "Clear the current parameter value(s)" --- Click "Submit
  10. DallasAggie

    Help with parameter query

    Did you publish it to Crystal Enterprise? If so, go into CMC and check out the paramater properties...it could be that when you loaded it, it set some default parameters...just go in and set them to 'none'. Other than that...no idea.
  11. DallasAggie

    Suppress Page Footer on Beginning of new Group

    lbass! You ROCK!!! That is awesome! Worked exactly the way I needed it to work. WooHoo! :) My boss will be happy that I don't have to put the page number on top of the page now :) Thanks, dA
  12. DallasAggie

    help with crosstab

    I'd be curious too. We have a ton of tables where the data isn't very friendly for this type of view. I've been using Running Totals to get the data I need, in the format you speak of. It is very time consumuing, but I think it looks better than the crosstab, and all the columns/rows show too :)...
  13. DallasAggie

    How to know when to use Outer Join

    Here's a good definition: http://www.techonthenet.com/sql/joins.htm
  14. DallasAggie

    ASP.NET and Crystal Rport as webservice error

    check the version of Crystal Reports...I know you have v9, but do a Help-About in Crystal to get the full version number, then in VS.NET, do a Help-About too...there, you should see the Crystal Version. 1. Update your Crystal Reports v9 with the latest updates/patches. 2. Update VS.NET with...
  15. DallasAggie

    ASP.NET and Crystal Rport as webservice error

    The code you have really doesn't give much to trouble shoot...inlcude the .aspx code-behind code please. OR It could be that your CrystalReprotViewer object is not the right version. Try deleting it and re-adding the control...make note of: <%@ Register TagPrefix="cr"...

Part and Inventory Search

Back
Top