| Thread | Last Post | Replies |
|
| search for a form in project | 31 Mar 2004 18:00 GMT | 3 |
I want to be able to search in a project for every instance that calls that form. I can search within a form for a "do"command but I can't find how to search an entire project. I have a project I am unfamiliar with and need to modify a form but want to make sure I don't cause a ...
|
| define Window and Scroll Bars | 31 Mar 2004 00:43 GMT | 1 |
I doing a Define Window: DEFINE WINDOW frmPreview ; AT 5,5 ; TO 10, 10 ;
|
| Increasing 640x480 form development view? | 30 Mar 2004 23:46 GMT | 4 |
Quick question for everyone: Now that most computers are at a minimum of 600x800 resolution, the default 640x480 form designer borders seem a tad.... restrictive. Is there a way to default it to 800x600 without using scrollbars? (We'd of course enable the
|
| Making Form in Formset Active | 30 Mar 2004 09:45 GMT | 5 |
I have a formset with two forms. Formset windowtype = modeless visible = .t.
|
| Browse windows | 30 Mar 2004 07:41 GMT | 1 |
I am having some difficulties with browse windows. Can I have browse windows appear in a form if I do not have the main vfp window showing? When I call a window in the main vfp window I have no problems. If I compile the program into an executable (disabling the main vfp ...
|
| MODIFYING A FILTER | 30 Mar 2004 07:41 GMT | 1 |
Can a filter be modified, for example Assume a table tblCustomers having fields : strQuality (GOOD or BAD or MODERATE) strDemographic (YOUNG or OLD)
|
| Convert string type to numeric type | 29 Mar 2004 15:24 GMT | 3 |
I want to ask how can I make the variable change the type from string to numeric Thx!
|
| problem with treeview | 29 Mar 2004 08:57 GMT | 8 |
I am trying to use a treeview on a form but i cant get it to work. Whats wrong with my code. I have a for with a treeview (named tree) on it by clicking a button i want to add a root-node and a child to the root.
|
| Displaying negative numbers in red in the browse window | 26 Mar 2004 07:45 GMT | 4 |
I am using VFP Version 6 and I would like to know if there is any way to show negative numbers in red when I am in a browse window. Furthermore, what is the latest version of VFP and is it worth upgrading from VFP 6.0.
|
| Spinnerdoesn't work with increment = .5 | 24 Mar 2004 02:21 GMT | 1 |
When I set my spinner Increment property to .5, the value increments as follows: 1,1,2,2,3,3
|
| scrolling container | 24 Mar 2004 02:19 GMT | 3 |
1) I'm looking a solution for dynamically adding controls to a container at run-time and may need the container to scroll. Anyone doen anything like this before? 2) Also, is there a way to present a text area and make aportion of the text
|
| dynamicbackcolor | 24 Mar 2004 01:38 GMT | 2 |
I have a grid with a dynamic recordsource (ie, the number of columns displayed with change). How could I high-light the current row with color red. I couldn't work out the logic related to recno(), grid.init() and grid.afterrowcolchange(). I have no problem if the grid's
|
| Determine Text Box Width Dymnaically | 22 Mar 2004 09:50 GMT | 3 |
I am creating controls at runtine and based on a maxlenght property passed as a parameter I want to determine the proper .width value. I've tried to use the txtwith function in combination with fontmetric as shown below but it alwys seems to come up a short.
|
| COMBO BOX ROWS | 21 Mar 2004 20:06 GMT | 1 |
Using VFP 7.0 I created a combo box and populated it with the records from a free table. When I click on the combo box it drops down to show about 7 or 8 rows. How do I increase the number of rows it displays.
|
| Resizing/Maximizing/Minimizing forms | 19 Mar 2004 23:30 GMT | 1 |
Is there a way in VFP to resize, maximize, or minimize a form that has already been displayed. For example, a user opens a form and then minimizes it to the task bar. How can I programmatically (at some point in time) maximize the window, or
|