CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2001
    Location
    South Dakota
    Posts
    20

    Is this a Crystal or VB issue?

    I have an application where I have made some adjustments. These adjustments all work except in my reports. I have changed the coding so I can use either a 9 digit or 7 digit code. (It previously was accepting only 7) But, now my reports only show the data where the 7 digit code is used. I have pages for where the 9 digit data should be, but they are blank. So, I'm wondering if my problem lies in Crystal or VB. When I browse the data field in Crystal, all of my ID numbers show up (7 and 9), which makes me think it's in VB. Anyone have any thoughts?
    Thanks
    Pat


  2. #2
    Join Date
    Aug 2001
    Location
    India
    Posts
    173

    Re: Is this a Crystal or VB issue?

    This is the problem of Crystal Reports, the crystal report was created with the settings of database. Now, the database structure is changed, so, you have an option (something like verify database), that will help u.

    Thank You,
    Shivakumar G.M.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured