New Post: Parallrlfox - how to run a form method
I have created a class with above code and dropped this class on my form, now how to run the code using ParallelFox ? ** Created class runaddless modify class runaddless of runmethod as custom In...
View ArticleNew Comment on "ExcelXML"
Daniel Manuel, All samples included are supporting a ProgressBar in case you want to implement that. Please, see all the properties and methods available in the ExcelXML class. Thanks, Rodrigo
View ArticleClosed Issue: FoxcodePlus beta 3.13.1 - Teclas [34055]
Hola, estaba probando otras cosas y me surgieron los siguientes temas:Después de escribir algo en algún método en un formulario (que se activa la lista de intellisense) no me funcionan correctamente...
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 ArticleUpdated Release: SQL Server Upsizing Wizard (Jul 24, 2013)
This is an update to the Visual FoxPro 9.0 SP2 Upsizing Wizard. To launch the new wizard run the 'UpsizingWizard.app' from this location.Review article on CODE Magazine:...
View ArticleUpdated Wiki: Sedna
Visual FoxPro "Sedna"Sedna is a collection of libraries, samples and add-ons to Visual FoxPro 9.0 SP2.Sedna is made up of six different projects: VistaDialogs4COMSQL Server Upsizing WizardData...
View ArticleUpdated 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 ArticleUpdated Wiki: Latest News
Latest NewsA place for breaking news or items of interest to VFPX members and other interested parties.SQL Server Upsizing Wizard Update{^2013-07-24}Several bugs were fixed in the SQL Server Upsizing...
View ArticleUpdated Wiki: Sedna
Visual FoxPro "Sedna"Sedna is a collection of libraries, samples and add-ons to Visual FoxPro 9.0 SP2.Sedna is made up of six different projects: VistaDialogs4COMSQL Server Upsizing WizardData...
View ArticleReleased: SQL Server Upsizing Wizard (Jul 24, 2013)
This is an update to the Visual FoxPro 9.0 SP2 Upsizing Wizard. To launch the new wizard run the 'UpsizingWizard.app' from this location. Review article on CODE Magazine:...
View ArticleUpdated Release: SQL Server Upsizing Wizard (Jul 24, 2013)
This is an update to the Visual FoxPro 9.0 SP2 Upsizing Wizard. To launch the new wizard run the 'UpsizingWizard.app' from this location.Review article on CODE Magazine:...
View ArticleNew Post: Parallrlfox - how to run a form method
mk, This code will require changes to work with ParallelFox. It's hard for me to say exactly what those should be. Once you understand how ParallelFox works and what it can do for you, you will be in a...
View ArticleNew Post: Parallrlfox - how to run a form method
I have two methods in my form.thisform.addless() thisform.sendemail() When user Click on Save Command Button, It save the record and Send a Email to selected email address. Now I have to wait for Add...
View ArticleNew Post: Parallrlfox - how to run a form method
How to run a VCX Method using ParallelFox ?** Created class runaddless modify class runaddless of runmethod as custom In runaddless class I have created method addless and copied the code from addless...
View ArticleNew Post: Parallrlfox - how to run a form method
The main thing to keep in mind is that the workers are separate instances of FoxPro, and ParallelFox allows communication between the instances. So, the workers cannot automatically see the "inward"...
View ArticleNew Post: Parallrlfox - how to run a form method
Thank you, I will try this and get back to you for further assistant. Warm regards, mk.
View ArticleNew Post: Parallrlfox - how to run a form method
Is this compulsory to pass the EXE as parameter ? can we run the callmethod without EXE parameter ?Parallel.CallMethod("SendEmail", "runaddless", "runmethod.vcx",, .f., inward.accode,messagetext) Warm...
View ArticleNew Post: Parallrlfox - how to run a form method
If you are distributing the VCX inside an EXE or APP, then yes, you need to specify it or ParallelFox won't be able to find the class. If you are using the VCX directly, then the parameter is not...
View Article