Robert van der Hulst
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...
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#
See https://www.xsharp.eu/forum/topic?p=30446#p30446
See https://www.xsharp.eu/forum/topic/4152?p=30195#p30195
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...
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...
Flexfile has added record recycling to FPT files. This is not implemented in the X# FPT driver yet.
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...
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...
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(...