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!

Search results for query: *

  • Users: furlman41
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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...
  5. furlman41

    Sections repeating

    Using: Crystal Reports 9 Access 2000 Database I am having a problem when running my report. In the print preview screen when I run a report, the report originally runs perfect. However, if I change any of the properties (such as Section Expert or Format Subreport) and hit OK (even if i check...
  6. furlman41

    generate report with a visual basic variable

    I'm a brand new CR user. I am working with a Visual Basic program. I was wondering if there was any way to filter a report with a variable from visual basic. ex. I want to display the report WHERE Client.ClientID = clientID(variable from VB), rather than define the variable in CR. Any advice?

Part and Inventory Search

Back
Top