| Thread | Last Post | Replies |
|
| change file date | 29 Aug 2007 15:32 GMT | 7 |
obvious subject ? or not : how can I change the date of a file programmatically ? kind regards Christophe
|
| How to create activex object | 28 Aug 2007 23:21 GMT | 11 |
We are trying to access a class that is part of a dll. The VFP documentation just talks about declaring a function in a dll, but this is not a function. It is a class with properties and methods. The documentation also talks about ActiveX .ocx files, but this is
|
| Selecting a blank cursor? | 28 Aug 2007 17:23 GMT | 7 |
Is there an easy way to select a "blank" cursor from a database? (vfp7) Looking for an easy way to create a single blank (disposable) table with a single editable record which can also be easily appended back into the database if appropriate.
|
| check filedate over internet | 28 Aug 2007 15:14 GMT | 2 |
Is it possible to check for the file date from internet and then download it when needed ? kind regards christophe
|
| repo form | 28 Aug 2007 13:01 GMT | 2 |
I want to save the output of a report to a file the name of which will vary - say date(). I tried the following: date=dtoc(date()) repo form xyz to file date
|
| How to get form on top? | 28 Aug 2007 11:54 GMT | 3 |
(VFP 9.0, sp1, XPP) I have a top-level form that runs a 3rd party Active-X control. This control works fine, but my calling form is moved to the back when the control starts, and after closing the control I have to move my form to the front
|
| msmapi | 28 Aug 2007 09:10 GMT | 2 |
I send email with MsMapi (and default email is OE if that is important to know...) but there is one thing I can' t find and that is whenever I compose a new message
|
| combobox question | 28 Aug 2007 01:09 GMT | 1 |
I am using a combobox to display a list of numeric values. Say for instance, say I want to display values -2, -1, 0, 1, 2. If I set BoundTo to .T., so that I can store the actual results of the user's selection, the DisplayValue gets blanked out, and zero is displayed
|
| Controlling the number of workstations | 27 Aug 2007 22:30 GMT | 9 |
>>What kind of application? I'll assume you mean a FoxPro application since this >>is the FoxPro Board. >>Create a a table with a fixed number of records say for example 250 records. >>Every time someone signs on, lock one of the records. You could easily lock |
| Getting the "default" from a sql table | 27 Aug 2007 22:16 GMT | 1 |
I am running MS SQL 2005. In my application (VFP 9 sp2), I would like to show the "structure" of the tables that it uses in SQL. I would also like to show the "default value" of each column when it is applicable. How can I retrieve this information?
|
| & Removal in Expressions | 27 Aug 2007 19:59 GMT | 7 |
I frequently build expressions for use in xBASE and SQL statements. For example: do case case !empty(this.datefrom) and !empty(this.dateto)
|
| Outlook Connector with Office XP | 27 Aug 2007 12:12 GMT | 2 |
I installed the Outlook Connector with my Office XP. At first the messages on my live account were delivered to Outlook. But that stopped for no reason. The synch log says: error with send/receive. Althought the server status is OK the messages keep on not being delivered to my ...
|
| Enable/disable cell in grid | 25 Aug 2007 07:58 GMT | 3 |
Is there any way I can enable/disable cell depending on value in recordsource? For example if value of nAmount > 1000 user can change value in grid otherwise user can not change value.
|
| Excel Automation Qs. | 24 Aug 2007 13:59 GMT | 5 |
I am copying a table to an XLS and I have some questions. How can you make an entire column bold or colored? I know how to make a specific field change but I am trying to get an entire column controlled and I do not know what the ending cell would be. Here is my code below:
|
| Delphi To VFP Conversion | 24 Aug 2007 09:05 GMT | 7 |
Anyone have or know of a program that will either convert a Delphi database to VFP or allow VFP to read a Delphi database directly? Thanks.
|