Chris, Kilroy!
change CurrentControl property of that column to the object you just pasted (the checkbox)
Much Joy Kilroy! That was the missing link!
Can't tell you guys how long I've searched for this info.
I love Tek-Tips!
Regards - Wayne
Let there be peace on earth, let it begin with me
Mike and Chris, Thanx for taking the time to help me with this.
My copy is VFP70
"Make sure you have the Form Controls Toolbar visible."
Okay...No Trouble
"Right click on the grid and select Edit."
Okay...No Trouble...Light Blue box appears around grid
"Left click on the checkbox in the...
Hi! Could someone explain to me how to add a checkbox (image) to the textbox in a grid based on a logical datatype?
IOW if .T. show a checkbox checked... if .F. just show the square box.
Is this done with a wingdings font, or a gif?
Whenever I've pursued this question on the web, the authors...
Mike;
Well FPA is still being published, but imho it is nowhere near what it once was in it's glory days. I think my mentor [and former editor] Tamara Gaynor has also moved on.
I also lament the defection of Miriam Liskin to VBA.
Sadly, I see the demise of other hard-copy publications as...
per craigsboyd...
I agree with craig 100%. I dunno if Foxpro just attracts a better person, or because we are basicaly xBase users, we are a statisticly older group who have spent a long time doing this.
I first got my start on foxforums on the old Compu$erve FoxForum, using a DOS based...
Gosh! Some really great ideas from my peers!
imho, I agree with the clarity issue that jimstarr raised.
My solution was to define a method on the form and pass it a logical variable. Hope my 26 roots don't show 2 much....
method = "tShowGets"
called as...
thisform.tShowGets(.F.)
tShowGets...
I'm looking for an example of using the Win API to rename a file. I know the current file name and path, and want to keep the file in the same directory but execute the REN command on it.Any issues with "long file names" iow "My data 1stQtr.dbf" Do the spaces cause any issues?
TIA - Wayne
Thank-You Ramani!
I just couldn't get it through the wizard. Your solution worked fine. Funny thing about the GROUP BY...always worked in a regular select, used the distinct command instead, and it worked like a charm!
God Bless you and your family!
Regards - Wayne
Established local Database. Added Table to database. Trying to add a Local View of data on one field only. Using "View Wizard". When I add a "sort on" I get zero data in the view. SQL query seems correct. I'd prefer to write my own if possible, but am unclear on how to add the view to the dbc...
VFP70
I am on a intranet. I need to connect vfp from a workstation to a local XML database on the server.
I have no idea what XML db it is.
How would I go about doing this?
I am very limited in my [xml] knowledge in this area.
TIA - Wayne
Mike;
Thanx for taking the time to respond...
Could I ask you to be more specific. I tried adding it as a method to the current form that calls the report, and no joy.
TIA - Wayne
VFP7.0 SP1
Where can I put a function for formating a field in a report using the report writer?
I want to use this function...
SET CENTURY OFF
CLEAR
? Longdate({^1998-02-16}) && Displays Monday, February 16, 98
SET CENTURY ON
? Longdate({^1998-02-16}) && Displays Monday, February 16...
greggb;
SELECT * ;
FROM mydbf ;
WHERE ([Z] $ UPPER(myfield1))
* OR
SELECT * ;
FROM mydbf ;
WHERE ([Z] $ UPPER(myfield1) ;
OR ([Z] $ UPPER(mfield2)) ;
OR ([ABC] $ UPPER(mfield3)))
HTH - Wayne
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.