| Thread | Last Post | Replies |
|
| Form data | 31 Jul 2003 20:12 GMT | 1 |
I have VFP 6 applications that are running on WIN95, WIN98 2000 and XP OS PC's. Every now and then the users report that they clear the form and tab to a field and starting typing and the old data that was cleared reappears(in that field). This happens on either a fox2.6 ...
|
| Change background color of command buttons? | 31 Jul 2003 09:37 GMT | 7 |
Is it possible to change the background color of a command button? I've fooled around with Color Scheme and Color Source, but I was unable to alter the background color of a command button. I also want the button to be independent
|
| adding an item to a listbox | 31 Jul 2003 00:40 GMT | 1 |
I have a form with a listbox and a text box, when you loose focus on the text box, I wish the two values to be added to the listbox: 'Visco - ' and the value in the textbox
|
| Messagebox question | 30 Jul 2003 12:13 GMT | 1 |
i want to display the value of a textbox in a messagebox when a button is clicked. I receive the following error: Function argument, type or count is incorrect. This is the code i wrote:
|
| Array property on a CONTROL in VFP8 - BUG OR DESIGN??????? | 29 Jul 2003 18:23 GMT | 5 |
We use arrays to store constant data for a dropdown control. Some of our list can get large, over 11000 rows and 3 or more columns. In VFP6 & VFP7, our dropdowns work w/ out any problems. However, when I use that same dropdown in VFP8, forget it, the dropdown crashes when building
|
| logicals in index expression? | 29 Jul 2003 13:48 GMT | 1 |
I have not worked much with logicals in index expressions. I tried IIF() and it seems to work ok. Am I asking for trouble. Example expression: IIF('logical','YES','NO')+UPPER(fldname)
|
| Outlook - COM Collection / Properties & Methods | 28 Jul 2003 21:40 GMT | 8 |
I would like to access Outlook from VFP 7.0 - is there some place online that I can read/download a complete list of Outlook's collections, properties, events, methods etc etc? Thanks in advance.
|
| Delete text propery in Grid Column | 28 Jul 2003 15:00 GMT | 2 |
I happend to insert another text input box in a grid column. Is there any way to get rid of it? Tahnx.
|
| combo box - Simple question | 22 Jul 2003 00:16 GMT | 5 |
I have a form linked to the table A with one combo box. The combo value is coming from another table B. I want the value of combo box saved in the form table A is integer. And displaying the value in the combo box from table B is string.
|
| Drag & Drop Listbox/Grid | 21 Jul 2003 20:05 GMT | 2 |
I would like to be able to click on a listbox (or maybe grid), drag the row and to drop it somewhere else on the same list -ie. change the order in which thy are listed by dragging & dropping up or down. I imagine this requires the altering of a key field to reflect the order,
|
| Text Field... | 21 Jul 2003 16:01 GMT | 1 |
I have a text field on my form pointing to a table. I am inputting the values like 12345. It is taking in the same form like 12345. When I run my application again, if I input12345, it is appearing as 54321. I did not change anything. Why it is happening like this?
|
| Deleting | 20 Jul 2003 17:38 GMT | 1 |
I have a table called z_sname. When I run my supplier form to delete off a supplier name. By using the next or previous buttons, I find the supplier and then press delete however when I delete the item I go into my table
|
| Open report with criteria | 13 Jul 2003 16:09 GMT | 2 |
If a report with table, How to open a report with passing a table criteria. What is the syntax? Is it possible? For example Open Report with table.field1=anotherform.textbox1.value
|
| ListBox & Set Filter | 13 Jul 2003 08:37 GMT | 1 |
My listbox is not selectable at runtime. Also, when the CusID filter command executes it repositions the list and then the list goes blank and there is a "filter cleared" message on the bottom status line.
|
| Trapping unique index violation (VFP8 app) | 11 Jul 2003 00:00 GMT | 1 |
My VFP8 app (a payroll) has a table with a structural index with a primary key (the employee reference number). I need to trap the error that occurs when an attempt is made to add an employee with a reference number that's already in use,
|