| Thread | Last Post | Replies |
|
| Re: Array Passing | 28 Aug 2003 05:53 GMT | 2 |
Hey guys, Thanks again for your insights...I managed to get it right! This is how I did it: On Form1:
|
| CoInitialize has not been called | 27 Aug 2003 22:46 GMT | 3 |
I'm accessing a COM dll from foxpro using CREATEOBJECT(). When I use it from a form (windows application) it works find. I created a Single COM server dll (DEFINE CLASS VFPPROCESS AS CUSTOM OLEPUBLIC) so I can use it from another application. When the foxpro program get to the line ...
|
| Changing Label Captions | 27 Aug 2003 22:26 GMT | 1 |
My Form has two parts, I have a combobox in the first part from where the user chooses a value. Depending on the chosen value the Captions of the labels on the second part of the form are displayed. The captions to be displayed
|
| Combo Box | 27 Aug 2003 22:06 GMT | 2 |
How can I prevent an user from entering any value through the Keyboard into a combo box? If possible pls show an example with a brief code on usage of the method(s) to be used.
|
| Error locating config file-bad path | 27 Aug 2003 19:43 GMT | 1 |
I have version 6 of Visual Fox. When I run a program (Ex: Test.exe), I have the following error; Error locating config file-bad path Thank you for your assistance.
|
| Toolbars - no undocking wanted! | 27 Aug 2003 16:16 GMT | 1 |
Can you prevent a user from undocking a toolbar? Can you force a 2nd toolbar to appear on a second row at startup? Thanks
|
| Change Line caret to block caret? | 26 Aug 2003 22:35 GMT | 2 |
Has anyone successfully changed the caret (cursor) in textbox to a block caret? I am looking to use the line caret for insert and the block caret for overstrike.
|
| GPF 0x77f1d76b if you add new property or method in data environment. | 23 Aug 2003 11:09 GMT | 3 |
Adding a form property or method while in any DataEnvironment method causes GPF 0x77f1d76b error. This happens in VFP 6 (and probably 7 & 8 as well)... STEPS:
|
| closing a form | 22 Aug 2003 06:59 GMT | 1 |
Hey guys... im green as grass so be gentle... Ive created a form with a command button on it. When the button is clicked it launches a another form. I want the first form to close and im not sure where to place the code... thanks steve
|
| How to use the new ability to subclass Data Environment ? | 20 Aug 2003 03:19 GMT | 1 |
I'm interested in subclassing the data environment. Two questions: 1. Is it possible to change the default class for a form? I believe that it is not. 2. I know that I can create a new class based on the DataEnvironment class,
|
| Resizing an edit box | 17 Aug 2003 10:27 GMT | 1 |
Hi... I'm using VFP 7.0. How can I programatically change the height of an edit box so it don't require a vertical scroll bar to show all of its text?
|
| Change Database Location | 16 Aug 2003 11:39 GMT | 1 |
When a table is added to the Data Environment in the Form Designer, a cursor object is created. If the table belongs to a DBC, the DataBase property of the cursor is updated with the full path name to the DBC. However, the absolute path to a DBC might need to be modified in a ...
|
| button add | 15 Aug 2003 22:42 GMT | 2 |
Hi.. saya mempunyai form yang mengarah kedalam database I've form with button ADD (this button can add data/record in my database fix with entry from textbox text1) and i give little command in property
|
| list/combo | 15 Aug 2003 17:31 GMT | 1 |
I have tried this with both list and combo. Combo Properties are set to boundcolumn = 1 and bound to = .T. and columncount = 0 SELECT ItemsToCombo FROM mytable INTO ARRAY thisform.myarray ;
|
| MAPISession and nondefault mail account | 13 Aug 2003 20:41 GMT | 1 |
I've successfully used MAPISession and MAPIMessages in vfp6.0 to send an email from my default mail account. How can I send an email from another (nondefault) mail account? Stasys
|