| Thread | Last Post | Replies |
|
| Basic TextBox Question that I never thought of asking the Group | 20 Feb 2008 21:25 GMT | 6 |
Hello again, Thanks for all the help. In the TextBox control there is a VALID event and an INTERACTIVECHANGE event. I need to do validation so I usually use VALID.
|
| GETTING DATA FROM SAP | 20 Feb 2008 17:51 GMT | 5 |
My methodology of accessing data stored on SAP (see the discussion of jan 9th, same subject) is having some development. The user is still not prepared to use SQL but is now proposing to offer to me data "formatted XML". I quickly investigated on the VFP documentation and arrived ...
|
| new program disappears without running | 20 Feb 2008 13:05 GMT | 4 |
I created a new program, new form with one button that has code in it in VFP9 and when I compiled it to an exe it blinked on the screen very fast and quit without presenting the form. Seems to me I need to put something like read events in the form load. Can someone tell me how ...
|
| Grid - Zero values | 20 Feb 2008 06:22 GMT | 4 |
I have a Grid on a form where the column is using the 'Z' format meaning that for numeric values, if the value is 0 then the column is displayed as a blank. Recently a requirement has emerged whereby a value of zero is a legitimate value in the grid.
|
| Why do Column Widths Change when I run the form? | 20 Feb 2008 06:17 GMT | 5 |
Hello and thanks in advance for the help. I have a form with two grids. The second grid is a child of the first. In the AfterRowColChangeEvent of the first grid, I do the query for the second grid.
|
| Pageframe tabs question | 20 Feb 2008 06:12 GMT | 4 |
Is there an event that fires when the mouse moves over the page tab of a pageframe. I have tried mouseenter for e.g. page 2 but it fires when the mouse is over the main page rather than the tab of the page. Something is happening because as I move the mouse over the tabs a small ...
|
| Opening a dBase file. | 20 Feb 2008 01:27 GMT | 3 |
Will opening a dBase file (not sure what version) using SELECT statement in VFP 8.0 SP1 in anyway affect the dBASE header or file itself. I have a need to read data from a dBASE app which another programmer does not support anymore, but my client wants to make sure that his ...
|
| Another Database SQL Update question | 19 Feb 2008 22:22 GMT | 13 |
Hi and thanks in advance for the help. Suppose I have the following code: SELECT invoices LOCATE FOR approvalcd = invoicelist.approvalcd AND ;
|
| Limit CPU Usage in Microsoft Visual FoxPro | 18 Feb 2008 13:58 GMT | 2 |
There was an article in FoxPro Advisor: Limit CPU Usage in Microsoft Visual FoxPro Get a solution to this common problem that's built right into Windows. But its locked for general public. Can somebody share its content with the
|
| How to read and update information via the internet. | 18 Feb 2008 09:43 GMT | 4 |
I am thinking of implementing a registration system into a commercial VFP application that will connect to a server across the internet, pass some unique account details and then return an expiry date. I know that I can create a .Net web service but this will require me to
|
| GRID Columns Current Control | 17 Feb 2008 01:31 GMT | 3 |
Hi to Everyone! God Day to All... Can anybody help me... I have a Grid with a single column and the default Column's current control
|
| Access update via ODBC | 16 Feb 2008 13:22 GMT | 1 |
I'm attempting to updating an Access table via odbc, and I notice that .t. and .f. don't map to Access booleans (I'm using -1 = .t. & 0 = .f.). What other type mapping issues exist? Is there a resource that lists all the type maps?
|
| FoxPro sample project | 16 Feb 2008 12:29 GMT | 2 |
I am green and wanna learn foxpro from internet, do u hv any foxpro sample project for my reference or which good site can be introduced to me? thanks a lot
|
| Form Disappears | 16 Feb 2008 12:16 GMT | 2 |
I am using VFP 9.0 SP1 and as I am in the development process of a Form I apparently edit the Form while it is still running in memory. After issuing a CLEAR ALL I attempt to edit the Form again and it is gone from the hard drive. However there are two files in the project
|
| hyperlink object | 15 Feb 2008 21:57 GMT | 3 |
Using VFP9 sp2, IE6 The following code takes me to the appropriate page in Google maps, thanks to a tip I picked up in this group a month or two ago. Now that I've implemented it to lots of oohs and aahs, I'm starting to
|