Search found 14 matches

by jacekm23
Fri Nov 03, 2023 9:32 pm
Forum: Product
Topic: Window name in Vo dialect
Replies: 3
Views: 1507

Re: Window name in Vo dialect

Hi Wolfgang,
VS, in the VOWindow Editor.

Jacek
by jacekm23
Thu Nov 02, 2023 6:18 pm
Forum: Product
Topic: Window name in Vo dialect
Replies: 3
Views: 1507

Window name in Vo dialect

Hi,
Is it possible to change the window name in the VO dialect?
When I try to do this I get a message: "Modifying window name is not allowed yet."

Regards,
Jacek
by jacekm23
Fri Oct 27, 2023 5:19 pm
Forum: VO & Vulcan
Topic: Error MSB3644 - .NETFramework not found
Replies: 1
Views: 2842

Re: Error MSB3644 - .NETFramework not found

Hi,
It is OK now. I had to change target framework in the project properties.

Jacek
by jacekm23
Fri Oct 27, 2023 4:29 pm
Forum: VO & Vulcan
Topic: Error MSB3644 - .NETFramework not found
Replies: 1
Views: 2842

Error MSB3644 - .NETFramework not found

Hi,
I try to compile VOMDI app created from VO MDI Application template and I have this error:
MBS3644 The reference assemblies for framework ".NETFramework,Version=v4.6" were not found.

Is this framework necessary for VO applications ported to XSharp?

Best Regards,
Jacek
by jacekm23
Thu Oct 12, 2023 8:36 pm
Forum: Product
Topic: Problem with VS 17.7.0
Replies: 8
Views: 2408

Re: Problem with VS 17.7.0

Hi,
I got the VS 2022 17.7.5 update too, but it doesn't work for me with X# v2.16.0.5.
I have to wait for the X# v2.18.

Best Regards,
Jacek
by jacekm23
Tue Nov 08, 2022 11:41 am
Forum: 3rd party products
Topic: bBrowser
Replies: 0
Views: 4880

bBrowser

Hi,
Does bBrowser.NET support ADO.NET classes (DataSet, DataTables) or only DBServer and AdoServer? I used bBrowser in the VO applications with AdoServer, but I am wondering can I use it with ADO.NET.

Jacek
by jacekm23
Wed Oct 19, 2022 7:52 pm
Forum: Product
Topic: Virus?
Replies: 9
Views: 1948

Virus?

Hi,
I installed XSharp Cahors 2.13 - Public verion and my antivirus program detected a virus. What do you think about this?

Jacek
by jacekm23
Thu May 09, 2019 9:46 am
Forum: Product
Topic: DateTime Class
Replies: 6
Views: 1884

DateTime Class

Stefan,

exactly I have:

LOCAL oDt1 AS Nullable<DateTime>
LOCAL oDt2 AS Nullable<DateTime>

and
oDt2 := oDt1:Value:@@Date
works for me.

Thank you
Jacek
by jacekm23
Thu May 09, 2019 9:26 am
Forum: Product
Topic: DateTime Class
Replies: 6
Views: 1884

DateTime Class

<t>In CORE mode I am trying to write something like this:<br/> <br/> local oDt1 as DateTime<br/> local oDt2 as DateTime<br/> <br/> oDt1 := DateTime{...}<br/> oDt2 := Dt1:Date<br/> <br/> and I receive this:<br/> <br/> error XS9002: Parser: unexpected input ':DATE'<br/> Compilation failed (1 error)<br...
by jacekm23
Fri Mar 09, 2018 8:49 am
Forum: Chit-Chat
Topic: .Net simple database - what to use?
Replies: 46
Views: 11227

.Net simple database - what to use?

<r>I would like to mention Firebird SQL yet. I use it from many years in VO projects and now I plan use it in .Net projects. Firebird SQL is free and have everything what a database server should have: stored procedures, triggers, generators etc. It can be use as standalone server on Windows and Lin...