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

    Stub program compiled with VFP 9 service pack 2, causes C0000006 - fatal error

    I have the following stub program exe which i originally compiled with vfp7 and the main called program compiled with vfp7. No problems with the stub or main calling program with vfp7. After updating to vfp9 with service pack 2 - compiling both programs with vfp9, the stub.exe crashes with the...
  2. teering

    best way to computerize a 20 page questionnaire

    what would be the best way to computerize a 20 page questionnaire with ability to export/import answers for each consumer (life of form would be one year, approximately 1,000 or more consumers) and then a revised/new form has to be created types of questionnaire answers to capture are: yes/no...
  3. teering

    algorithm for finding overlapping times

    i am needing an algorithm to find overlapping times on data entry, for example, services are provided from 8 a.m. to 9 a.m. by one person and another person enters they provided services from 8:30 to 9:30 (and various other overlaps of time) finding duplicates is no problem, but i haven't been...
  4. teering

    unzap works with fp2.6 why not vfp7

    microsoft support has the following unzap function which i tried and tested on a fp2.6 database - it worked just fine to recover the zapped data, however on vfp7 it puts garbage in the data fields - anyone know what the difference would be here? from...
  5. teering

    Can a zapped database be recovered?

    I zapped an important database by mistake, using VFP 7 can this be recovered? I haven't found anything on the faq sections thanks for any help Teresa Pickering Professional Computer Services
  6. teering

    Save Multiple Listbox choices to a memofield

    I would like to save the multiple choices from a listbox into a memofield - i am using the following code but it will only save the last selection -- does anyone know what i need to do? or is there a better way to save the choices to a table - thanks in advance, using vfp 7 LOCAL ncount SELECT...
  7. teering

    clip5.2d and blinker 7 problem with vm integrity failure

    i have recently re-complied a very large program with clipper 5.2d and blinker 7 when i attempt to run a reindex routine or browse thru the database the program crashes with a vm integrity failure error does anyone know how to fix this? i am running the program on a windows xp computer and...
  8. teering

    problem with lstchkbox in 1001 things book

    i am trying to use the lstchkbox class as described in chapter 5 in the book 1001 things you wanted to know about vfp however, the sample in chapter 5 does not change to a checked box when run, does anyone know if something needs to be changed/corrected to work properly? thanks teresa pickering...
  9. teering

    Finding a forms source code table

    i am using vfp 7 and when i compile my app i get other forms brought in from another project and can't seem to get rid of the problem by simply removing the forms from my new project i don't remember how to get to the source code table of a form that stores all the information - can anyone help...
  10. teering

    combobox dropdown list goes to the bottom first, why?

    i am using vfp7 i have a combobox declared as 2-dropdownlist it is filled by an array of character data, 2 columns, everything is fine except when you click the down arrow it goes to the bottom of the list, i have tried the form.init with setting the index to 1 and it still goes to the bottom...
  11. teering

    DTPICKER error if day 30 or 31

    i'm using vfp7 and have a form with the dtpicker and a textbox for the date value the dtpicker works fine on the saving, but on editing the record if the date is either the 30 or 31 of the month, i get invalid property value error message on retrieval of the saved record, i am using the...
  12. teering

    shortcut menu and parameter missing error

    i have created a shortcut menu named edtshort.mpr as shown in the sample.app -- it is for cut,copy,paste i entered the 'do editshort.mpr with this' command line in the rightclick event of an editbox the problem is when i run the program and click in the editbox and then right click i get an...
  13. teering

    ole error code 0x80040154 class not registered

    i am using the activex calendar/datetime picker ole control i have an application in vp7 that runs fine on most machines however the windows 2000 and xp machines generate the above error message i know how to register the ocx files, however my question is this -- the vfp7 manual says that you...
  14. teering

    crystal 9,unicows.dll,craxdrt9.dll registering

    i am trying to install a vfp7 program with cr9 developer version reports on a clients computer i read the runtime.hlp file and have downloaded the unicows.dll but it won't register -- error 'dllregister server may not be exported" and the craxdrt9.dll will not load without the unicows.dll...
  15. teering

    VFP 7,Crystal Reports 9,printout() problem

    in my vfp program when i call the oRpt.printout(.f.) my crystal reports parameter screen will display and i type in a range of invoice numbers, however it still will print all the invoices. it's like the printout() will default and print all pages can anyone advice why the printout() takes over...

Part and Inventory Search

Back
Top