| Thread | Last Post | Replies |
|
| Opening a form to a specific record | 31 Mar 2005 06:09 GMT | 7 |
Hello All - I have two forms. I am attempting to open the second form and display a specific record based upon the display value of a multicolumn listbox on the first form. Both forms have private data sessions. Here's the code from the command button's click procedure on the ...
|
| ocx control | 30 Mar 2005 13:59 GMT | 1 |
I have a form which has monthview on it. The .exe was installed with install shield and the MsComCtl2.ocx was distributed. I manually registered it with regsvc32. But anytime the form opens it goes to a install screen and then bombs out with error 1706. BUT the form will
|
| Number to Words?? | 30 Mar 2005 13:57 GMT | 3 |
Is there a function to convert numbers to words? i.e. data field contents $100
|
| Timer Control | 30 Mar 2005 13:53 GMT | 1 |
How do I set it up so that the process I want the Timer control to launch is launched first before the timer is ran?
|
| My ComboBox does not show my data. | 25 Mar 2005 21:51 GMT | 9 |
I have a problem with a combo box in VFP 8. It was working fine and now its not. I am still in the developement of a project. Can someone tell me why it is not working now and was earlier?
|
| RightClick method | 24 Mar 2005 18:31 GMT | 9 |
I'm trying to create a right-click menu in VFP6. The only question I have about this is to find out if there's an easier way of doing this. The shortcut menu is created and now I want to attach it to the RightClick method of the form. The only question I have is to find out if ...
|
| Timer Control | 24 Mar 2005 03:50 GMT | 4 |
How do I set it up so that the process I want the Timer control to launch is launched first before the timer is set?
|
| VFP Newbie Question | 23 Mar 2005 20:16 GMT | 7 |
I have a character value coming in (1,2,4,5) and I want to parse it by comma deliminter and then put into a SQL statement WHERE clause. For example, I want the SQL WHERE Clause to look like this: WHERE table1.finum = '1' AND table1.finum = '2' AND table1.finum = '4' AND
|
| Color functions | 22 Mar 2005 18:52 GMT | 3 |
Is there a function that does the opposite of RGB( ) ?
|
| set filter to.... | 22 Mar 2005 17:56 GMT | 3 |
if i do the following: cSearchString = 'BIB' csearch = "AT('" +cSearchString+ "',UPPER(ALLTRIM(naam)))>0" and then:
|
| Scatter Statement not Working | 22 Mar 2005 17:51 GMT | 3 |
I am maintaining a program that was originally written in VFP6.0. We have decided to update it to VFP9.0. However the statement no longer compiles: SCATTER MEMVAR MEMO TO pp_vararr
|
| How to read outlook express inbox messages | 21 Mar 2005 09:40 GMT | 3 |
I've tried http://www.foxite.com/downloads/mapireceive.zip example. I don't want to receive e-mail using VFP. What i need is to read the messages/emails that i've already received in my outlook express inbox. Please help
|
| last marked position | 18 Mar 2005 07:38 GMT | 1 |
I have got such a problem: There is "Grid" Its parameters: grid.recordsource = [select * from table into cursor kursor]
|
| how to unfocus a grid cell? | 18 Mar 2005 07:32 GMT | 1 |
I have created a form with a grid and a save button in it. I click on a grid and then input some values in the blue color focus cell. How can I unfocus the grid cell when I click the save button(by programmatically or setting grid property)?
|
| Windows won't close programmatically after upgrade | 16 Mar 2005 04:52 GMT | 4 |
I've inherited a project that we upgraded from an earlier version ( I think it was 6) to Visual Fox Pro 8.0. The problem is that some of the Windows won't close now. Example follows: This is the code that displays the window, which works fine:
|