| Thread | Last Post | Replies |
|
| Close an Excel spreadsheet in VFP | 29 Oct 2005 20:36 GMT | 2 |
How do I go about closing a spreadsheet with out it asking me if I want to save the changes? Assuming I do not want to save the changes.
|
| Weird Happenings | 25 Oct 2005 17:00 GMT | 3 |
I have a simple form with a few controls on it, nothing fancy, just text boxes and command buttons. This happens in both the IDE and compiled EXE. I can click on a command button and it executes the code with no problem, however, once the mouse is
|
| Control Source Question | 25 Oct 2005 12:42 GMT | 5 |
I have a text box and and command button. Click Event intCoin = INT((100 - 1 + 1) * RAND( ) + 1) thisform.txtResults.ControlSource = "SELECT Results FROM FACET WHERE Results
|
| Marking combobox item as selected | 24 Oct 2005 08:37 GMT | 5 |
I am using VFP8.0 and am pretty new to this! I have a form that has a combobox on it that is programatically building up its list of items, eg: this.ColumnCount = 3
|
| Version Information - VFP9 | 20 Oct 2005 22:09 GMT | 1 |
Under Build Options for a project is where one can set the version information for their program. How can I access this information from within my exe. For example, to display in a form caption the version the program is, or perhaps under an About dialog. Thanks.
|
| date | 19 Oct 2005 03:06 GMT | 5 |
Friends, I am usinng VFP8 and Access connecting using ODBC. Whenever a date field (short date) is returned, it is in DATETIME() format. If I use format() in SQL command or TTOD() in VFP, then that field is not updatable. I also
|
| Requery data in drop down list | 19 Oct 2005 01:58 GMT | 1 |
I have a drop down list with two columns that I use to select records by date. ( the primary and only index of this table.) The 1st column is the year and month in character format of the available records with the second being the
|
| Scheduled Tasks | 17 Oct 2005 05:51 GMT | 5 |
I realize this is probably not the right place to ask this, but.... If I want to schedule a task to run every 10 minutes after it finished running how can I set this up in Scheduled Tasks?
|
| Open Excel Spread Sheet in VFP (for view only) | 15 Oct 2005 21:31 GMT | 2 |
How would I go about opening a Spread Sheet in VFP (Read Only)
|
| Accessing Excel spreadsheet from VFP | 14 Oct 2005 18:59 GMT | 3 |
How do I access a Row/Column of a Spread Sheet from VFP?
|
| Loading an ActiveX control | 14 Oct 2005 05:28 GMT | 1 |
How do I load an ActiveX control?
|
| Compulsary values | 12 Oct 2005 01:35 GMT | 2 |
Dear friends, I have a requirement to create a property for all the objects in a form and to set or unset that a value must be entered for that object. But, is there is any command or easy way to list all the objects in a form?
|
| pageframe bugs! | 11 Oct 2005 21:46 GMT | 2 |
Several bugs to report with pageframes: 1) I have a pageframe with 2 rows of tabs. In my code (when the form runs), I delete some tabs (pages) and the pageframe now only has 1 row of tabs. The problem is that the page hight stays the same, the pageframe gets shorter (to
|
| Winsock ReceiveData | 11 Oct 2005 18:15 GMT | 1 |
I am using the Winsock Control to receive data through TCP. I am connecting to a device which is sending a byte array. This byte array include the chr(0) which is interpreted as a null value in VFP. Due to this i cannot use strings in the GetData.
|
| VFP 7 - Autoclosing a form | 11 Oct 2005 14:58 GMT | 1 |
I have a form that have a consistence test in the Init proc. If the test fail, the form should be closed. How I can close a form by this Init proc? A simple ThisForm.Release() doesn't work. Thanks,
|