Advertisement

1 - 10 of 233 containing alltags:("Visual Foxpro") (0.002 seconds)
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...
Zones: MS Visual BasicDate Answered: 01/12/2005 Grade: B Views: 0
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...
Zones: Software DesignDate Answered: 02/14/2006 Grade: B Views: 0
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...
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...
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...
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 ...
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...
Zones: FoxPro, MS SQL ServerDate Answered: 03/22/2008 Grade: A Views: 9
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...
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...
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...
Zones: FoxPro, MS WordDate Answered: 09/08/2008 Grade: A Views: 15