Hi experts,
I'm using Crystal Reports 2013.
I have two tables in a one to many relationship.
Table one contains all types of errors that can be reported.
Table two contains all errors reported.
Grouping by table one displays all possible errors as expected.
Inner group with summary of...
Is it possible to call a 3rd party 32 bit dll from Foxpro for Windows 2.6? I searched the forums and was led to the WestWind site, but alas, the file (Call32.zip) is not available for download anymore.
-Gwen
Hello everyone,
I am consuming an XML response from a web service. Everything is working great with the exception that when I convert the XML to a cursor fields that contain _numbers_ starting with 0 the field that XMLToCursor() creates is numeric and the the leading '0' is dropped. (think of a...
Hello all,
I have an old COM DLL (written in VFP 9.0) that I would like to use in a new ASP.NET application.
On both my development machine and the host machine I have the DLL as well as the VFP runtime libraries installed. The app works fine on the development machine. However, when I...
Hi peeps,
I have a DLL I created in VFP 9.0 SP2. I added some public properties that I would like to be able to monitor/adjust from a VFP form that resides in the Systray. My question is how do I insure that they app in the systray is accessing the same instance of the DLL that may be called by...
Hello peeps...
I am trying to issue a CLEAR EVENTS from an error routine called from ON ERROR. The error routine is contained in my main.prg which called the original form that has thrown the error. In the error routine I issue a CLEAR EVENTS (for the original form) then call my error form and...
Does VFP support this syntax of INSERT INTO?
INSERT INTO MyTable (field_1,field_2,...) SELECT field_1,field_2,... FROM MyOtherTable
I get a syntax error every time I try this command, whether it is performed on local VFP tables or on SQL/MySQL server tables (via SQLEXEC())
After doing a...
Hi. I have written a small program in VFP 7.0 and compiled it into a DLL. The main method in this DLL requires several parameters...
Some as type string (search criteria)
Some as long (number of records to return) and
Some as array (results from table searches)
This DLL works wonderfully from...
Hi. I have written a small program in VFP 7.o and comiled it into a DLL. The main method in this DLL requires several parameters...
Some as type string (search criteria)
Some as long (number of records to return) and
Some as array (results from table searches)
This DLL works wonderfully from a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.