Search found 2886 matches

by wriedmann
Wed May 08, 2024 4:23 pm
Forum: Product
Topic: DBServer replacement
Replies: 25
Views: 4572

Re: DBServer replacement

Hi Stefan, I have now looked where I had the code. Please find a sample application with the CoreDBF class inside. DBFServerApp.zip But it was more than 4 years ago I last worked on that code, and I don't remember anymore if it worked well or not, and I need to give it some more testing on real data...
by wriedmann
Wed May 08, 2024 6:27 am
Forum: Deutsches Forum
Topic: bBrowser 1.4 für X#
Replies: 2
Views: 68

Re: bBrowser 1.4 für X#

Hallo Franz, meines Wissens nach wurde nur der bBrowser 4.x nach X# portiert, aber keine der vorherigen Versionen. Ich würde es stark bezweifeln, dass sich jemand die Arbeit macht, die Version 1.4 kostenlos nach X# zu portieren, vor allem, weil von der kostenlosen Version kein Quellcode öffentlich v...
by wriedmann
Mon May 06, 2024 3:20 am
Forum: Product
Topic: Shared class library
Replies: 2
Views: 95

Re: Shared class library

Hi Roland, to have a class shared by several projects you have to create a DLL and to include it in the references of every application. This library can be part of the same project as the executable or of a different project. There are other, more advanced possibilities to share code, but they have...
by wriedmann
Thu May 02, 2024 9:23 am
Forum: Product
Topic: DBServer replacement
Replies: 25
Views: 4572

Re: DBServer replacement

Hi Stefan,
unfiortunately I'm on holiday on a very small island with a bad internet connection , but I will give it a look next week when I'm back again.
Wolfgang
by wriedmann
Tue Apr 30, 2024 11:26 am
Forum: Product
Topic: Xide or OS
Replies: 7
Views: 345

Re: Xide or OS

Hi Chris,
great, thank you very much!
Wolfgang (currently on holiday on a small island - large about 1 km)
by wriedmann
Wed Apr 24, 2024 8:41 am
Forum: Deutsches Forum
Topic: Norton Data Protector
Replies: 2
Views: 140

Re: Norton Data Protector

Hallo Frank,
ich vermute, im Beendigungsprozess kommt es zu einem Absturz, und es wird ein entsprechendes Protokoll geschrieben.
Es spricht aber nicht für die Qualität der Norton-Software, dass sie das falsch erkennt.
Wolfgang
by wriedmann
Wed Apr 24, 2024 2:32 am
Forum: Pearls
Topic: WinForms and DataBinding
Replies: 2
Views: 2030

Re: WinForms and DataBinding

Hi John,
the attachment is also available here:
https://www.riedmann.it/download/Winfor ... gApp.viaef
And I may point you to the material of my session in Memmingen about the GUI choices for VO programmers:
https://www.riedmann.it/download/GUI_Ch ... terial.zip
Wolfgang
by wriedmann
Tue Apr 23, 2024 6:16 pm
Forum: Deutsches Forum
Topic: Extended VO Classes with own Methods
Replies: 6
Views: 171

Re: Extended VO Classes with own Methods

Hi Franz,
yes, of course, you are correct.
This was a typing error on my side.
Wolfgang
by wriedmann
Mon Apr 22, 2024 6:23 pm
Forum: Product
Topic: Open DBF’s not visible in BackgroundWorker second thread.
Replies: 9
Views: 289

Re: Open DBF’s not visible in BackgroundWorker second thread.

Hi Roland,
in X# the workareas are separated per thread. Therefore in one thread you cannot see the workareas of the other threads.
I don't know if there is a possibility to access all workareas of all threads - that is a question for Robert.
Wolfgang
by wriedmann
Mon Apr 22, 2024 1:11 pm
Forum: Deutsches Forum
Topic: Extended VO Classes with own Methods
Replies: 6
Views: 171

Re: Extended VO Classes with own Methods

Hallo Franz, nein, so funktioniert das leider nicht. "self" gibt es in Deiner statischen Klasse nicht. Das gehört so: STATIC CLASS ControlExtensions STATIC METHOD PostFocus( self oControl as Control ) as void PostMessage( GetParent(oControl:Handle()) , WM_NextDlgCtl , DWORD( _CAST , oContr...