visual-foxpro Questions
4
When I Tried to return an Array in VFP9 language COM/DLL to my .NET C# project
I receive a System.Object[*] array and I can not cast to System.Object[] (Without asterisk).
Twice asked 16/9, 2010 at 22:20
4
I have created a RestFUL api using mvc4 asp.net web api, one of my customers needs to consume some services from his visual fox pro system.
He tells me can't use my RestFUL services, because there...
Ramsdell asked 9/1, 2013 at 5:7
3
Solved
I've been trying to access a Visual Fox Pro database from Java for a week now. I'm getting desperate because my project is in a very tied budget and timeframe. (As any other project, I guess, hahah...
Flamsteed asked 18/2, 2014 at 14:8
4
Solved
Alright, so I've got a Windows service that has a FileSystemWatcher that watches an output folder for some Visual FoxPro database files. And it leverages the VFPOLEDB.1 provider to read those files...
Surcingle asked 28/3, 2013 at 14:33
3
Tables used:
1) v(date d, name c(25), desc c(50), debit n(7), credit n(7))
name in 'v' refers name in vn table
2) vn(date d, name c(25), type c(25), obal n(7))
name in 'vn' is a primar...
Duomo asked 7/7, 2012 at 6:43
3
Solved
I've installed Visual FoxPro driver from this link on my 64 Bit Windows 7 Home Premium OS and tried to register vfpoledb.dll using REGSVR32. I could able to register this dll but when run my applic...
Lycanthrope asked 1/7, 2011 at 4:44
2
Solved
How do you force Excel (2007) VBA to release references to a COM server object?
I have written an inprocess (Single instance DLL) COM Server in Visual Foxpro 9 SP2 which is instantiated from Excel...
Casabonne asked 7/9, 2011 at 11:32
3
The files .fpt and .dbf (made in Visual FoxPro 8) have the text (readable for humans) which I need to get or at least to see. But I can't do that. MS excel sees not only the text but also a lot of ...
Veronikaveronike asked 23/12, 2009 at 13:10
6
Solved
I've got a bunch of FoxPro (VFP9) DBF files on my Ubuntu system, is there a library to open these in Python? I only need to read them, and would preferably have access to the memo fields too.
Upda...
Brunson asked 1/9, 2008 at 6:45
2
Solved
I have existing project in Visual Fox Pro 9 SP2. I added this project to source control over VFP IDE with MSSCCI provider integrated, then I added files to source control. Everything was ok, but th...
Bisector asked 27/4, 2016 at 11:59
2
Solved
I have a Foxpro .DBF file. I am using OLEDB driver to read the .DBF file. I can query the DBF and utilize its .CDX index file(cause it is automatically opened). My problem is that I want to query i...
Benzine asked 16/11, 2015 at 23:17
3
How can I use this Visual Studio Online source control with a visual foxpro (vfp) 9 sp1 project so that the VFP does automatic check in and check out as I change files and lets me undo or check in ...
Andorra asked 10/5, 2014 at 11:57
2
Solved
I have a package that I developed in VS2012 (using the SQL Data Tools component) which collects data from a DBF file using the VFPOLEDB provider, and puts it into a database on a SQL Server 2012 X6...
Clerihew asked 4/2, 2015 at 1:26
1
Solved
We have a legacy application written in Visual FoxPro I just inherited. We are unable to figure out where to download Visual FoxPro. We have an MSDN subscription which I have been told should get m...
Lithology asked 3/3, 2015 at 23:42
2
Solved
I can use GetSchemaTable and GetXMLSchema to get information about field types, sizes etc. from a Foxpro DBF opened with VFPOLEDB but can not get any information pertaining to what indexes are in t...
Balduin asked 29/1, 2015 at 19:23
2
Solved
I need to connect to a .dbf file in visual Studio using C# and populate a data table. Any ideas? I can currently view the tables in Visual Fox Pro 9.0
Code I have tried and failed, keep getting
...
Jaunita asked 12/3, 2014 at 19:7
2
Solved
One of my clients has a Foxpro database (.DBF file). I need to convert it into a SQL Server 2008 database.
Does anyone have any idea how to do this? Kindly give me solution.
Thanks in advance......
Arruda asked 29/5, 2013 at 16:56
1
I have an ActiveX control (created using C#) that I am adding to a form in Visual FoxPro using late binding. It works without problems when I register the control.
I want to use reg free COM and ...
Severe asked 20/5, 2010 at 19:34
2
Solved
The challenge is that I'm checking my FoxPro code into source control (using Mercurial, but that's not the focus of this question) and would like a quick way to get the FoxPro SCCTEXT output alongs...
Laubin asked 25/5, 2011 at 13:20
3
I need to import tables from foxpro 8.0 to sql server. How do I read the tables & schema from a foxpro directory/files in C# so I can create the tables in SQL Server and copy the data over?
Motorbike asked 29/10, 2010 at 7:32
1
Solved
For my VFP application, i have a program to check currently who is accessing the server (by using sp_who2), also another progam to check who is currently locking which table.
But i wish to know w...
Vicarial asked 2/6, 2010 at 1:33
2
Solved
I'm interested in figuring out how to automate a build from Visual FoxPro similar to how we can build .NET projects from the command line using MSBuild.
It seems that it is possible to pass comma...
Woolgathering asked 25/5, 2010 at 14:37
5
Table one contains
ID|Name
1 Mary
2 John
Table two contains
ID|Color
1 Red
2 Blue
2 Green
2 Black
I want to end up with is
ID|Name|Red|Blue|Green|Black
1 Mary Y Y
2 John Y Y Y
T...
Lachance asked 12/3, 2010 at 14:43
2
Solved
I have a legacy FoxPro exe application.
Source codes are not available (it was written in outsourcing and source codes have been never delivered).
There is a request to write exactly the same ap...
Alvertaalves asked 5/8, 2009 at 12:40
3
Solved
I wrote a windows service using VB that read some legacy data from Visual Foxpro Databases to be inserted in SQL 2005. The problem is this use to run fine in Windows server 2003 32-Bits, but the cl...
Tacmahack asked 3/8, 2008 at 15:7
1 Next >
© 2022 - 2024 — McMap. All rights reserved.