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 Westi 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. ruan123

    Bold Text in Formula

    Thanx a lot, saw the ". What is the difference between the ToText and the Cstr functions, I am using Cstr like this - "Such notice can only be given as from <b>"+Cstr({RENTALS.NOTICE_DATE})+"</b> , which is after the first initial (4) (10) months of the Agreement."
  2. ruan123

    Change workgroup

    Hi How will you change the network workgroup of a computer, using delphi code? Is all the network settings in the registry?
  3. ruan123

    Bold Text in Formula

    Thank you very much, I never knew that you can use html in a formula, but how do you bold for example this, "Such notice can only be given as from "+{RENTALS.NOTICE_DATE}+" , which is after the first initial (4) (10) months of the Agreement." - where {RENTALS.NOTICE_DATE} must be bold and is an...
  4. ruan123

    Bold Text in Formula

    Hi Is it possible to bold or underline some text in a formula, using Crystal 10?
  5. ruan123

    New Line Character

    Hi Is there a new line character for crystal reports? Want to use it in a formula. I am using crystal 10. Thank you
  6. ruan123

    Formula in Group Header

    Yip, that was my problem, THANK YOU VERY MUCH!
  7. ruan123

    Formula in Group Header

    Hi I am using Crystal 10, and have a formula ResetPurchase that contains the following : global numbervar purchase; purchase = 0; I put the formula in a group header and when I run the report the result is a boolean field TRUE or FALSE? Is there any reason for this?
  8. ruan123

    Dock Form

    Hi Can anybody help me with docking a form in delphi 7. I have a main form with two panels and want to dock the rest of my forms on panel2? Thank you
  9. ruan123

    Array of Tabsheets

    Hi Is it possible to create an array of tabsheets, if it is how do you create it. I've tried var tabsheets : array of TTabSheet; begin tabsheets[0] := TTabSheet.Create(Form1);--Error but gets an access violation at the error line! I am using Delphi 7 Thank you
  10. ruan123

    Sending Parameter to Subreport Delphi

    Hi I am using crystal 10 and delphi7 with crystal 10 components. Is there a way to send a parameter to a subreport using delphi?
  11. ruan123

    Using shared variables

    When I am passing a number field in my subreport's detail section to my main report's detail section with a shared variable, the first record is always 0.00. Is there an explanation for this?
  12. ruan123

    Subreport variables

    Hi, is there a way to pass the grand total sum of a subreport to the main report as a variable. I am using Crystal 10. Thank you
  13. ruan123

    Using brackets in select expert

    Crystal 10 Developers Edition, I've downloaded it from their website.
  14. ruan123

    Using brackets in select expert

    Hi, I've inserted the following formula into the select expert - {v_recon_operation_process_sub.rental_period} > 2 and ({billing_months.id} = {?Period} and {v_recon_operation_process_sub.asset_status} = "Billable" and {v_recon_operation_process_sub.asset_type} = "Rental" and...
  15. ruan123

    Invalid TLV record error

    I've found my problem, you need the Crystal 10 components for delphi 7. Thank you for the support.
  16. ruan123

    Invalid TLV record error

    I've found my problem, you need the crystal 10 components for delphi 7. Thank you for your support.
  17. ruan123

    Invalid TLV record error

    I have downloaded the devolopers edition from their website, but the dll is not on the cd. I've tried the dll that is on the Crystal 8.5 cd but that didn't work as well.
  18. ruan123

    Invalid TLV record error

    I have upgraded to Crystal 10, when I want to preview my reports through my Delphi application I get Invalid TLV record error. I found a site on the internet which claim that I needs pg32conv.dll. Is this my problem and if it is, where can I find pg32conv.dll?
  19. ruan123

    Sum Formula field

    Thanks for the tips and support, sorry about the way I provided the information of my report, next time I will do it better. My problem was whileprintingrecords at the beginning of one of my formulas. Thanks again.
  20. ruan123

    Sum Formula field

    Yes I've tried your sollution, don't work. CostPrice is only a Price field from the DB divided by a Markup field in the DB. Thank you for the support thus far.

Part and Inventory Search

Back
Top