| Thread | Last Post | Replies |
|
| pop mail | 30 Apr 2005 13:56 GMT | 8 |
I wish to make a free .pop. e-mail client, simple. I know to send e-mail using CDO, but how to get it from server? Found a few ocx on web, but they are not free... Please help...
|
| Find/Replace | 26 Apr 2005 16:21 GMT | 9 |
I am using modal forms to edit text fields in an application (VFP6), and cannot get the Find/Replace menu options from the edit menu to activate. Copy/Paste always seems to be available, but Fin and Replace are not. If I have a non-modal window, they are activated, but I really ...
|
| Valid Code & Canceling or Exiting a Form | 25 Apr 2005 14:52 GMT | 3 |
Hi, we have various controls (such as datefields, employee lookups, etc...) that have Valid() code to verify that the date or employee # is ok. The problem occurs when the user just wants to exit the screen or hit cancel, we really don't care if the data in the active field is valid ...
|
| Drag and drop between 2 treeviews | 22 Apr 2005 09:10 GMT | 1 |
Drag and drop between 2 treeviews I have two treeviews both with data, one parent with child nodes. The user must be able to drag and drop the child nodes to the other tree. After dragging the database needs to be updated to reflect the changes made
|
| Memo field in combo box | 21 Apr 2005 23:51 GMT | 4 |
I am using VFP 8 and cant get a memo field to show in a combo box. All I get is a "Memo" word displayed. I have rowsource = part_id, description Description is a memo field.
|
| RE: Refresh form from a procedure call | 20 Apr 2005 19:51 GMT | 2 |
I had been trying to solve a mystery refresh problem where the refresh works in other vfp forms the same way except this one form. I have dozen forms in my app and sometimes when a form button is click it will do a call to a procedure in another file (set procedure to utils.prg)
|
| Disabling Microsoft Treeview Control 6.0 | 17 Apr 2005 21:18 GMT | 2 |
Does anyone know of a way to disable the Microsoft Treeview Control 6.0? Setting its Enabled property to .F. does not disable it (Click events still fire and the SelectedItem property is changed).
|
| When does Combobox downclick event fire (or, how to prevent combo list from dropping)? | 14 Apr 2005 04:11 GMT | 3 |
I have a combobox that in some circumstances want to prevent from showing the list when user clicks the down arrow. I was hoping to use the Downclick event to call NODEFAULT to prevent the list from appearing. The Downclick event does not seem to fire. Placing set
|
| Undock() and screen size | 13 Apr 2005 08:36 GMT | 7 |
When you dock a form or a tool bar the _screen.width and _screem.height return the correct values, however, when you undock the Form or a Toolbar the _screen.width and/or _screen.height remains the same. The _screen.width and _screen.height get set to the correct values if you ...
|
| Strange behavior with views | 12 Apr 2005 20:49 GMT | 4 |
i've based all data of my forms on views. When I have a form opened with customer data I can open a new form with orderlines by doubleclicking on the customer info in the grid. In the view I have a parameter as a filter so i use the following code:
|
| JJA. Form distorts when scrolling | 11 Apr 2005 21:06 GMT | 3 |
I have a form that has Text Boxes, and it has a Grid. In VFP 8 the form works ... near perfect. In VFP 9 the form takes a different monsterous look. The bottom of my form ... gets distorted when I use the "S" Key to skip and
|
| ASCAN Exact oddity | 11 Apr 2005 16:32 GMT | 4 |
Vfp8. I have just discovered that ASCAN with character expressions uses a different algoithm than == does when EXACT=ON, as well as different results than = with EXACT=OFF. For example:
|
| mscomm object | 11 Apr 2005 09:29 GMT | 1 |
I have a piece of custom hardware plugged into the serial port. I can, by following instructions from hw vendor send some small (10 - 20 chars) instructions to it in hyperterminal. I'm trying to do the same thing with a vfp8 test app using mscomm.
|
| Save Problem | 09 Apr 2005 08:05 GMT | 1 |
I can save the changes in my form, it dont send me error messages,...this is my code in the SAVE button: ************************************ && Cmd_Grabar.Click()
|
| Field Validation | 08 Apr 2005 14:35 GMT | 1 |
I have a simple browse commando that display some information. In one field, I have a field validation (:v=validheight()). The func validheight() return .t. if the height is ok, and show another browse if the height is dangerous, and return .t. too.
|