Search found 43 matches

by markus.lorenzi@dvbern.ch
Thu Jun 08, 2023 11:42 am
Forum: Product
Topic: CToD() new incompatibility to VO
Replies: 3
Views: 733

CToD() new incompatibility to VO

Hi Chris,
thanks. I just tested it and it works as expected.

Markus
by markus.lorenzi@dvbern.ch
Wed Jun 07, 2023 7:51 am
Forum: Product
Topic: CToD() new incompatibility to VO
Replies: 3
Views: 733

CToD() new incompatibility to VO

<t>Hi all,<br/> <br/> just found this new incompatibility to VO in X#.<br/> VO and X# up to version 2.15.03:<br/> CToD("12.12.23 ") --> Date: 12.12.2023<br/> <br/> X# 2.16:<br/> CToD("12.12.23 ") --> Date: 12.12.0023<br/> <br/> Without the trailing spaces the result is correct.<br/> <br/> Markus<br/...
by markus.lorenzi@dvbern.ch
Tue May 30, 2023 11:39 am
Forum: 3rd party products
Topic: Crash reporting toolkit ?
Replies: 3
Views: 2056

Crash reporting toolkit ?

<r>Hi Basile<br/> <br/> we use Sentry with success. All exceptions are logged to our central server with the full details/callstack.<br/> Its just a few lines of code which needs to be added to the Start() Function:<br/> <br/> <br/> <br/> [STAThread];<br/> FUNCTION Start() AS INT<br/> LOCAL oXApp AS...
by markus.lorenzi@dvbern.ch
Mon Mar 20, 2023 7:50 am
Forum: 3rd party products
Topic: The future of ReportPro
Replies: 54
Views: 13947

The future of ReportPro

<t>Hi Robert,<br/> good to know, there is a future for ReportPro.<br/> Here my poll:<br/> <br/> 1. Your RP Version RP2[X] RP3[ ]<br/> 2. Uses [ ] VO [X] XSharp<br/> 3. As a database you use. [X] DBFs [X]Temporary DBFs [ ] SQL<br/> 4. Approximately how many installations of RP2 you have [X] 0-100 [ ]...
by markus.lorenzi@dvbern.ch
Sat Aug 13, 2022 6:30 am
Forum: Product
Topic: End of Visual Studio 2017 support
Replies: 6
Views: 1639

End of Visual Studio 2017 support

Hi Robert
we all use VS 2022. So go ahead dropping VS 2017 support.
Markus
by markus.lorenzi@dvbern.ch
Fri Jul 01, 2022 12:09 pm
Forum: Product
Topic: ADS Rdd EoF function
Replies: 10
Views: 2000

ADS Rdd EoF function

Robert,
perfect, thanks.
Markus
by markus.lorenzi@dvbern.ch
Fri Jul 01, 2022 9:00 am
Forum: Product
Topic: ADS Rdd EoF function
Replies: 10
Views: 2000

ADS Rdd EoF function

<r>Robert,<br/> I just found the real reason why the code was failing. There must something have changed with the codeblock handling. <br/> In the failing version the variables needed in the codeblock were declared outside the codeblock:<br/> <CODE><s>[code]</s>method Execute() [b] local nStat as In...
by markus.lorenzi@dvbern.ch
Tue Jun 14, 2022 7:24 am
Forum: Product
Topic: ADS Rdd EoF function
Replies: 10
Views: 2000

ADS Rdd EoF function

<t>Robert,<br/> <br/> thats really strange. If I call in my fixed sample the AdsCreateSQLStaement() function ADS returns a 5024 (The application deleted an Advantage handle at the same time it attempted to use the handle.) error which makes no sense here. I just put this version of the sample to the...
by markus.lorenzi@dvbern.ch
Mon Jun 13, 2022 3:06 pm
Forum: Product
Topic: ADS Rdd EoF function
Replies: 10
Views: 2000

ADS Rdd EoF function

<t>Robert,<br/> I just did your recommended workaround. It still does not work. I broke it down to this line of code (in the execute() method:<br/> <br/> <br/> self:nAdsRet := XSharp.RDD.Functions.AdsCreateSQLStatement(self:nConnection, @nStat)<br/> <br/> The self:nConnection holds a valid connectio...
by markus.lorenzi@dvbern.ch
Mon Jun 13, 2022 2:40 pm
Forum: Product
Topic: ADS Rdd EoF function
Replies: 10
Views: 2000

ADS Rdd EoF function

Thank you very much for your great support!