...versions?
Here is the stub program code:
LOCAL lcexecpath,lcfilename,lcskeleton,lnfilecount
LOCAL lcexe,ltlatest, lnI
LOCAL ARRAY lafiles(1)
* get the path to the executable directory
lcexecpath = JUSTPATH(SYS(16))
SET RESOURCE OFF
*make that the default
SET DEFAULT TO (lcexecpath)
* get...
I would just be interfacing the document into an existing vfp program (database)
i will try the vfp forms approach and save answers in tables, that was my first instinct
thanks everyone
Teresa Pickering
Professional Computer Services
thank you, hope this explains more:
it will only be on a network environment for in house only
data entry persons will enter the answers from paper source doc
example: they select 'John Doe' from the consumer table, click on a link that takes them to the questionnaire template, they enter the...
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...
sorry, i don't have a routine at all for the overlap times
i do have a procdure for duplicate times that is run as an edit after the services have been entered then a separate report prints them out
i am looking at a 24 hour period (which i did not take into
account midnight, 24:00
the...
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...
thanks everyone for your input
i believe the microsoft unzap function did probably damage the file itself when i ran it - as did creating and saving the function also probably changed the hard drive dynamics
it was a file of about 200 records - of course no one had backed it up, so lesson...
the database was located on a stand alone workstation on the c: drive, after it was zapped i immediately put a 'do not use' sign on it so no one has written anything to the hard drive yet
Teresa Pickering
Professional Computer Services
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
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...
i upgraded to 5.2e and still have the vm problem
does anyone have a sample link script for blinker7
that works with windows xp computers?
thanks
teresa pickering
Teresa Pickering
Professional Computer Services
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...
i found out the problem was the directory path
i needed to put the path of the bmp files in the project
thanks for your help
teresa pickering
Teresa Pickering
Professional Computer Services
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...
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...
rowsource = this.acontents
rowsourcetype = 5-array
where acontents[1,2] is declared as a property of the combobox
Teresa Pickering
Professional Computer Services
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.