Search found 1520 matches

by ic2
Wed Dec 11, 2024 12:40 pm
Forum: VO & Vulcan
Topic: ADS error 6420 - only for some users on server
Replies: 2
Views: 186

Re: ADS error 6420 - only for some users on server

Nobody apparently had any knowledge about this issue as I did not get a reply. Eventually after some user server rights had been adapted (I don't know which) all users could proceed without issues or recreating the profile. Typically MS, you would expect if the rights are not sufficient that they ...
by ic2
Tue Dec 10, 2024 10:57 am
Forum: Deutsches Forum
Topic: Logo im ShellWindow
Replies: 4
Views: 249

Re: Logo im ShellWindow

ich habe bisher in meinen Programmen im ShellWindow immer den Projektnamen mittig angezeigt. Ein Kunde möchte nun stattdessen sein Logo im ShellWindow dieser MDI App haben. Wie kann man das darstellen (siehe Fotomontage in der Anlage)? LG Wir haben "ACF ShellWIndow" schon lange Zeit und es ist ...
by ic2
Thu Dec 05, 2024 9:59 pm
Forum: Product
Topic: XS0219 warning
Replies: 4
Views: 172

Re: XS0219 warning

I think it looks like it is never used as the line in which you use it, the Locate, uses it within a string. I have had this warning also on places where it is explainable but not really correct.

Dick
by ic2
Thu Nov 14, 2024 8:02 pm
Forum: VO & Vulcan
Topic: ADS error 6420 - only for some users on server
Replies: 2
Views: 186

ADS error 6420 - only for some users on server

On a new server, a small number (8 out of dozens) of users get an ADS error 6420 on trying to start the ADS (DBF) driven program. This is what happens: 1 Error is returned on this line of code: ulRetVal:=DWORD(_cast,DBFAXSAdsIsServerLoaded(String2Psz(cDatapath),@usLoaded)) 2 If they restart the ...
by ic2
Thu Oct 24, 2024 10:19 pm
Forum: Product
Topic: SetAnsi(false) not needed in X# with ADS?
Replies: 9
Views: 1091

Re: SetAnsi(false) not needed in X# with ADS?

Hello Luc, Very interesting as I get the correct results mixing the VO & X# program with SetAnsi(true). I don't set SetCollation but that shouldn't influence the actual strings, only the string comparisons. So we have now: 1 SetAnsi(true) in X# with ADS and DBFCDX and SetAnsi(false) for VO mixed use ...
by ic2
Tue Oct 15, 2024 10:32 am
Forum: Product
Topic: SetAnsi(false) not needed in X# with ADS?
Replies: 9
Views: 1091

Re: SetAnsi(false) not needed in X# with ADS?

Hi Dick, do you have ever tried to put a euro character in an ADS database field? At least with VO I was never able to do that.... Wolfgang Certainly, no problem. I can add it in a VO or a (Winforms) X# SLE, save it and it stores in the (ADS driven) DBF like any other >CHR(128) character. Here's ...
by ic2
Mon Oct 14, 2024 2:01 pm
Forum: Product
Topic: SetAnsi(false) not needed in X# with ADS?
Replies: 9
Views: 1091

Re: SetAnsi(false) not needed in X# with ADS?

Thanks Chris, Wolfgang, to add: the 'explanation below' from the ADS help as Wolfgang posted is: "If the data is stored in the DBF as OEM data (to be shared with a Clipper application for example), it must also be collated using the Clipper collation sequence (which is ASCII for the English language ...
by ic2
Mon Oct 14, 2024 9:06 am
Forum: Product
Topic: SetAnsi(false) not needed in X# with ADS?
Replies: 9
Views: 1091

Re: SetAnsi(false) not needed in X# with ADS?

Robert, Chris, can you confirm this?

Dick
by ic2
Thu Oct 10, 2024 4:00 pm
Forum: Product
Topic: SetAnsi(false) not needed in X# with ADS?
Replies: 9
Views: 1091

SetAnsi(false) not needed in X# with ADS?

Frank works on an X# conversion and once he pastes an ANSI character in an SLE in a converted VO form, the character shows incorrect, unlike in VO. E.g.: straße changes into straáe . Once he runs SetAnsi(true) the problem is solved. However, we all use ADS which requires SetAnsi(false) to prevent b ...
by ic2
Thu Oct 03, 2024 7:38 pm
Forum: Product
Topic: Incomprehensible XS1061 error
Replies: 7
Views: 929

Re: Incomprehensible XS1061 error

Hello Karl, Indeed, nRowCount:=oRange:Rows:Count works without the setting, thanks. Often it's a bit of VO (or maybe Vulcan) created code with or without something more in this program. So instead of thinking what I am looking at (instance property etc) and what I should use I let the compiler ...