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 ruan123

  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.

Part and Inventory Search

Back
Top