Search found 54 matches

by kitz
Fri Nov 12, 2021 12:26 pm
Forum: Product
Topic: Warning: Variable assigned but never used?
Replies: 2
Views: 1921

Warning: Variable assigned but never used?

<r>Hello!<br/>
XS 2.8c, Visual Studio 2019 16.11.6, Win 10 Enterprise 20H1<br/>
<br/>
In code
<CODE><s>[code]</s>METHOD HelpAboutDialog()
LOCAL oOD AS Info

(oOD := Info{SELF}):Show()
RETURN NIL<e>[/code]</e></CODE>
I get the warning:<br/>
...Standard Shell.prg(87,8 ): warning XS0219: The ...
by kitz
Fri Nov 12, 2021 12:06 pm
Forum: Welcome
Topic: dependence GUI and database?
Replies: 8
Views: 5326

dependence GUI and database?

Hello Robert,
sounds good!
BR Kurt
by kitz
Thu Nov 11, 2021 11:31 am
Forum: Welcome
Topic: dependence GUI and database?
Replies: 8
Views: 5326

dependence GUI and database?

<t>Hi!<br/>
Maybe a silly question, but I am not sure about this:<br/>
1. If I move from VO to X# a program with VO GUI and SQLClasses then I have to use still VO GUI and VOSQLclasses to avoid major changes.<br/>
Correct?<br/>
2. Is there a way to use .net dataset with VO GUI? Or do I have move to ...
by kitz
Tue Oct 05, 2021 12:40 pm
Forum: VO & Vulcan
Topic: VO2740: debugging with .exe on network drive: show variable content wrong
Replies: 2
Views: 2520

VO2740: debugging with .exe on network drive: show variable content wrong

Robert,
I know, but just wanted to know if there are tips I could try.
I have to do some modifications every month but I have not yet finished converting to X#. So these minor changes take more time which I would like to spend on conversion...
BR Kurt
by kitz
Mon Oct 04, 2021 1:39 pm
Forum: VO & Vulcan
Topic: VO2740: debugging with .exe on network drive: show variable content wrong
Replies: 2
Views: 2520

VO2740: debugging with .exe on network drive: show variable content wrong

<t>Hello,<br/>
because of security policies only exe's under program files and on network drives are allowed to connect to our sql servers.<br/>
This is enforced by WIP (Windows Information Protection).<br/>
As I deploy my internal programs on a network drive anyway, this is no problem.<br/>
But if ...
by kitz
Mon Sep 13, 2021 9:21 am
Forum: Welcome
Topic: Date on forum? No FOX downloads?
Replies: 7
Views: 4371

Date on forum? No FOX downloads?

Ok, my fault. Should get more sleep ;-)
But FOX downloads were a short period really not available while logged in.
All ok now.
BR Kurt
by kitz
Thu Sep 09, 2021 2:54 pm
Forum: Deutsches Forum
Topic: System.Data.SQLite: Insert: Schlüsselwerte aus SQLite bekommen
Replies: 1
Views: 2405

System.Data.SQLite: Insert: Schlüsselwerte aus SQLite bekommen

<t>Hallo!<br/>
Ich experimintiere mit X#, WPF und system.data.sqlite.<br/>
Dabei zeige ich eine Liste in einem WPF Window aus einer SQLite-Tabelle und füge Sätze manuell hinzu. Gemäß einem WPF-Beispiel<br/>
werden dabei -1, -2,... als neue rowids im Dataset vergeben.<br/>
Nun erstelle ich daraus ein ...
by kitz
Thu Sep 09, 2021 2:04 pm
Forum: Welcome
Topic: Date on forum? No FOX downloads?
Replies: 7
Views: 4371

Date on forum? No FOX downloads?

1. Just complained, now the date seems ok (at least for my posting)
and
2. I now can see fox downloads again.
Some voodoo over here...
BR Kurt
by kitz
Thu Sep 09, 2021 2:02 pm
Forum: Welcome
Topic: Date on forum? No FOX downloads?
Replies: 7
Views: 4371

Date on forum? No FOX downloads?

Hello!
1. I can see posings of August 13th, 2021 but now is August 9th 2021 !!??
2. I wanted to dpwnload 2.8c fox but in the download section I don't see fox downloads anymore.
As I am writing in a FOX forum you can see I am logged in.
BR Kurt
by kitz
Thu Apr 01, 2021 2:13 pm
Forum: Product
Topic: App name same as dbserver name?
Replies: 1
Views: 1621

App name same as dbserver name?

<r>Hello!<br/>
XS9062: The CLASS name 'ANV' conflicts with the compiler generated globals class name 'Anv.Exe.Functions'. You should either rename the type or the output assembly<br/>
Anv F:XporterOutputAnvSRV_ANV.prg<br/>
Is there another possibility to keep the app ANV.exe as well as the dbserver ...