Search found 2512 matches

by robert
Mon Jun 02, 2025 7:12 pm
Forum: Visual FoxPro
Topic: Execscript support, Runtime compilation or razor templates?
Replies: 10
Views: 16790

Re: Execscript support, Runtime compilation or razor templates?

Brian,
Yes, we support ExecScript.
We have not looked at Razor Templates. I suspect that they are for C# only. I don't think they even support Visual Basic.

Robert
by robert
Wed May 28, 2025 3:49 pm
Forum: Product
Topic: Questions about choices: VS version, Dialect & .Net Framework version
Replies: 7
Views: 12803

Re: Questions about choices: VS version, Dialect & .Net Framework version

Dick
VS 2019 - 2022
VS 2019 is a 32 bits application. If you are using 32 bits 3rd party controls on forms, then you can only design these forms with VS2019. These forms will not open in VS2022. That is why some people keep using VS 2019 side by side with VS 2022. IIRC The IDE for VS 2019 needs .Net ...
by robert
Sun May 18, 2025 8:05 am
Forum: Chit-Chat
Topic: End of Life for ADS (Advantage Data Server)
Replies: 3
Views: 4803

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: 4803

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: 10313

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: 13536

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: 5806

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: 5857

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: 5806

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: 5120

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