| Thread | Last Post | Replies |
|
| duplicate records | 16 Jul 2008 12:09 GMT | 4 |
Hi .. i am trying to update a table in foxpro 6.0 where if field contents any duplictaed entries than one of the field should be updated with random number
|
| copy classes (vfp9sp1) | 16 Jul 2008 03:54 GMT | 6 |
I am trying again on the issue of copying classes. I have two applications that use a common set of classes. I need to make a change that only impacts one application in one of the common classes.
|
| excel format version | 15 Jul 2008 22:05 GMT | 3 |
I've saved a spreadsheet via copy to xxx type xl5 and I'm trying to do an automation task to update the version to match my current copy of excel. I thought I could just issue: oExcel.ActiveWorkbook.FileFormat = <something??>
|
| NUM2WORD Prg Q. | 15 Jul 2008 16:25 GMT | 1 |
Is there a Number to word program that spells out numbers? I don't need the spelling out in dollars format. What I need... 1 = One
|
| ArcGIS Engine Developer Kit License | 15 Jul 2008 15:19 GMT | 4 |
I would like to develop applications in FoxPro that make use of ArcObjects controls. This would be used to run on our in-office computers that have ArcView installed. When I try to add an ArcObjects control to a FoxPro form, I get an error message saying I need an ArcGIS Engine ...
|
| Confuse behaviour calling a DLL | 15 Jul 2008 13:42 GMT | 7 |
I´m using a DLL with several readonly tables inside. Sometimes trying to open one of these tables I got the error "File MyDBF does not exist". On displaying memory and status to files I couldn´t find changes at all. No
|
| FPW 2.6 and SHOW WINDOW oddness | 15 Jul 2008 13:34 GMT | 5 |
Hello group, hope all are well.. I stumbled across an unusual behaviour this morning, trying to refresh a browse window called "Reorder" closes the window.
|
| sum in indexed table | 15 Jul 2008 13:13 GMT | 5 |
I have a huge table with records indexed by date. If I set near on seek date() - 90 set near off
|
| Inner classes | 15 Jul 2008 12:42 GMT | 6 |
Is it possible to use inner classes in VFP like in Java? I've been trying to do so, but i haven't got it working yet. Let's say I have this code: DEFINE CLASS MyOuter as Custom
|
| Reinstall Windows XP problem!, Where are the harddrives??? | 15 Jul 2008 08:02 GMT | 1 |
Alright. I'm a pure Linux user (The kind that programs by using magnets on the harddrive ) Anyway, so I'm trying to help my mom out but is having kind of a hard time since I ain't that used with windows.
|
| PDF Form Filler ActiveX controls | 15 Jul 2008 07:14 GMT | 1 |
Does anyone have any really good ActiveX form filler controls they can recommend where a user can fill out a PDF form and then the viewer will save the changes in PDF format? Thanks,
|
| Do they have Outlook Q. | 15 Jul 2008 07:05 GMT | 2 |
How can you tell, via Foxpro code, if a workstation has Outlook on it? Is there a way to tell? Respectfully, Jonathan Morningstar
|
| Trapping events in BROWSE window | 15 Jul 2008 06:57 GMT | 10 |
I come from FPW 2.6 moving to VFP9 and I have enhanced my BROWSE command adding NAME so that I can set colours for headers, columns, rows, gridlines, etc. Is it possible to trap under this schema for events like double clicking a
|
| SQL Server and Microsoft Visual FoxPro | 15 Jul 2008 06:49 GMT | 7 |
I am really struggling with the Microsoft Visual FoxPro syntax to SQL Server. I actually have to CREATE a SQL Server Table. I seem to be doing that ok. It's the INSERT to this table from Microsoft Visual FoxPro that I am struggling with.
|
| Declare DLL String limit | 15 Jul 2008 06:41 GMT | 9 |
I am using the declare dll command in VFP 6.0 and 9.0. The DLL decides if there are errors and if so outputs an errors.txt file. The code is below. If I do it in 6.0 it works fine. In 9.0 the errors.txt file gets truncated at about 4k. Is there a way around this. DECLARE ...
|