Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Gweniviere
  • Content: Threads
  • Order by date
  1. Gweniviere

    Not all records are displaying

    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...
  2. Gweniviere

    Calling a 32bit DLL from FPW

    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
  3. Gweniviere

    Need help with XMLToCursor()

    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...
  4. Gweniviere

    Help with Mismatched CLSIDs

    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...
  5. Gweniviere

    Help with DLL Instancing

    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...
  6. Gweniviere

    Issuing a CLEAR EVENTS from an error routine?

    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...
  7. Gweniviere

    SQL - INSERT INTO question.

    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...
  8. Gweniviere

    Passing an array from VB to VFP DLL

    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...
  9. Gweniviere

    Passing Arrays from VB to VFP

    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...

Part and Inventory Search

Back
Top