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!

Search results for query: *

  • Users: mogwaicat
  • Content: Threads
  • Order by date
  1. mogwaicat

    Hard Drive Failure and Windows XP Recovery Console

    My hard drive failed but by using my Gateway XP system disk, I was able to run the XP Recovery Console and format it to 100% completion. How could this be if the hard drive has failed? What exactly goes on 'behind the scenes' when you format a hard drive? Thanks...
  2. mogwaicat

    Changing Report Designer to use new CR version - how?

    Currently running VB 6 and have just installed Crystal Reports 8.5. Under the ADD-INS menu in VB 6, when I click Report Designer, it brings up the OLD version of CR (6.0), not 8.5 - why is this? I do have 8.5 selected (checked) already under the PROJECT - COMPONENTS - DESIGNER tab. Is there a...
  3. mogwaicat

    Changing Report Designer to Use new CR version - how?

    Currently running VB 6 and have just installed Crystal Reports 8.5. Under the ADD-INS menu in VB 6, when I click Report Designer, it brings up the OLD version of CR (6.0), not 8.5 - why is this? I do have 8.5 selected (checked)already under the PROJECT - COMPONENTS - DESIGNER tab. Is there a way...
  4. mogwaicat

    Missing Detail Section but totals there - Why?

    In Design view my detail section is there but when I print, it isn't. However, I am getting totals printed - just no detail. I don't have suppression turned on anywhere either. Any ideas? Thanks!
  5. mogwaicat

    Using Call in a CR Query - How to change query?

    I am NewBie working on a Crystal report that uses this as the query: {call yourAccessQuery (?,?,?)} It is calling an Access query that has a Parameters statement in it. Has anyone ever seen this in CR before? It seems to work and I want to do the same for a new report but can't figure out...
  6. mogwaicat

    Flexgrid ComboList - Populating a different cell - How?

    I have a drop down list in the first (SSN) column of my flexgrid. The drop down combolist contains two fields - an SSN and a name. The second column on my grid is the name. Is there any way to populate the second column with the name when I click on the SSN in the drop down list in the first...
  7. mogwaicat

    Crystal Compatibility Issues - 6.0 vs 8.5 - What are they?

    We are working on a system that used CR 6.0 and VB 6 - If we buy CR 8.5 what kinds of compatibility issues will we encounter? Do we need to change the reports or the VB in any way or is it simply a matter of saving the CR 6.0 reports as CR 8.5 reports? Thanks!
  8. mogwaicat

    Value out of range error

    While trying to print a Crystal report in a VB program using an Access query (whew!) I got the following: ODBC Error: [Microsoft][ODBC Microsoft Access Driver]Value out of range on column number 4 (Employee_IncorTotWage). There are no limitations set on this field in Access as far as a range of...
  9. mogwaicat

    Cursor position in masked edit box

    How do I get the cursor to go to the first position in my masked edit box no matter where I click in the edit box? I tried this in GotFocus: mskEdBox.selstart=0 (zero) and it doesn't seem to work. Thanks...
  10. mogwaicat

    Unable to open report

    What is causing this error?: "Unable to open report" Is it a version problem? I am using version 4.6.1.0 and am not sure what version was used to create the report I am trying to open. Thanks...

Part and Inventory Search

Back
Top