Search found 602 matches

by lumberjack
Sat Oct 14, 2023 8:22 am
Forum: XSharp Tools Library
Topic: Interest in WPF/MVVM Framework in X#
Replies: 10
Views: 4652

Re: Interest in WPF/MVVM Framework in X#

No objections this side Wolfgang.

Johan
by lumberjack
Wed Aug 23, 2023 11:22 am
Forum: Welcome
Topic: X# Newbie
Replies: 4
Views: 1906

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=h...
by lumberjack
Thu May 25, 2023 12:11 pm
Forum: Welcome
Topic: New member
Replies: 4
Views: 2208

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 st...
by lumberjack
Mon Jan 16, 2023 5:05 am
Forum: Examples
Topic: save BYTE[] into postgres table
Replies: 9
Views: 5372

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 V...
by lumberjack
Wed Dec 28, 2022 12:21 pm
Forum: Product
Topic: Data relation issue - SOLVED
Replies: 8
Views: 2096

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/> <...
by lumberjack
Tue Dec 27, 2022 6:25 pm
Forum: Product
Topic: Data relation issue - SOLVED
Replies: 8
Views: 2096

Data relation issue

Hi Terry,

The cust2sales is not a datacolumn it is merely the name of the relationship.
by lumberjack
Tue Dec 27, 2022 12:09 pm
Forum: Product
Topic: Data relation issue - SOLVED
Replies: 8
Views: 2096

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>[...
by lumberjack
Tue Dec 27, 2022 11:55 am
Forum: Product
Topic: Data relation issue - SOLVED
Replies: 8
Views: 2096

Data relation issue

Hi Terry,

Nope always work with 0 based.

I just can't understand why the Databinding complains it does not find the relationship "cust2sales"...
by lumberjack
Tue Dec 27, 2022 10:25 am
Forum: Product
Topic: Data relation issue - SOLVED
Replies: 8
Views: 2096

Data relation issue - SOLVED

<r>Hi all,<br/> <br/> I have the following issue, the following code compiles but generate an error that the cust2sales datamember does not exist. Can anyone see where I am making a mistake?<br/> <CODE><s>[code]</s><i> </i> PROTECTED METHOD Initialize() AS VOID LOCAL oDT1, oDT2 AS DataTable SELF:oBu...
by lumberjack
Mon Nov 21, 2022 8:51 am
Forum: 3rd party products
Topic: MSSQLSRV - Auto Increment - Identity - How to handle inserts - Vo2Ado
Replies: 4
Views: 2539

MSSQLSRV - Auto Increment - Identity - How to handle inserts - Vo2Ado

<r><QUOTE author="JKCanada604 post=24482 userid=6470"><s>[quote="JKCanada604 post=24482 userid=6470"]</s> <br/> I am preparing for a big migration to X# and have decided to move this application from DBServers to MSSQL first. <e>[/quote]</e></QUOTE> Good choice to move away from DbServers... Myself ...