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

  1. ibanezGuitars

    Trouble Documenting Code in Form Events.

    Hello, Although I've used FoxPro on and off since the first multi-user version first came out, It's been years since I've worked using VFP7 except for some basic maintenance and reports as needed. I could really use a little advice on documenting an old system which was originally developed by...
  2. ibanezGuitars

    Can VB's DBEngine open 2 databases using 2 different MDW files?

    Hello, I am revamping a VB6 system using Microsost's DAO 3.6 Object Model and Access 2002 databases on a Win XP machine. There is a Master.mdb database on the server that everyone shares and there is a Local.mdb database on each user's local hard drive for their own individual needs. Can I...
  3. ibanezGuitars

    Can VB's DBEngine open 2 databases using 2 different MDW files?

    Hello, I am revamping a VB6 system that uses Microsost's DAO 3.6 Object Model and Access 2002 databases on a Win XP machine. There is a Master.mdb database on the server that everyone shares and there is a Local.mdb database on each user's local hard drive for their own individual needs. Can...
  4. ibanezGuitars

    Can VB's DBEngine open 2 databases using 2 different MDW files?

    Hello, I am revamping a VB6 system using Microsost's DAO 3.6 Object Model and Access 2002 databases on a Win XP machine. There is a Master.mdb database on the server that everyone shares and there is a Local.mdb database on each user's local hard drive for their own individual needs. Can I...
  5. ibanezGuitars

    Need To Purchase A Descent 3rd Party Grid OCX For VB6

    Hello, I Need To Purchase A 3rd Party Grid OCX similar to the DBGrid that shipped with VB6. I'm working on an old VB6 (SP5) app with DAO (3.6) and a secured (.mdw) Access 2000 database. The only requirement is that the grid must be able to display checkboxes for boolean fields. Ideally, it...
  6. ibanezGuitars

    Can a check box be made to appear as a cell in the DBGrid control?

    Hello, I am working on a project in VB6 (SP5) which uses DAO and Access databases. Can anyone tell me if the check box can be made to appear as a cell in the DBGrid control? If not, is there a way to build such a control in VB6? Any code snippets, sites or suggestions would be greatly...
  7. ibanezGuitars

    Phantom Errors In Database Container With FoxFix

    Greetings and Slautations, I'm having a problem with VFP 7 (SP1) and FoxFix 5.1. I've had people disappearing on searches yet their record is there if I go in and look manually. I have reindexed but this does not fix the problems 100%. My database container (PreScreen.dbc) always scans...
  8. ibanezGuitars

    Is there a flag to tell if a user changed data on a form?

    I'm using the database container in VFP 7.0 (SP1) on a Win XP machine. When a user clicks the Exit button on the Client Form, it saves the changes and unloads the form. Is there an indicator or some type of flag available that I can reference which would tell me if a user actually changed...
  9. ibanezGuitars

    Is VFP 7 A True 32-Bit App - Will It Run On The MS's New 64 Bit O/S

    Hello, I'm faced with the very real possibility that parts of our facility may be jumping onto Microsoft's brand new 64 bit processor O/S bandwagon as it pulls out of the barn. Can anyone tell me: 1) Is VFP 7.0 (or any later versions) a true 32 bit app? 2) Will there be problems running on a...
  10. ibanezGuitars

    Need Info On Win XP SP2 And VFP 6 and 7

    Hello, I'm looking for VFP 6 and 7 developers that have any info on problems and/or issues when installing or running VFP 6 and VFP 7 apps under Win XP's Service Pack 2. Any feedback would be greatly appreciated. Thanks for your time, Dave
  11. ibanezGuitars

    Separating First & Last Names Into Two Fields

    I've got an old Metafile database (don't ask) in which the original author stored client's first and last names together in the same field (Name) separated by a space. Smith Joe Jones Mary I can handle the Mid() function to place the substrings of the first and last names into two separate...
  12. ibanezGuitars

    How Do You Get The Form To Use Your Own Menu?

    Hello, I never used a menu before because the size can't be enlarged and we have some elderly people here that just can't see it - been using command buttons up until now. I'm using VFP 7.0 (SP1) on and XP. I built the menu with the builder but how (and where) can I attach my menu onto my...

Part and Inventory Search

Back
Top