Results 7 issues of Matt Slay

On Sun, May 13, 2018, 8:20 AM KoenP, wrote: ... I now get error, if the grid is sorted by a certain column: Message: SQL: ORDER BY clause is invalid....

The GetPEM() method implemented here simply returns a True or False to indicate if the referenced Property, Event, or Method exists on the Object. In FoxPro, the GetPEM() returns the...

I'm working with a colleague to set up this Message Queue service in our app. We're following the WebHostSample project and we published it to IIS on a Windows Server...

This Feature Request was originally requested by Kevin Clark on the message board in a reply within this post: https://www.xsharp.info/forum/private-vfp/1895-bug-sqlexec-always-returns-1-even-with-bad-sql-statement-s Besides SqlExec() returning -1, it's also possible to get the...

bug
FoxPro

Request: A new Function that will create a `Work Area` from a `DataTable`. The reason for this request is when we get a `DataTable` from `ADO.Net` Sql Server calls, we...

RDD
FoxPro

``` Using System Using System.Collections.Generic Using System.Linq Using System.Text Using XSharp.Core Using XSharp.VFP Using XSharp.RT Using XSharp.RDD #include "dbcmd.xh" Function Start() As Void Strict Local oObject = myNS.MyFirstClass{} As MyFirstClass...

bug
RDD

Inside of a Class definition in a PRG, when I type: ``` Method MyMethod() ``` Then next I type (space) `AS` (space) and next I'd expect intellisense to pop up...

enhancement
vs editor