Search found 151 matches

by Koverhage
Sun Jun 24, 2018 1:42 am
Forum: eXpress++ Support
Topic: Create a unique filename
Replies: 6
Views: 13140

Re: Create a unique filename

Do you mean a function like this ? FUNCTION GetTempFileName_a(cPfad) Local nDll, cRetVal := space(260), nRetVal := 0, nUnique := 0, cPrefix := "TFX" nDll := DllLoad( "KERNEL32.DLL") IF nDll != 0 nRetVal := DllCall( nDll, DLL_STDCALL, "GetTempFileNameA", ; cPfad, @cPrefix, nUnique, @cRetVal ) DllUnlo...
by Koverhage
Wed Jun 13, 2018 1:49 am
Forum: eXpress++ Support
Topic: dc_updated
Replies: 6
Views: 11728

Re: dc_updated

That do it, Thanks
by Koverhage
Tue Jun 12, 2018 1:08 am
Forum: eXpress++ Support
Topic: dc_updated
Replies: 6
Views: 11728

Re: dc_updated

Hi Chris,

this does not work (here the Getlist is empty after the DCREAD GUI).
by Koverhage
Mon Jun 11, 2018 10:50 pm
Forum: eXpress++ Support
Topic: dc_updated
Replies: 6
Views: 11728

Re: dc_updated

ok, a bit more precise until now the the user press ok or abort (with mouse or keyboard) sample dcread gui to lOK IF lOK do put data ELSE do nothing ENDIF This mean "put data" is executed no matter the user change data. If the data unchanged i would like to set lOK to FALSE. This should prevent writ...
by Koverhage
Mon Jun 11, 2018 3:24 am
Forum: eXpress++ Support
Topic: dc_updated
Replies: 6
Views: 11728

dc_updated

How i can do the check if i use
DCREAD GUI ?
by Koverhage
Tue Jan 16, 2018 11:32 pm
Forum: eXpress++ Support
Topic: How to set line spacing ?"print"
Replies: 3
Views: 9129

Re: How to set line spacing ?"print"

Yes, see your printer manual
and then use a command like this
? chr(27) + "0"
by Koverhage
Sun Nov 26, 2017 11:19 pm
Forum: eXpress++ Support
Topic: Getlist listbox array
Replies: 34
Views: 56793

Re: Getlist listbox array

Yes he need a Win Server
by Koverhage
Sun Nov 26, 2017 1:52 am
Forum: eXpress++ Support
Topic: Getlist listbox array
Replies: 34
Views: 56793

Re: Getlist listbox array

This is not possible.
?
It's possible
We have some desktop application written in Xbase++,
No need of WAA, Citrix, and so on.
If you need the adress and the access data send me a pm.

For me the question was, can i do it faster with dcread HTML.
I havae no answer found.
by Koverhage
Tue Apr 11, 2017 10:39 pm
Forum: Getting started with eXpress++
Topic: DCPRINT with Microsoft Print To PDF
Replies: 11
Views: 42721

Re: DCPRINT with Microsoft Print To PDF

I know that, but this is not what i want.
I want use the OUTFILE clause as with Bullzip PDF or Microsoft Image Writer.
by Koverhage
Wed Mar 15, 2017 6:54 am
Forum: Getting started with eXpress++
Topic: DCPRINT with Microsoft Print To PDF
Replies: 11
Views: 42721

DCPRINT with Microsoft Print To PDF

The printer "Microsft Print To PDF" is a part of WIN10
Has anyone done this ?
How ?