| Thread | Last Post | Replies |
|
| Stuff that drive you crazy | 29 Oct 2004 17:33 GMT | 1 |
Another inherited app; probably VFP 6, but I am supporting it with VFP 7. This one probably used a wizard to setup referential integrity, ie delete trigger called __ri_delete_purchaseorder(). All tables are buffered (buffer mode = 5). If the user decides to cancel the PO,
|
| Replace | 29 Oct 2004 11:08 GMT | 3 |
I have two problems: In one column (in which there is a long line of signs) I would like to find a word and replace it with another one. In Ms SQL there is a command REPLACE, how to do it in VFP 7?
|
| BindEvent() | 29 Oct 2004 10:52 GMT | 7 |
I have two button objects on a form form object. I am using BindEvent() to bind their CLICK event to a method. Now, from this method, can I detect which of the butons was clicked? Thanks
|
| Variables and Form Release | 26 Oct 2004 14:27 GMT | 3 |
Initially I developed several forms and when I would close them by invoking: thisform.release method, all variables would release along with the form. After adding another form to my project. I noticed that when I ran the forms and closed them by using thisform.release that it no ...
|
| Windows Server 2003 / Colors all wrong on forms! | 26 Oct 2004 00:35 GMT | 2 |
Does anyone know why colors would not appear correctly when running a program developed using VFP 7.0 through terminal services? For example, I have a grid which (depending on what data the user is looking at) could be either dark green, brown, or another shade of green. I only ...
|
| Label BackColor - VFP8 | 24 Oct 2004 13:39 GMT | 6 |
I'm converting from VFP6 to VFP8. The BackColor of all the labels are now a darker shade than their Pages' BackColor. All colors are set to default. The property sheet shows them to be exactly the same - RGB(236,233,216).
|
| How to change bgcolor of a treeview | 23 Oct 2004 06:24 GMT | 1 |
I have a treeview which I would like to change the background color. I Tried the following in the init of the treeview, but no effect: DECLARE long SendMessage IN User32 Call SendMessage(THISFORM.olecrtree1.hWnd, TVM_SETBKCOLOR, 0,16515071)
|
| GetDate | 23 Oct 2004 06:14 GMT | 2 |
Does anyone have a sample of how i would create a GetDate() Calendar Control in VFP 6.0?
|
| Treeview Outlook | 21 Oct 2004 15:33 GMT | 2 |
Does anyone know how i can use TreeView to display the inbox structure in Outlook?
|
| Using Microsoft Word Activex control on a form | 21 Oct 2004 09:09 GMT | 1 |
Can anyone recommend a book or website which can get me going in using the Microsoft Activex Word control on a FoxPro form. I've done some work using Word as an automation client under FoxPro control but the project I'm working on would have a cleaner user interface if I could
|
| BoundColumn Property | 20 Oct 2004 10:11 GMT | 4 |
Can anybody explain to me how the BoundColumn property works for a combo box? What I'm trying to do I'm not sure if the BoundColumn property is the way to do this or not. I have a combo box with the RowSourceType set to Alias, the RowSource has
|
| Importing images or image locations | 19 Oct 2004 22:23 GMT | 3 |
Hi all.. I have images that are stored on disk that I need to be able to view on a form. It sounds like the best option is to store the location of the file rather than store
|
| dbgrid and remote view | 19 Oct 2004 19:01 GMT | 1 |
I have created a form with a grid that I created by moving a view from the data environment. The remote view uses ODBC to connect to an access database. The grid displays the table I want, but if I change data in the grid it does not update the access table. Do I have to write a ...
|
| How weird .. _Crypt | 19 Oct 2004 14:43 GMT | 6 |
The code below lets users in on a random basis, and I can't see why. I did have some problems using the _crypt between W2K and XP, but got that figured out. Why the heck does this code produce random results? IF EMPTY(THISFORM.Text2.Value)
|
| Forms and using the Wizard | 18 Oct 2004 14:21 GMT | 3 |
Jeez I inherited a VFP 7.0 application with 200+ forms, and most of them were developed using the Wizard. So all these forms have the Navigation toolbar on the form, Next, Prev, Add, Delete, etc... Now I want to add a field to the form, ie a ComboBox, and it does not
|