Darron,
Many FoxPro programmers do not include the DBF files within their projects. This is especially true for "Free" tables that are not contained within a Database Container (.DBC).
Forms usually open data tables in one of two places: The "Data Environment" (available from the View...
How can I force VFP to use a shared network drive for its TEMP folder?
Background:
My client has decided to use M$ Terminal Services to solve its networking woes. ALL users now log in to Terminal Services to access their apps. NO users have any rights to anything on the C: drives of the...
Mike,
Sorry, if I confused anyone.
Actually the .Column(lnKnt)... does exist within a With...Endwith structure.
If you notice, I was also using macro substitution in my reply to Craig's post. I could not do .Column(lnKnt) directly.
The grid is now up and running perfectly.
Todd
Craig,
THANK YOU THANK YOU THANK YOU.
I found my answer in a post that you sent to LordHawkins on 06/01/2005. Our code (your sample and mine) were nearly identical. I was, however, missing the Check1.visible = .T..
I didn't even think of it because I could see the checkbox right there...
Thanks Craig,
I actually hit upon that during my testing.
Here is my code right now. I'm using macro substitution to create the fields and the checkboxes. My only hang-up now is getting the checkboxes to attach to the underlying logical fields.
------------------------
lnColCount =...
I'm 1 step away from completing my attendance program.
I am trying to figure out a way to add a checkbox to all but the first column in a grid that has a columncount of -1.
I need to do this because I do not know how many columns the grid will contain (length of program in days) until the...
I've decided to create a cursor with the same number of columns as the array then append them in. As for saving the data, I'll probably end up scaning thru the columns and drop the data into a table (Class, Name, Date, lAttended) for each day attended.
My FoxPro motto is "There's more than one...
I am trying to create a simple attendance form using VFP 8.0.
My users are currently traking attendance in Excel.
They want a similar interface to what they're currently using: Student name in the 1st row, and logical fields for every day that the class is in session flowing horizontally to the...
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.