| Thread | Last Post | Replies |
|
| Cursor readonly by wizbtns? | 24 Jul 2006 15:56 GMT | 1 |
i have a form data based on a cursoradapter, with a odbc to a mysql database. I work with a grid and everything works fine. When I add the picbtns of the wizbtns class to this form, the cursor is readonly. Doen anyone know how to solve this and what is the cause.
|
| Help..Help..Help..VFP 8 QUESTION | 24 Jul 2006 04:25 GMT | 3 |
I have a form with Text Boxes, OptionGroup and a Grid. How do I set the Cursor to be on the first selection of the OptionGroup. I can set the focus to the control, but I have to move the up-arrow key for the cursor to be on the selected option button.
|
| Combo Box with style like in Access | 23 Jul 2006 18:23 GMT | 2 |
I used VFP6 and was unable to solve this problem; now, I'm using VFP9 but same idea remains unleashed: I saw many time some forms in Access where one filed in table is connected with Combo box on that way that use could to pick (unique) one of already inserted data in this field
|
| OPEN DATABASE ERROR WHEN A FORM STARTED | 21 Jul 2006 19:04 GMT | 6 |
I have a form that in its dataenvironment I put two tables with master detail relationship. I compiled the application with the form, and it runs fine. But when I copy the exe and database/tables to another folder(location) and run it, it gives error, "cannot find database ...".
|
| What is happens when clicking Close button on the form? | 21 Jul 2006 17:44 GMT | 2 |
For example: On the form I have a TextBox with some code in LostFocus and Valid. Is it possible to close form without executing those metods?
|
| combobox on a form and validation | 17 Jul 2006 18:28 GMT | 2 |
I have a couple of combobox controls on page 1 of a pageframe, on a form. I've included some validation code in the valid clause of the combobox as follows: PRIVATE nNumberSelected
|
| How to migrate to vb.net | 17 Jul 2006 08:16 GMT | 5 |
how can i upgrade or migrate my VFP project to vb.net 2005 ??
|
| how to return other keycode in keypress | 16 Jul 2006 17:15 GMT | 1 |
my code is as follow :- LPARAMETERS nKeyCode, nShiftAltCtrl IF nKeyCode == -3 && F4 do form ...
|
| grid.deleted | 13 Jul 2006 18:08 GMT | 6 |
I have a grid with child records (PO line items) on a PO form. I want to intercept a click on the deleted column in the grid to make sure that is what the user really wants to do. If it is, I want to timestamp with the user ID and allow the deletion. If not, I want to recall ...
|
| No ImageList in TreeControlProperty | 13 Jul 2006 16:10 GMT | 4 |
Used Controls: MSComctlLib.TreeCtrl.2 MSComctlLib.ImageListCtrl.2 In the properties of the treectrl I want to
|
| Control Collection | 11 Jul 2006 18:51 GMT | 2 |
I was looking for information on the control collection. Does anyone know where to find this info in the VFP 9 documentation ? I want to set up an initialization routine so when I enter a form, all fields are blank and disabled until I click the add button or until a search
|
| combo box misbehavin | 07 Jul 2006 14:12 GMT | 4 |
I used the builder in VFP 9 SP1 to build a combo box based on a table in the DE. The problem is, when I reach the point in my form where I choose a value in the combo box, move on to the end of the form, and try to save a record, I get an error.
|
| Como implementar un semaforo en fox? | 06 Jul 2006 22:09 GMT | 1 |
Hola, si alguien me puede ayudar a implementar un semaforo en fox de la forma mas eficiente se lo agradeceria. Gracias. Luciano.
|
| Grid Column Header | 04 Jul 2006 01:01 GMT | 8 |
How do i programatically add code to a columns header?
|