| Thread | Last Post | Replies |
|
| Application does not keep value from passed parameters. | 31 Jul 2004 15:39 GMT | 6 |
I pass a parameter to my application but it only stays at the INIT portion of the form. Once the INIT has completed by app does not recognize my variable as excisting. I had to say something like this and then it can use the passed value.
|
| Cursor in Combo Box | 31 Jul 2004 02:14 GMT | 2 |
I have users complaining that when a combo box receives the focus, the vertical cursor [|] does not display inside the combo box. This confuses them as to where the focus really is; they know it is on the combo box because they start typing and the combo box starts doing an ...
|
| Really Stupid Question | 30 Jul 2004 20:51 GMT | 2 |
I am trying to get text from the clipboard using the system variable _cliptext. When I put the code in the click or right click method everything works fine, but I cannot for the life of me get it to work when I use on key label ctrl+v and put it in a method. I know I'm ...
|
| component from component gallery | 29 Jul 2004 12:06 GMT | 3 |
I implemented the vcr-style component in my form. I want to add some extra code when the Add a record button is clicked. When I put code in the CommandAdd, Click section, the button fails to work. Any ideas
 Signature Bruce
|
| text field and numbers | 29 Jul 2004 07:36 GMT | 4 |
Is there a property that specifies that the textfield only accepts numbers or I have to write a program for it? Frank
|
| How to put File's Flash on the form? | 29 Jul 2004 07:13 GMT | 1 |
I want to know how to put File's Flash on the form of VFP 6 and VFP8 Plz Help me I wish to hear from you soon Bye
|
| Margin in the ListBox column | 28 Jul 2004 06:43 GMT | 1 |
I have a ListBox that has a view for a RowSource. Few of columns in this view's source tables are of type integer. In the ListBox, these columns display as numbers with a fixed width (much wider than I need), and if I try to make ColumnWidths for these columns more narrow
|
| Application won't let me use THISFORM nor the FORM NAME please help. | 24 Jul 2004 08:38 GMT | 18 |
I am running VFP 8. My form has an Option Group. I use the "ON KEY LABEL" for the letters S and B. S = skip a record
|
| inconsistent property in textbox | 23 Jul 2004 20:28 GMT | 1 |
I am trying to do a simple calculation of values in two textboxes. I wanted it to be calculated in realtime so I used the InteractiveChange procedure of Text11 to put my code in. The problem I have that at the beginning the value of a textbox is a character then it becomes a number ...
|
| Eliminating ComboBox Click Throughs in VFP 7 | 22 Jul 2004 16:06 GMT | 13 |
Does anyone know how to eliminate combobox click throughs in VFP 7? Alternatively, how to calculate at runtime exactly where the dropdown (not the combobox itself) is and the size? TIA.
|
| grid | 19 Jul 2004 16:56 GMT | 8 |
I have added a grid to my form, connected it to a table. How can I change the displayed header text. Can I select which columns I want to display? Thanks Frank
|
| Grid on a form | 19 Jul 2004 11:49 GMT | 9 |
Help, I hope this message is not too long. I've created a form that has multi pages on it and uses the foxpro wizard search, add ect. bar. One of the pages keeps track of students general
|
| List Control VFP 9.0 | 19 Jul 2004 10:37 GMT | 8 |
Heres a good one for you all... I have a several list controls on a separate pages of a pageform. Lets number them in sequence 1-5. Now List controls 1-4 look like they are working. ie they show the items in the list but you can not select any other than the very first one
|
| can we make a 'hole' in our form | 18 Jul 2004 12:46 GMT | 1 |
with API Call we can make transparent form , but which API that can make a hole in form thanks christ
|
| mouseover listbox | 16 Jul 2004 10:59 GMT | 1 |
I would like to know how to get the value, or at least the ItemId or ListItemId of the current item under the mouse in the listbox without clicking on it. Mind you, the list box could be scrolled to the middle of the list, but whatever is under the mouse, that is what I
|