Search found 44 matches

by ecos
Thu Apr 25, 2024 11:21 am
Forum: 3rd party products
Topic: ReportPro 2.40 for X#: empty report while showing correct in VO ReportPro 2.31
Replies: 10
Views: 393

Re: ReportPro 2.40 for X#: empty report while showing correct in VO ReportPro 2.31

Robert,

you're right, small files like this are very unusual
(sorry, couldn't resist)

Karl
by ecos
Wed Mar 20, 2024 10:09 am
Forum: Product
Topic: Macrocompiler-Bug
Replies: 1
Views: 177

Macrocompiler-Bug

Hi Chris, Robert, I experienced a (for us) serious bug in the macrocompiler. When I call a method with three parameters by reference an error occurs. This causes crashes in several scripts (VOSCRIPT) that run in the production environment of our customers. Here is an example which shows the problem:...
by ecos
Sat Mar 02, 2024 9:54 am
Forum: VO & Vulcan
Topic: ADS.INI
Replies: 2
Views: 241

Re: ADS.INI

Hi Wolfgang,
thank you very much. That's what I was looking for. I'll give it a try next week.
Karl
by ecos
Sat Mar 02, 2024 9:33 am
Forum: VO & Vulcan
Topic: ADS.INI
Replies: 2
Views: 241

ADS.INI

Hi, I have a question for Dick (ic2): Some years ago you mentioned an undocumented setting for ADS. I think it was for ADS local in a terminal-server environment. I thought I saved it somewehere in my memo-folder but I can't find it anymore. I'm also not sure if it is what I'm looking for. Do you re...
by ecos
Thu Feb 15, 2024 12:16 pm
Forum: Product
Topic: Is record in index ??
Replies: 6
Views: 466

Re: Is record in index ??

Karl,

because the indexkey might not be unique

Karl
by ecos
Thu Feb 15, 2024 10:08 am
Forum: Product
Topic: Is record in index ??
Replies: 6
Views: 466

Re: Is record in index ??

BTW, here is my solution which seems to work METHOD IsRecordInOrder(nRecno,nOrder) // class MyDBServer inherit DBServer LOCAL lOk AS LOGIC LOCAL uTop AS USUAL LOCAL uBottom AS USUAL LOCAL uValue AS USUAL LOCAL nOldRec AS DWORD LOCAL nOldOrder AS DWORD Default(@nRecno,0) Default(@nOrder,0) IF nRecno ...
by ecos
Thu Feb 15, 2024 10:04 am
Forum: Product
Topic: Is record in index ??
Replies: 6
Views: 466

Re: Is record in index ??

Hi Daniel, Chris,

see my post
https://www.xsharp.eu/forum/topic/3603

Karl
by ecos
Fri Jan 26, 2024 8:58 am
Forum: Product
Topic: is record in index
Replies: 2
Views: 388

Re: is record in index

Hi Robert,
that's exactly what I intended to do after the customer has complained about performance.
I just wondered whether there is a (maybe hidden) method/function for this i didn't know about...

Karl
by ecos
Fri Jan 26, 2024 7:37 am
Forum: Product
Topic: is record in index
Replies: 2
Views: 388

is record in index

Hi everybody, after only 30 years of programming in clipper, VO and x# I have a beginner's question: Is there a simply way to determine, if the current record is part of a conditional index, maybe even with scopes set ? I used (orderkeyno()<>0) so far, but this gets extremely slow with big tables. T...