Everyone's suggestions cover the 'equal to' question but noone has addressed your other question: 'and what <b>""</b> means.'. I am guessing that this code is writing an HTML document. I believe the <b> and </b> are HTML tags.
Once you get the IF statement to complete its work, look at the...
Gentlemen:
I am 60 years old and have been working with VFP form12 years. Trendy is not the issue. Powerful data applications and easy interfaces with other applications and the web are why VFP is still a great product. Anyone ever wonder why MS doesn't market this tool more?
Ray Ross
this is what I tried:
for asd = 1 to thisform.gridSystems.columncount
oColumn = thisform.gridSystems.Columns(asd)
oControl = oColumn.CurrentControl
BINDEVENT(oColumn,"dblclick",thisform,"columnclick",1)
next
err = "Function argument value, type, or count is invalid."
I created the...
I am building a grid on the fly. I want to put a command in the dblclick() of each column that will select the record and close the form that has the grid. How can I add a method to a grid after it is defined? I have looked at WriteMethod() but this does not work or I am doing something it...
Hi Stella
I have a report that has 8 lines of static data with
'remove line if blank' on the left margin and a memo field starting at about the center of the page with stretch on.
The report will print correctly in most cases but will randomly leave a bunch of white before the horizontal line...
Since my last msg, I was able to find where the downloaded data went. However, the file ext is '.oab'. How can I get this data into a '.txt' file or fox table?
Mark
Thanks for the quick reply.
I am working in an environment of 3500 users.
My tools->send/receive menu does not have a download option. Is this something that could have been turned off thru network administration?
I have a grid that contains data in 3 distinct time periods that I would like to display with a different background color for each time period. My form is not large enough to use 3 grids, so the grid I am using has to be scrollable vertically with the background colors following the rows when...
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.