Hi Mark,
Welcome aboard! I am sure you will enjoy the "modenn" Clipper look and feel found in X#.
Some suggestions:
1. Have a look at PostgreSQL, many of us here is using it. Solid and relatively simple to use.
2. Consider using X# Core to develop in, free yourself from old habits.
3. In the ...
Search found 607 matches
- Thu Nov 21, 2024 5:43 am
- Forum: Product
- Topic: How to Get Started with XSharp for a Newbie?
- Replies: 3
- Views: 488
Re: How to Get Started with XSharp for a Newbie?
Hi welcome aboard!
You can also look under articles, User contributions for some examples.
I have an article series there about Data-driven applications starting with a simple "Hello world" going into more advanced solutions that might also help.
Regards and enjoy the ride!
You can also look under articles, User contributions for some examples.
I have an article series there about Data-driven applications starting with a simple "Hello world" going into more advanced solutions that might also help.
Regards and enjoy the ride!
- Mon Sep 02, 2024 6:51 am
- Forum: VO & Vulcan
- Topic: Button class
- Replies: 45
- Views: 4094
Re: Button class
Radim,
Please don't make it a private discussion. I am sure others would also like to follow this discussion.
Also, look under User Contributions, I have an article series which miight also help you to understand X# better. It starts out a Hello World application.
https://xsharp.eu/articles/user ...
Please don't make it a private discussion. I am sure others would also like to follow this discussion.
Also, look under User Contributions, I have an article series which miight also help you to understand X# better. It starts out a Hello World application.
https://xsharp.eu/articles/user ...
- Sun Sep 01, 2024 8:18 am
- Forum: VO & Vulcan
- Topic: Button class
- Replies: 45
- Views: 4094
Re: Button class
Radim,
Windows Forms are part of the .NET framework, no need to buy a 3rd party library.
Johan
Windows Forms are part of the .NET framework, no need to buy a 3rd party library.
Johan
- Fri Jul 12, 2024 10:03 am
- Forum: Chit-Chat
- Topic: Datamodelling beyond 1:N ...
- Replies: 3
- Views: 741
Re: Datamodelling beyond 1:N ...
Hi Karl,
Hmm not sure if this is a direction you would want to persue, but have you looked at how I implemented my Datadriven model? It sure would be able to cater for than. A four table solution, but you will have to do a little bit of generic coding for it to work. Doable and once you have all in ...
Hmm not sure if this is a direction you would want to persue, but have you looked at how I implemented my Datadriven model? It sure would be able to cater for than. A four table solution, but you will have to do a little bit of generic coding for it to work. Doable and once you have all in ...
- Sat Oct 14, 2023 8:22 am
- Forum: XSharp Tools Library
- Topic: Interest in WPF/MVVM Framework in X#
- Replies: 16
- Views: 6307
Re: Interest in WPF/MVVM Framework in X#
No objections this side Wolfgang.
Johan
Johan
X# Newbie
<r>Hi Steph,<br/>
Look under Articles/User Contributions.<br/>
I have also wrote a series (still to be completed) about Data-driven programming in that section which you might find useful.<br/>
Here is the <URL url="https://www.xsharp.eu/articles/user-contributions/data-driven-programming"><s>[url ...
Look under Articles/User Contributions.<br/>
I have also wrote a series (still to be completed) about Data-driven programming in that section which you might find useful.<br/>
Here is the <URL url="https://www.xsharp.eu/articles/user-contributions/data-driven-programming"><s>[url ...
- Thu May 25, 2023 12:11 pm
- Forum: Welcome
- Topic: New member
- Replies: 4
- Views: 2908
New member
<r><QUOTE author="MJI post=26448 userid=7961"><s>[quote="MJI post=26448 userid=7961"]</s>Thanks Fabrice<br/>
<br/>
We are sticking with VO until a full SQL driven dot net system has been done, I am assisitng on that as I am still full time on our current project, and the want to make sure younger ...
<br/>
We are sticking with VO until a full SQL driven dot net system has been done, I am assisitng on that as I am still full time on our current project, and the want to make sure younger ...
- Mon Jan 16, 2023 5:05 am
- Forum: Examples
- Topic: save BYTE[] into postgres table
- Replies: 9
- Views: 6299
save BYTE[] into postgres table
<r>juraj,<br/>
<QUOTE author="Juraj post=24988 userid=1312"><s>[quote="Juraj post=24988 userid=1312"]</s>Hi All,<br/>
I need sabe long text into postgres table. I use net. compress method<br/>
<CODE><s>[code]</s>PUBLIC METHOD MyZip( uncompressed AS STRING) AS BYTE[]
LOCAL ret AS BYTE[]
BEGIN ...
<QUOTE author="Juraj post=24988 userid=1312"><s>[quote="Juraj post=24988 userid=1312"]</s>Hi All,<br/>
I need sabe long text into postgres table. I use net. compress method<br/>
<CODE><s>[code]</s>PUBLIC METHOD MyZip( uncompressed AS STRING) AS BYTE[]
LOCAL ret AS BYTE[]
BEGIN ...
- Wed Dec 28, 2022 12:21 pm
- Forum: Product
- Topic: Data relation issue - SOLVED
- Replies: 8
- Views: 2761
Data relation issue - SOLVED
<t>Hi All,<br/>
<br/>
Well in the end solved the issue using some common sense....<br/>
<br/>
All the MS examples shows a oBS1, oBS2 for the datagridviews of the master and detail....<br/>
<br/>
I merely attached oBS1 to both datagridviews and voila all well.<br/>
Thanks for your interaction.<br ...
<br/>
Well in the end solved the issue using some common sense....<br/>
<br/>
All the MS examples shows a oBS1, oBS2 for the datagridviews of the master and detail....<br/>
<br/>
I merely attached oBS1 to both datagridviews and voila all well.<br/>
Thanks for your interaction.<br ...