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 Mike Lewis 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: *

  1. mogwaicat

    Hard Drive Failure and Windows XP Recovery Console

    I was not able to re-install XP after the successful format. I had tried (before the format) to run chkdsk first but it failed with disk error messages. I am not sure if the hard drive problem is a file system error or a hardware failure. The way it started was I was not able to close out of a...
  2. 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...
  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...
  4. 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...
  5. mogwaicat

    Creeping Jesus start up mode

    I have the same problem too! I have a Gateway 300s, 128mb sdram, Celeron 1 gig mhz, Ultra ATA 20 gig, running XP. I've only had this system 2 weeks and it ran fine till I booted it up last night. Talk about slow! Then, after taking 5 minutes plus to get to the desktop, it won't run anything...
  6. mogwaicat

    Missing Detail Section but totals there - Why?

    I found the problem. There was statement in the Suppress formula for the Detail section that said: if isnull ({OES3BReport.CorrectTotalWgs1}) and isnull ({OES3BReport.CorrectTotalWgs2}) then true; and the check box for Suppress was blank. Sorry for any inconvenience.
  7. 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!
  8. 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...
  9. 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...
  10. 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!
  11. 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...
  12. mogwaicat

    Cursor position in masked edit box

    to SmokingCrater: There isn't a "click" event for a masked edit box control.
  13. 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...
  14. 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