| Thread | Last Post | Replies |
|
| Editing an HTM document in a project | 16 Oct 2007 14:47 GMT | 2 |
I have added an HTM document into a project but cannot edit it when I click on it. What do I need to do to open it with the VFP9 editor?
|
| Where are devcon's all over the world? | 16 Oct 2007 08:10 GMT | 3 |
I live in Argentina, and I would like to know, which kind of VFP conferences/meetings there around the world. Is there somewhere a calendar? Last year in November I have been in Frankfurt. I know there is also a devcon in Prague, but don't know when. In USA there may be many. ...
|
| Got my first C5 with SP2 this afternoon... | 16 Oct 2007 00:37 GMT | 14 |
|
| VFP9 SP2 is finally out | 15 Oct 2007 21:38 GMT | 6 |
That's about all I have to report. Looks good here, fixed the things they broke in the ctp...
|
| problem sharing tables between VFP 9 and FP/DOS | 15 Oct 2007 16:17 GMT | 2 |
We're having a strange problem with a shared table which is used by both VFP 9 clients, and some legacy FP/DOS ones. This is something we've done for years, and have a great deal of experience with. We're quite comfortible with the limitations of doing this.
|
| VFP, PowerPoint and checking for end of presentation | 15 Oct 2007 08:00 GMT | 1 |
After issuing the command to run a PowerPoint presentation from within VFP, the recommended procedure seems to be to issue a WAIT... TIMEOUT command to avoid recontinuing VFP execution before the presentation has finished. Does anyone know a better way? Perhaps to query finish of ...
|
| INPUTBOX function only in specific VFP versions? | 14 Oct 2007 19:46 GMT | 3 |
I am using the INPUTBOX function in VFP. I have VFP versions 6 and 9. When I run my program under VFP6, VFP doesn't recognize the INPUTBOX function and generates an error. VFP9 does recognize the INPUTBOX function but on one of the machines, it doesn't appear to recognize the ...
|
| VFP9 SP2 Strange Behaviour | 14 Oct 2007 13:19 GMT | 1 |
Create the following program and save to a folder called C:\Debug _cPrgPath = FULLPATH(" ", SYS(16,1)) ? _cPrgPath Open the debugger and open this program.
|
| Looking for tutorial/white paper on obect oriented programming | 13 Oct 2007 17:46 GMT | 7 |
Is anyone aware of a real life (but hopefully not TOO complex) example that derives the appropriate objects, implements them, and in the end uses them on a form? I have the profound sense that I am missing something!
|
| Office'not responding' and going white when change the font/save/p | 13 Oct 2007 17:37 GMT | 1 |
I bought office off the microsoft website, it worked fine for 4 days then just stopped working. It goes 'not responding' when i edit/save/print in word or try and do anything in any other of the programs. I'm guessing this has something to do
|
| SP2 - Grid Header & Column ToolTips | 13 Oct 2007 17:33 GMT | 3 |
VFP9 SP2, WinXP Pro SP2 Grid Header and Column ToolTips don't display in the IDE nor in a compiled exe. Worked fine in SP1 (and before).
|
| Trigger | 13 Oct 2007 11:34 GMT | 4 |
How can I write a very simple piece of code in a delete trigger so that no orphans arise? The referential integrity builder is too complex, and crashes my VFP9 SP2. Walter
|
| Magic packets? | 12 Oct 2007 17:48 GMT | 5 |
I'm writing myself a little inventory database using VFP 9.0, to track my computer inventory. All of my computers support wake on lan so I was wondering what it took to produce the magic packet required to remotely turn on a computer. Is this possible from within FoxPro without ...
|
| SP2 Subclassing Question | 12 Oct 2007 17:33 GMT | 2 |
My question is really about what needs to be done after a service pack update. I subclassed all of the VFP 9 base classes but have not made any changes to them. Do I need to re-subclass from the base classes in SP2 or will my subclasses directly inherit from the SP2 base classes?
|
| not quite a tooltip | 12 Oct 2007 17:05 GMT | 15 |
Are you familiar with the little yellow box that shows up, for instance in the folder list of Windows Explorer, when a pathname is too long to be displayed? It will show the entire pathname when the mouse hovers over the truncated text.
|