Search found 149 matches

by Fabrice
Tue Jan 21, 2025 9:36 pm
Forum: Visual FoxPro
Topic: Is it possible to add the “Thisform” keyword to the foxpro dialect of X#?
Replies: 8
Views: 422

Re: Is it possible to add the “Thisform” keyword to the foxpro dialect of X#?

Hi Guys,

this is something I had to "emulate" with the VFPXPorter and the XSharp.VFP.UI.

I've made is this way :

In the XSharp.VFP.UI.Form Class, I have added a property :
PROPERTY ThisForm AS OBJECT GET SELF
Notice it is typed as OBJECT to force/support late-binding methods calls

For Controls ...
by Fabrice
Wed Nov 20, 2024 4:10 pm
Forum: Product
Topic: How to Get Started with XSharp for a Newbie?
Replies: 3
Views: 508

Re: How to Get Started with XSharp for a Newbie?

Hi halcyoncv,

Welcome aboard !

May I suggest to have a look at our XSharp Notebooks !?
You will find all informations here : https://github.com/X-Sharp/xsharp-notebooks

HTH,
Fab
by Fabrice
Wed Oct 30, 2024 10:37 am
Forum: Visual FoxPro
Topic: Unable to open forms created based on customized winform classes using the form designer
Replies: 21
Views: 2114

Re: Unable to open forms created based on customized winform classes using the form designer

Hi Guys,

when you use the WinForm designer "Reset" command, it will get it from the source code.
If you haven't override it, it will take the default value of the WinForm library (that what is happening with the Command Button)

If you want to provide your own "Default Value", you will have to ...
by Fabrice
Tue Aug 27, 2024 1:27 pm
Forum: 3rd party products
Topic: DotNetZip created backup sometimes causes issues in (only) some unzip programs
Replies: 15
Views: 5316

Re: DotNetZip created backup sometimes causes issues in (only) some unzip programs

Hi Dick,
first, I'm happy you have found the error.

But I'm curious to know where you were calculating that TimeSpan ? Was it in a CallBack/Event Handler of the Zipping task ?
If so, the exception was maybe breaking the correct cleanup & save of zip entries ??

Regards,
Fab
by Fabrice
Fri Aug 16, 2024 3:04 pm
Forum: Chit-Chat
Topic: How to get the SQLiteRDD.dll used by FabDBFEd
Replies: 4
Views: 758

Re: How to get the SQLiteRDD.dll used by FabDBFEd

Hi Xinje,

you can now pull the new repo : References to SQLiteRDD has been removed in the master branch, so here everything should be ok now

Fab
by Fabrice
Fri Aug 16, 2024 2:43 pm
Forum: Chit-Chat
Topic: How to get the SQLiteRDD.dll used by FabDBFEd
Replies: 4
Views: 758

Re: How to get the SQLiteRDD.dll used by FabDBFEd

Hi Xinje,
sorry my bad...

SQLiteRDD was one of my side project to provide a "kind of" DB access, but using a SQLite DB as storage.
In order to check it, I had been using FabDBFEd, and had modified it for this usage, but I should have done it in a separate branch, and not in the main one.

I will ...
by Fabrice
Fri Aug 16, 2024 2:22 pm
Forum: Chit-Chat
Topic: How to get the SQLiteRDD.dll used by FabDBFEd
Replies: 4
Views: 758

Re: How to get the SQLiteRDD.dll used by FabDBFEd

Hi xinje,

Normally, a rebuild shouId trigger the package update/download.
I will have a look at it, and update/correct it if necessary.

I will keep you informed
Fab
by Fabrice
Sun Jun 23, 2024 4:14 pm
Forum: Chit-Chat
Topic: Does anyone know any good tutorials for newbies?
Replies: 6
Views: 1225

Re: Does anyone know any good tutorials for newbies?

Hi,

To start with the language itself, may I suggest to have a look at XSharp Notebooks? (Info on the homepage)
About GUI, a video tutorial might be a good start, but we may need to re record something for newbies.

Fab.
by Fabrice
Fri Jun 21, 2024 4:48 pm
Forum: Product
Topic: Problem when using XSharp Notebook
Replies: 11
Views: 1909

Re: Problem when using XSharp Notebook

Hi,
I won't call me a VSCode expert ;)

But can you please send me the offending file ? Just to compare with the one I have on my machine.
I mean "Project.fsproj" that throw the error.

TIA,
Fab
by Fabrice
Fri Jun 21, 2024 1:34 pm
Forum: Product
Topic: Problem when using XSharp Notebook
Replies: 11
Views: 1909

Re: Problem when using XSharp Notebook

Hi,

no trouble at all !
I'm happy if I can help. I might comes from something in the NuGet package, but... sorry I was not able to reproduce it so I cannot provide a solution.

Fab