Search found 2510 matches

by robert
Sun May 18, 2025 8:05 am
Forum: Chit-Chat
Topic: End of Life for ADS (Advantage Data Server)
Replies: 3
Views: 4664

Re: End of Life for ADS (Advantage Data Server)

Paul,
PaulB wrote: Fri May 16, 2025 2:15 pm Robert,

Are you saying that you are a supplier of ADS (even though SAP is Not)? If true then good news and thank you.

Paul
That is correct. SAP still sells ADS through loyal distributors.

Robert
by robert
Fri May 16, 2025 6:45 am
Forum: Chit-Chat
Topic: End of Life for ADS (Advantage Data Server)
Replies: 3
Views: 4664

Re: End of Life for ADS (Advantage Data Server)

Paul,
You're right about SAP.
However, ADS as it is right now is working great.
And we (X#) can still sell licenses if you need these.

Robert
by robert
Fri May 09, 2025 8:27 am
Forum: Visual FoxPro
Topic: Trouble with COPY TO command
Replies: 11
Views: 9900

Re: Trouble with COPY TO command

Guys,
The DBFVFPSQL driver is used internally for the results of SqlExec().

It is the same as the DBFVFP driver, with the following differences:
1) The DBF file is deleted when the file is closed
2) The record length is fixed to 2 bytes (1 byte deleted flag and 1 byte data). There is no need for ...
by robert
Tue May 06, 2025 2:57 pm
Forum: Product
Topic: How to create a Windows forms custom control
Replies: 18
Views: 12985

Re: How to create a Windows forms custom control

Kees,
The problem with this code is that the Windows Forms designer tries to create the control when it opens.
This allows it to show properties that were changed, such as color and size.
In the form designer the Start() function is not called, so your code
MyGlobal := MyClass{}
is never executed ...
by robert
Wed Apr 30, 2025 7:04 am
Forum: Product
Topic: IComparer.Compare exception
Replies: 5
Views: 5564

Re: IComparer.Compare exception

John,

Thanks for everyone's replies.

I have applied the workaround suggested in the GitHub issue and my test example now works. I have applied the same fix as required in my main solution.

I must remember to check GitHub before bothering people on this forum!


I am not sure if you are using X ...
by robert
Fri Apr 25, 2025 6:59 am
Forum: Product
Topic: How to copy fields from a table to DBF! (SDF and Delimited, no problem)
Replies: 5
Views: 5600

Re: How to copy fields from a table to DBF! (SDF and Delimited, no problem)

Roland

Code: Select all

SELECT <tablealias>
COPY TO <newtablename> FOR <forcondition>
Robert
by robert
Thu Apr 24, 2025 6:12 am
Forum: Product
Topic: IComparer.Compare exception
Replies: 5
Views: 5564

Re: IComparer.Compare exception

John
This is fixed in the runtime update.
It will also be included in the upcoming new release.

Robert
by robert
Wed Apr 23, 2025 9:30 am
Forum: Suggestions
Topic: Cookie consent
Replies: 3
Views: 4983

Re: Cookie consent

Dick,
We collect nothing special afaik.
The cookies that we store are only to persist your login state between sessions.
This new blue cookie message bar was part of a recent upgrade from our website template.
I have disabled it for now.

Robert
by robert
Thu Apr 17, 2025 12:36 pm
Forum: VO & Vulcan
Topic: Why does this not give a runtime error?
Replies: 13
Views: 11015

Re: Why does this not give a runtime error?

Dick,
I have no idea why this simply aborts the program.
Probably an error in the VO Code generation

Robert
by robert
Wed Apr 09, 2025 6:52 am
Forum: Visual FoxPro
Topic: CursorSetProp missing
Replies: 1
Views: 4057

Re: CursorSetProp missing

Brian,
Not yet

Robert