Search found 99 matches

by g.bunzel@domonet.de
Thu Jul 08, 2021 9:31 am
Forum: Deutsches Forum
Topic: Stellenangebot...
Replies: 0
Views: 2235

Stellenangebot...

Hallo zusammen,

wir suchen zur Verstärkung einen Programmierer in Vollzeit.
Die Anwendungen sind z.Zt. noch in VO entwickelt (u.a. mit bBrowser und ADS) - in absehbarer Zeit soll jedoch eine Umstellung auf X# erfolgen. Weiter Infos im Anhang.

Gruß
Gerhard Bunzel
by g.bunzel@domonet.de
Mon Jul 05, 2021 4:23 pm
Forum: Chit-Chat
Topic: OT: modifiying windows fileopen dlg?
Replies: 3
Views: 2548

OT: modifiying windows fileopen dlg?

Karl,

have a look at the FabOpenDialog inside FabPaint by Fabrice.
There is an example of an extension for the Windows FileOpenDialog.
This extension shows 'only' a preview - but you can also add your own buttons.

HTH

Gerhard Bunzel
by g.bunzel@domonet.de
Mon May 10, 2021 1:46 pm
Forum: Product
Topic: Why does BinRelease not contain Office DLL's?
Replies: 14
Views: 3396

Why does BinRelease not contain Office DLL's?

Dick,

> It works, but it is dreadfully slow (it can read only maybe 5 rows in 1 second containing 30 columns).

Strange - for me it is very fast - thousands of cells in a second - also with VO.


Gerhard
by g.bunzel@domonet.de
Mon May 10, 2021 10:59 am
Forum: Product
Topic: Why does BinRelease not contain Office DLL's?
Replies: 14
Views: 3396

Why does BinRelease not contain Office DLL's?

Dick,

have a look at that tool to work with Excel-files:
https://www.libxl.com/

Easy to use - very fast - no need of a office license for the user - no fight with office-files

HTH

Gerhard Bunzel
by g.bunzel@domonet.de
Tue May 04, 2021 11:40 am
Forum: VO & Vulcan
Topic: Delay EditChange while the user is still typing into SLE (search string)
Replies: 14
Views: 4490

Delay EditChange while the user is still typing into SLE (search string)

<r>...and maybe it's better, to stop the timer first and then SEND(..) the notification to the owner. To not have more notifications - if the SEND-Method needs more time to be finished...<br/>
<br/>
CASE oEvent:message == WM_TIMER <br/>
<br/>
IF IsMethod ( SELF:Owner , #OnTimer )<br/>
<br ...
by g.bunzel@domonet.de
Thu Apr 08, 2021 4:04 pm
Forum: Visual FoxPro
Topic: VFP BIT* functions
Replies: 9
Views: 4589

VFP BIT* functions

<r>Karl-Heinz,<br/>
<br/>
...then I think, all Arg1 should renamed to Arg.<br/>
<br/>
two small changes are required to compile your code.<br/>
<br/>
- both 'Arg1' must be renamed to 'Arg'<br/>
FUNCTION BITRSHIFT (<COLOR color="orange"><s>[color=orange]</s>Arg<e>[/color]</e></COLOR> AS USUAL, Bits ...
by g.bunzel@domonet.de
Thu Apr 01, 2021 6:48 pm
Forum: Deutsches Forum
Topic: Fritz.Box Wählhilfe
Replies: 9
Views: 4804

Fritz.Box Wählhilfe

<r>Hallo Frank,<br/>
<br/>
ich habe diese Info dazu gefunden. Das Beispiel ist mit curl erstellt - evtl. wäre das auch mein einem LineCommand möglich.<br/>
<br/>
FRITZ!Box-Dialer<br/>
Auf Basis dieser Informationen läßt sich leicht die zugehörige Aktion per Skript aufrufen. Der URL setzt sich aus ...
by g.bunzel@domonet.de
Sat Dec 19, 2020 3:57 pm
Forum: Deutsches Forum
Topic: Prüfen, ob der aktuelle Datensatz ausgefiltert ist?
Replies: 3
Views: 2631

Prüfen, ob der aktuelle Datensatz ausgefiltert ist?

<t>Hallo Karl-Heinz und Robert,<br/>
<br/>
vielen Dank für die Antworten.<br/>
<br/>
Ich habe inzwischen schon eine Lösung dafür erstellt - auch für ADS, da hier der macro compiler so evtl. nicht funktioniert:<br/>
<br/>
// Passen die aktuellen Änderungen in einen aktiven Filter...<br/>
cFilter ...
by g.bunzel@domonet.de
Wed Dec 16, 2020 8:22 am
Forum: VO & Vulcan
Topic: QR Code Generator OCX to suggest?
Replies: 6
Views: 5627

QR Code Generator OCX to suggest?

Jozo,

in my post is all you need: DLL-Wrapper and Sample.
What do you need more?

Regards

Gerhard
by g.bunzel@domonet.de
Tue Dec 01, 2020 5:58 pm
Forum: Deutsches Forum
Topic: Prüfen, ob der aktuelle Datensatz ausgefiltert ist?
Replies: 3
Views: 2631

Prüfen, ob der aktuelle Datensatz ausgefiltert ist?

<t>Hallo VO'ler,<br/>
<br/>
gibt es eine Möglichkeit festzustellen, ob der aktuelle Datensatz einer DBF-Datei bei einem aktiven Filter 'ausgefiltert' oder 'angezeigt' wird?<br/>
Es gibt die Methode DBServer:RecordInfo() mit verschiedenen Infos zu einem Datensatz. Ein DBRI_FILTERED wäre hier ...