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 furlman41

  1. furlman41

    Memory error

    I recently came across a problem with my VB6 program. The program was working fine in Win 98, NT & XP environments, but they I installed it onto another computer with Win 98 and ran into some major problems. The program is a MDI application with many screens. On this certain computer, upon...
  2. furlman41

    Printing problems with Windows 98 and CR9

    I replaced the unicows.dll file & still encountered the same problems. Therefore, it must be some other problem that is going wrong. Anyone have other suggestions??
  3. furlman41

    Printing problems with Windows 98 and CR9

    I also have run into this problem recently with CR9 and Windows 98. Some of the fields that are right-justified appear fine in the report viewer, however they are printed in the wrong place. This error only occurs from 1 computer in the office that has Windows 98. I was just wondering if...
  4. furlman41

    Subreport linking problem

    Very helpful! Thanks FVTrainer!
  5. furlman41

    Subreport linking problem

    I have a subreport called "ASSET" within my report, which links to the main report through a parameter (ClientID). So, for each time that ClientID(client table) = ClientID(asset table), the information is displayed. Now, I also have a liability table. In the asset table I have a...
  6. furlman41

    Currency Value in a Text Object

    pgtek- Creating a formula didn't work, but the first response you gave to me did the job, although a little bit cumbersome. '$' + CStr(CDbl({currency_field})) Thanks. Also, I couldn't use the formula with "right({currency_field},5)" because the currencies are not always 5 long. John
  7. furlman41

    Currency Value in a Text Object

    When I put a currency value in a text object with a string value, the currency value is displayed different than the rest of the values. If it was a database currency object it would be displayed as: $ 325.67 However, when I put the database currency object and a comment into a text object...
  8. furlman41

    Suppress Blank Section

    If you are using Crystal Reports 9, then go to: http://support.crystaldecisions.com/updates/default.asp?ref=default.asp_selectlist_hotfix Then search for the following zip files which will allow you to download the most up-to-date monthly hot fixes. cr90dbexwin_en.zip - database hot fix...
  9. furlman41

    Suppress Blank Section

    I contacted Crystal Reports with this problem a couple weeks ago, and after a couple hours of troubleshooting, the problem was with the software. The latest software, database, and developer patches fixed the problem. Hope this helps Hugh. John Furlong
  10. furlman41

    Suppress Blank Section

    One other thing i noticed about the problem. After the report is run, for this example we'll say that there is a section on page 2 and repeating at the top of page 3. If I advance to page 2 after the report is run, go to section expert and check ANY field (such as NewPageBefore) and then...
  11. furlman41

    Suppress Blank Section

    Okay, we advance further... =) I really appreciate your patience & help. The main report takes in a parameter called "ClientID". Then from there, the sections are linked to the ClientID field. Most subreports are linked to the parameter by the formula: {Asset.ClientID} =...
  12. furlman41

    Suppress Blank Section

    Each one is their own section & subreport, because they have different RecordSelectionFormulas. ---------------------------------- Section 1 - Subreport Husband ---------------------------------- Section 2 - Subreport Wife ---------------------------------- Section 3 - Subreport Education...
  13. furlman41

    Suppress Blank Section

    Ok, thanks for the quick response Jim. Here is some detail. I have a report that displays a wide range of client information. The first section deals with personal information. One of the sections that I need to suppress looks like this: Husband Medical insurance: $ Dental insurance: $...
  14. furlman41

    Suppress Blank Section

    I have a rather large report file with a number of sections on the first couple of pages that I need to supress if blank. When I DON'T use the "Suppress Blank Section" option, the report looks goofy [with white space], but the sections appear in the right order. Then, when I use...
  15. furlman41

    Sections repeating

    Anyone have thoughts on what might be going on?

Part and Inventory Search

Back
Top