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: MrsPie
  • Content: Threads
  • Order by date
  1. MrsPie

    Can I develop on a 64-bit machine, deploy on 32-bit?

    I've written a few programs in VB6, just starting on VB2008. I'm also on a new machine, Vista 64-bit. Is it possible to develop my program on a 64-bit machine and build an .exe that will allow it to run on a 32-bit machine? Does the development machine matter? Thank you!
  2. MrsPie

    AutoCad Opening from another program

    I have written a program in VB6.0 that has nothing to do with AutoCad. A customer called today, he has my program and AutoCad installed on his computer, when he opens my program and attempts to open a form, he gets a message that AutoCad is opening. The code he is invoking is: Set fJobCosts =...
  3. MrsPie

    CRViewer - Far Right Navigation Button is clipped off

    I'm using the CRViewer9 within VB 6.0 to view reports. (Crystal Reports v 9.0, Service Pack 3) On the toolbar, I have the Print button, the Zoom Control, Navigation Controls and the Search Control. If I remove the Search Control, the Navigation controls display correctly (i.e., the farthest...
  4. MrsPie

    VB and Crystal Reports - Standalone or Integrated Reports?

    I posted this question in the Crystal Reports forum, but since it applies as much to VB, I'll post here in case the smart people here can help. I'm building a VB 6 program for distribution. I'm now building reports and purchased Crystal Reports 10 (developer edition). I'm using the data...
  5. MrsPie

    Newbie Question - Standalone or Integrated Designer?

    I'm building a VB 6 program for distribution. I'm now building reports and purchased Crystal Reports 10 (developer edition). I'm using the data environment connections in VB6 hitting Access 97 tables. I just learned that if I use CR designer integrated in VB, I can't preview my reports...
  6. MrsPie

    Old Crystal Reports vs. CR9 and CR10

    I just found the Crystal Reports on my Visual Basic 6.0 CD - after playing with it, it looks easy to operate. Is it worth upgrading to the current Crystal Reports 10 version? It will be for a redistributed application, so it needs to be as bullet-proof as possible. It looks like I can also...
  7. MrsPie

    User Reports an Overflow Error - But I Can't Duplicate It!

    I have a form with a text box collected quantity information. My user (who isn't the friendliest and thinks I'm an idiot) reported an overflow error after "typing a simple '2'" in the box. I asked for his error log, and confirmed that was the error, and it occurred somewhere in this...
  8. MrsPie

    How can I tell if Excel is Installed?

    I want to allow the ability to export a recordset to Excel - but some of my users may not have Excel installed. Is there something that can check for the existence of Excel on a machine before I attempt to open it? I'm using great code found on an earlier thread, but my concern is that it will...
  9. MrsPie

    Data Link Issue - Connection changes when using CommonDialog

    I'm building an application where the data tables (Access) are stored in the same file as the application, my connection string reads: "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=FTED.mdb;Persist Security Info=False" I added capability to export data to Excel - it all works great...
  10. MrsPie

    Two Connections in a Data Environment

    I am building an app using two Access 97 databases as the backend. There are relationships between tables in the two databases. I've set up one Data Environment, and made two connections to it - but when I go to the Data View and try to work with it, only the first connection appears. Am I...

Part and Inventory Search

Back
Top