Robert van der Hulst

Results 28 issues of Robert van der Hulst

See https://www.xsharp.eu/forum/topic?p=30633#p30633 Ms has changed the default editor. It no longer enables Format Document and Format Selection. Therefore our code does not get called and the menu points are also...

bug
vs editor

See https://www.xsharp.eu/forum/public-3rdpart/2479-rp3-designer-sample-application-for-x Do this both in RP3 for VO and Rp3 for X#

bug
ReportPro 3

See https://www.xsharp.eu/forum/topic?p=30446#p30446

bug
Runtime
FoxPro

See https://www.xsharp.eu/forum/topic/4152?p=30195#p30195

enhancement
Runtime

VO menu objects are registered in the __WCMenuList array. Because this reference remains, these objects are never released. We have to adjust the Window:Destroy(), Control:Destroy() methods, as well as the...

bug
Runtime
VO

The following code compiles fine. However if you replace the type in the declaration of Foo with `USUAL` then the code fails at runtime. ``` using System.Collections.Generic FUNCTION Start() AS...

Runtime

Flexfile has added record recycling to FPT files. This is not implemented in the X# FPT driver yet.

enhancement
RDD

Chris, Can you add code to convert a form definition based on a xsfrm to a windows forms form (like you're also doing in VOExporter). I will then add that...

enhancement
vs projectsystem

See thread: https://www.xsharp.eu/forum/public-product/3039-ads-rdd-eof-function In the code that was sent to us there was the following: `self:nAdsRet := XSharp.RDD.Functions.AdsGetFieldType(self:nCursor, String2Psz(cFeld), @nRet)` The XSharp.RDD assembly contains a function with the following prototype...

bug
Runtime

Foxpro and other dialects use this format to specify a variable that has the name of for example a workarea `SELECT &cArea` We have a UDC `#command SELECT => DbSelectArea(...

UDC