| Thread | Last Post | Replies |
|
| NEWBIE: Combo-box displaying filtered data base on another field in form | 29 Jun 2006 15:54 GMT | 1 |
I have two tables that I am using to populate two combo boxes. The first table and its combo box work great. I want the 2nd combo box to populate with the records from the 2nd table when the 1st combo box value matches the 1st column in the 2nd table.
|
| new record source for a form | 28 Jun 2006 02:26 GMT | 3 |
I created a form in VFP 9.0 SP1 and used a table from a database name of say david1. Now that all my controls are bound to the data fields in the form I want to change the name of the table to, I'll say david2. If i do that, when I run the form, all data bound controls will ...
|
| FileFormat | 24 Jun 2006 01:53 GMT | 2 |
Does someone have a function that given a string will return a valid file name? i.e. strip out all invalid charaters in a file name. str = filefmt("A\l/:") would return "A1"
|
| Populating a listbox | 23 Jun 2006 11:35 GMT | 1 |
I'm trying to get a listbox populated with selected field names from a table I have open, and am getting a '"Field" phrase not found' error. I've tried using "Alias." before the first field name, removing the spaces between the comma and next field name, and nothing seems to ...
|
| declaring public variables | 22 Jun 2006 00:09 GMT | 8 |
What is the effect, if any, of having "m." prefixed on a variable in a PUBLIC declaration? Is it any different from declaring the variable public without the "m."? ie.
|
| Visual Foxpro - FORMS | 21 Jun 2006 22:47 GMT | 2 |
Dear Sir, Cindy Good afternoon I am velu from INDIA, Sir if possible please send me some simple forms designed As I am interested
|
| String Part | 18 Jun 2006 01:30 GMT | 7 |
I have a string of "I;06/16/06;10" And I want a function that will pull out either the "I" the 06/16/06 or the 10 if i send it the string and the number of the item I want, i.e. 1, 2, 3.
|
| reporting tool for .NET | 16 Jun 2006 16:07 GMT | 2 |
Friends, VFP has its own report form. Does .NET has such a tool to design reports? Like if I use VB.NET, how can I produce reports? thanks in advance
|
| moving to .NET | 15 Jun 2006 16:53 GMT | 1 |
Dear friends, We are in midst of a big project using VFP, Access and SQL server. Recently due to the .NET introduction our management has decided to do the rest of the project in .NET. We are not going to use any classes or libraries
|
| SETFOCUS | 14 Jun 2006 13:41 GMT | 1 |
error :setfocus cannot be called from within when,valid,... if a run the form a have no problems. form product : bottom new : method click -> add new record and jump with setfocus to field1
|
| PutINI | 08 Jun 2006 20:58 GMT | 1 |
I just noticed this was giving me duplicate entries for Notice into the ini file (tFile) because all three lines begin with Notice. What is my simplest work around? oFrm.PutINI("eFile", "Notice", IIF(.chkNotice.VALUE, "T", "F"))
|
| directory where the current program is running | 08 Jun 2006 17:00 GMT | 4 |
I must be getting either stupid or too old and cranky, but it doesn't seem to me that it should be so damned difficult to learn from the documentation how to determine, with code, what directory the current program is running in.
|
| uncommitted change occur in the form | 06 Jun 2006 18:18 GMT | 1 |
Dear Sir/ Madam, I created a form and press a button with the command to operate the Edit mode. While I made amendment on a field (e.g. apple) of one of the records from the table, says abc.dbf, then when I close the edit mode, it¡¦s okay;
|
| cascade | 05 Jun 2006 06:41 GMT | 2 |
Freinds, I am using VFP wth Access. I want to create the entire database dynamically from within my program. I tried to create 2 tables and a cascade delete update relation using odbc. It did not worked.
|
| .NET | 05 Jun 2006 06:34 GMT | 3 |
Is there is any future possibility that VFP in .NET? Wilson
|