Hi,
I'm attempting to use Visual FoxPro 8 as my working database to develop desktop applications.
I have installed the Ole Db provider for VFP and installed and referenced the VFP Toolkit fo...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21269587.htm...
I have a problem in one of the system while a vfp exe it gives an error ****.exe is not a visual foxpro exe , any solution. But same exe file is working every where, except one system.
pl. advis...
http://www.experts-exchange.com/Programming/Theory/Software-Design/Q_21734290.html
How to add project reference to a COM object (wrapper) in visual foxpro 9?
I know its so easy in visual Basic by selecting Project ---> References from the menu, but I can't do this in visual fo...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_23058870.html
Zones:
FoxProDate Answered: 01/05/2008 Grade: A Views: 0
I have a COM wrapper called FPScannerManCom.dll which is registered and it has 2 classes:
1] ScannerMan
2] Scanner
I was able to reference (createobject("FP.ScannerMan")) and it works fine. Bu...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_23061119.html
Zones:
FoxProDate Answered: 01/07/2008 Grade: A Views: 4
I have a dll registered called 'FPScannerManCom.dll' I have created an object like this:
loScannerMan = createobject('FP.Scannerman')
loScannerMan creates another object (Scanner Object) with t...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_23064805.html
Zones:
FoxProDate Answered: 01/08/2008 Grade: B Views: 0
I need these to be converted in VFP9
Private Type RGBQUAD
rgbBlue as Byte
rgbGreen as Byte
rgbRed as Byte
regReserved as Byte
End Type
...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_23067640.html
Zones:
FoxProDate Answered: 01/09/2008 Grade: A Views: 27
I have VFP 9, SQL Server 2000. I've always stored my data in a hidden share, tables, images, word docs. As we have users that like to look for such things, they can access images and word docs th...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_23222780.html
I want just wondering. Has anyone ever talked about offiering a new compiler for Foxpro code. I mean, I thought the code words, etc. belonged to a language standard and were not directly under c...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_23373313.html
Zones:
FoxProDate Answered: 05/07/2008 Grade: A Views: 52
The following code work fine for me for the first column of my ListBox, I mean "DisplayValue", but I need to do exactly the same for the second column of my ListBox, Can anyone of you can help me w...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_23447799.html
Zones:
FoxProDate Answered: 06/02/2008 Grade: A Views: 0
I want to grab the text from a Word document
I use:
oWord = createobject("Word.Application")
oDocument=oword.Documents.open('c:\test.doc')
select all text in document
assign selected tex...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_23713004.html
Zones:
FoxPro,
MS WordDate Answered: 09/08/2008 Grade: A Views: 15