XSharpPublic
XSharpPublic copied to clipboard
Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
Like in C# 10 `GLOBAL USING System.Collections.Generic` Declared once in a project makes the using available in all files See https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-10#global-using-directives
**Describe the bug** The mentioned callback does never happen **To Reproduce** 1. Instantiate a pushbutton with the TABSTOP style and put it on a dialog 2. Write a MouseButtonDown(oMev) method...
https://www.xsharp.eu/forum/topic?p=32646#p32646 Following code prints in X#: ``` before BEGIN SEQUENCE .F. in BEGIN SEQUENCE .T. in RECOVER .F. after END SEQUENCE .F. ``` so the ErrorHandler() function is not called...
This RDD should allow: - Simple Tablename (the RDD will construct the SELECT statement) - Normal SQL Select statement Using call back mechanism the RDD will ask the client for...
In the last weeks the X# devteam has discussed the FoxPro Short term database support. We will work on this in the "Delft" project. The "Short term" solution to add...
In the last week the X# devteam has discussed the long term plans for data access. The text below is a not very structured summary of these discussions. The work...
In VO in the window editor, when creating pages in TabControl, you can double-click on the page with the mouse, which will lead to one of two results: 1. If...
The following code tries to access a DBServer object from a different thread, than the one in which it was created, but it does not work, DBServer:Used returns FALSE and...
From Boonnam Sivong and Greg Garza: Would it be too difficult to have an option in the xPorter to create separate .prg files for each class within a module? And...