Updated Wiki: Home
Welcome to VFPXA Visual FoxPro Community effort to create open source add-ons for Visual FoxPro 9.0.The code, classes, and libraries made available here are the result of a community-based effort to...
View ArticleNew Comment on "ExcelXML"
DO do D:\ExcelXML_1.05\ExcelXML\sample05.fxp ERROR "FILE ACCESS IS DENIED"
View ArticleNew Comment on "FoxUnit"
FYI - There is a tutorial here: http://www.aksel.com/whitepapers/foxunit.htm
View ArticleNew Comment on "VFP 9 SP2 Help File"
The Remarks of how these events work are backwards between the RangeLow and RangeHigh events.
View ArticleReviewed: ExcelXML (Hul 11, 2013)
Rated 3 Stars (out of 5) - simple,ready and organized.
View ArticleCreated Unassigned: SQL Upsizing Wizard - bogus dialog [34253]
When I tried to run the original Upsizing Wiz against SQL 2012, it choked with a message about not being able to "set the SQL Server database to compatibility level 6.5". So when I remembered there was...
View ArticleUpdated Wiki: FoxUnit
FoxUnitProject Manager: Eric SeljeThe goal of this project is to give VFP Developers a tool and the documentation and samples to facilitate using unit tests while developing and, in the future, during...
View ArticleNew Comment on "FoxUnit"
Correction: The source code is available from the "Source Code" tab above, or via a Subversion client at https://vfpx.svn.codeplex.com/svn/FoxUnit.
View ArticleNew Post: Visual Studio 2013 CodedUI for Visual Fox Pro
I am trying to test a Visual Fox Pro app with Codedui Tests and I am unable to detect the FoxPro controls on the screen. Is there any automated UI testing tool that works with Visual Fox Pro that I can...
View ArticleNew Post: Report Listener, ReportOutPut.app and ReportPreview.app
I have been developer for many years and currently have a printer problem i believe should be addressed. One of my customers has a new Sharp 5000 printer and another Customer has a Konica Minolta C650...
View ArticleCommented Unassigned: SQL Upsizing Wizard - bogus dialog [34253]
When I tried to run the original Upsizing Wiz against SQL 2012, it choked with a message about not being able to "set the SQL Server database to compatibility level 6.5". So when I remembered there was...
View ArticleNew Comment on "ExcelXML"
Rodrigo, La rutina BUILDROWS se torna lenta al procesar 5000 registros, coloque una barra de progreso que indica el avance de progreso y me quedo muy bien. Me gustaría que esa barra de progreso se...
View ArticleCreated Unassigned: Parallrlfox - how to run a form method [34276]
How to run a form method using parallelfox ?Now I am running method like :thisform.addless()How to run above method using parallelfox ?Warm regards,mk.
View ArticleNew Post: Parallrlfox - how to run a form method
How to run a form method using parallelfox ? Now I am running method like : thisform.addless() How to run above method using parallelfox ? Warm regards, mk.
View ArticleNew Post: Parallrlfox - how to run a form method
Is below code work ? parallel = NewObject("parallel","parallelfox.vcx") parallel.callmethod("addless",this) Warm regards, mk.
View ArticleCommented Unassigned: Parallrlfox - how to run a form method [34276]
How to run a form method using parallelfox ?Now I am running method like :thisform.addless()How to run above method using parallelfox ?Warm regards,mk.Comments: ** Comment from web user: mk_common **...
View ArticleNew Post: Parallrlfox - how to run a form method
mk, No, that will not work. CallMethod() expects the name of a class and VCX, so it can instantiate the class before running the method. What you could do is move the code from the Addless() method to...
View ArticleNew Post: Parallrlfox - how to run a form method
Thank you, I have below code in thisform.addless method : SELECT inward1 FLUSH IN inward1 LOCAL lxreco1 LOCAL nnsal3tqty, nnsal3tamt, nnsal3tplusminamt, nnsal3tscheme, nnsal3ttdamt, nnsal3tcdamt,...
View Article