| Thread | Last Post | Replies |
|
| Polar Draw | 30 Dec 2004 23:14 GMT | 5 |
Is anyone familiar with this Active-X control? If so where can I find some code examples to use it with Visual FOxpro 8? I am at a loss here as to how to use this control. I got it to load but I can not control it. as in adding a background picture. It shipped with VB examples but
|
| resize of grids | 30 Dec 2004 14:00 GMT | 1 |
How i can maximize a grid same time maximize the form? I have a grid on a form, when maximize the form i want maximize the grid in order to appear more information. Regards.
|
| return array property to calling form | 29 Dec 2004 09:38 GMT | 1 |
Could anyone provide some help on how to return an array property from form B back to A. The most I can get returned is just the first element. Thanks Dave *A form
|
| Native codepages in forms. | 28 Dec 2004 14:39 GMT | 2 |
I'm making an application using the language that requires a codepage which is not among supported by VFP 6.0 (1257-Baltic). When I use native symbols in texts, some of them (8 out of 18) are automatically replaced by something else. In the text entered into grids I could
|
| IsMapi | 21 Dec 2004 18:26 GMT | 3 |
How do I tell if MAPI is installed?
|
| phonebook - phonepnl.zip (0/1) | 21 Dec 2004 07:16 GMT | 3 |
I need some kind of simple phonebook and start to (learning and) building this form with form wizard (vfp 8.0). So, can someone help me how to make: - browsing, searching data (combobox?)
|
| Validation in a Grid | 20 Dec 2004 12:59 GMT | 1 |
I have two columns in a Grid (actually more but this problem involves only 2) Both columns are ComboBoxes. When the first ComboBox is '0', the second ComboBox cannot be blank. How, where do I code for this? I am using a table as my source for the Grid.
|
| how? | 20 Dec 2004 09:27 GMT | 3 |
I need some help aand opinions: is it possible to send somwhere (where?) my forms *.sct, *.scx and questions. Size is about 15K. If exists some newsgroup(s) of that kind, please send me the name.
|
| READ or RECEIVE MAIL WITH MAPIMAIL | 18 Dec 2004 09:48 GMT | 1 |
Sending mail from one computer to the other no problem but receiving doesn't work Can anyone help me with some sourcecode code : (sending works well)
|
| Outlook: look up folder | 17 Dec 2004 21:16 GMT | 2 |
How do i look up a Folder in Outlook? I have this routine here: Local oOutlook,oNameSpace,oNewFolder oOutlook=CREATEOBJECT('outlook.application')
|
| Outlook: Download, UnRead | 17 Dec 2004 19:46 GMT | 1 |
How do I tell the program to only read unread eMails and to Download them or not to Download the emails?
|
| Can't have zero as an item in a combo box | 17 Dec 2004 05:57 GMT | 7 |
I have a combo box I am population with AddItem. I am adding the items 0 to 5 in there. I can select the zero item but once I do it changes it to 1. Why?
|
| Grid and Formatting | 17 Dec 2004 04:22 GMT | 1 |
I am building a grid on the fly and simply want to format the columns with numeric data, ie, Price column displays as 123,482.99 instead of 123482.99. Grid on the fly Example:
|
| Tooltip on a listbox... | 15 Dec 2004 16:04 GMT | 1 |
I've stll had no success with this after hours of trying... I have a listbox on my form (VFP8) that I want to show tooltips for as the last column contains data that is far in excess of the width of the column. I've tried ItemTips = .t. and made sure Showtips = .t. on my form but ...
|
| Listbox | 13 Dec 2004 15:11 GMT | 2 |
This is probably very simple but I'm struggling to find the answer. I just want to make sure that the first item in my list box is highlighted when my form is show. I've tried:
|