| Thread | Last Post | Replies |
|
| Grid colors | 20 Dec 2007 11:24 GMT | 2 |
I am using dynamicbackcolor to set the row color of a grid green when certain conditions apply. However the currently selected row/record still appears with the white background. Is there a way of keeping the background colour of the currently selected
|
| surprising result from ADDBS('') | 20 Dec 2007 06:04 GMT | 10 |
Who would have thought that ADDBS('') would return the empty string, instead of '\' !? This from VFP6 Help: "Adds a backslash (if needed) to a path expression." That was clear enough!
|
| Return variable from form | 20 Dec 2007 01:27 GMT | 3 |
I want to return a variable from a form I have created in FOXPRO 7.0, but I do not know how. My form is called frmvw. I think I do something like Return x in the unload of frmv, but I'm not sure how to return this because to call the form, I
|
| Password mask in Inputbox() | 20 Dec 2007 00:19 GMT | 11 |
VFP 9.2 Trying to use an input box to capture a password to then create a connection string for SQL Server. Works fine except that I can't figure out how to use a password mask ******* instead of the characters. Is this possible?
|
| Lines down the page | 19 Dec 2007 18:45 GMT | 2 |
Hello and thanks for the help. In the VFP 7 report writer how do you do the following... Suppose you are doing an invoice or other form with line items and you want line running down the page...
|
| How To Search Files of All Extensions | 19 Dec 2007 14:35 GMT | 7 |
Hello - I have a VFP application and I have a "notes" table which may or may not have attached files to each note. It is very easy to search the notes for a word or string of words. My customers have asked for a feature to search the files attached to the note and I'm not sure ...
|
| Any Special DLL's req'd for hyperlink? | 19 Dec 2007 10:09 GMT | 1 |
We recently added a hyperlink button to an app for a client and will be updating the system soon. Does anyone know which dll/ocx this is in as it doesn't seem to be listed under the properties of the control. It just says class is hyperlink. I think it may be part of the comctrl ...
|
| screen size | 18 Dec 2007 23:00 GMT | 5 |
I have created an application that when run on a laptop fits the screen as I want. But on some machines with the windows format at a much larger size the forms do not fit on the screen.
|
| LDIF or VCF <-> DBF converter/generator | 18 Dec 2007 21:56 GMT | 3 |
My Google searches have come up with not much help for finding or understanding ldif or vcf converter/generator options... Ideally, I'm looking for a good reference with rules and keywords, some sample code or a good simple converter.
|
| Class not registered error | 18 Dec 2007 12:32 GMT | 1 |
I have a form containing an activex control. The form was created on another system. If I rebuild my application on my current system all works fine however if I edit and save the form on this systemthen attempt to re-edit the form I get an error:
|
| Create array of zero length | 18 Dec 2007 04:57 GMT | 5 |
Any method to do that? Declare haha[0] won't work...
 Signature @~@ Might, Courage, Vision, SINCERITY.
|
| Domain Name of user | 18 Dec 2007 03:32 GMT | 9 |
Using VFP 9.2 on Windows 2000 or XP workstations. Back end is MS SQL 2000. Some users are on the same domain as the server and so I allow them access with "trusted_user=yes" in the connection string. Others are outside our domain and not in a trusted domain (or any domain)
|
| Public array variable "lost" | 18 Dec 2007 03:23 GMT | 5 |
I have an array defined as a public variable public gaPos I can happily populate the array but when I reference it in a form's method the I get a compilation error - Unable to find Unknown gaPos
|
| Find, drop & restore | 17 Dec 2007 19:31 GMT | 3 |
Is is possible to discover what triggers are in place for a table, drop them temporarily and then replace them? How? TIA -LS
|
| Making a form appear docked | 17 Dec 2007 18:24 GMT | 3 |
I have a form which I would like to anchor to the left hand edge of the screen and appear as if it's been docked without the user being able to do any 'docking' functions....i.e. I don't want them to be able to undock it or move it's position.
|