Search found 605 matches
- Mon Sep 02, 2024 6:51 am
- Forum: VO & Vulcan
- Topic: Button class
- Replies: 45
- Views: 2236
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 ...
- Sun Sep 01, 2024 8:18 am
- Forum: VO & Vulcan
- Topic: Button class
- Replies: 45
- Views: 2236
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: 497
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 ...
- Sat Oct 14, 2023 8:22 am
- Forum: XSharp Tools Library
- Topic: Interest in WPF/MVVM Framework in X#
- Replies: 10
- Views: 5173
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 ...
- Thu May 25, 2023 12:11 pm
- Forum: Welcome
- Topic: New member
- Replies: 4
- Views: 2603
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 ...
- Mon Jan 16, 2023 5:05 am
- Forum: Examples
- Topic: save BYTE[] into postgres table
- Replies: 9
- Views: 5825
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 USING ...
- Wed Dec 28, 2022 12:21 pm
- Forum: Product
- Topic: Data relation issue - SOLVED
- Replies: 8
- Views: 2469
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 ...
- Tue Dec 27, 2022 6:25 pm
- Forum: Product
- Topic: Data relation issue - SOLVED
- Replies: 8
- Views: 2469
Data relation issue
Hi Terry,
The cust2sales is not a datacolumn it is merely the name of the relationship.
The cust2sales is not a datacolumn it is merely the name of the relationship.
- Tue Dec 27, 2022 12:09 pm
- Forum: Product
- Topic: Data relation issue - SOLVED
- Replies: 8
- Views: 2469
Data relation issue
<r>Terry, <QUOTE author="Terry post=24882 userid=4511"><s>[quote="Terry post=24882 userid=4511"]</s>Hello Johan<br/> <br/> I cannot pretend I understand what your code is doing, but is it possible you are getting something that is zero based conflicting with something one based?<br/> <br/> Terry<e ...