Search found 486 matches

by Wolfgang Ciriack
Thu Apr 14, 2022 10:13 pm
Forum: eXpress++ Support
Topic: I can't write files to the specified folders via ftp
Replies: 15
Views: 7390

Re: I can't write files to the specified folders via ftp

Have you set oFTP:PassiveMode := .T. ?
by Wolfgang Ciriack
Sat Apr 09, 2022 11:23 pm
Forum: eXpress++ Support
Topic: Speed Windows 11
Replies: 23
Views: 12114

Re: Speed Windows 11

Hello Chris,
i testet it on my PC:
Win 11 Build 22593.1, Windows Feature Experience Pack 1000.22593.1.0
CPU i5-1135G7 with 2.40GHz, 16 GB RAM : Create: 3.16 - 3.25 (2.65 from within workbench) Destroy: 1.06 - 1.15
by Wolfgang Ciriack
Wed Apr 06, 2022 5:58 am
Forum: eXpress++ Support
Topic: Error after calling the DC_GetRefresh() function
Replies: 3
Views: 2209

Re: Error after calling the DC_GetRefresh() function

Seems, that in your Getlist is a var, that is not initialised correct or the value of that var is changed to a wrong type somewhere in your dialog
(DCMULTILINE ?)
by Wolfgang Ciriack
Fri Apr 01, 2022 6:09 am
Forum: Xbase++ 2.0
Topic: Json Formatter
Replies: 9
Views: 4167

Re: Json Formatter

As always, no download of pictures or zip files possible :oops: :o :roll:
by Wolfgang Ciriack
Fri Apr 01, 2022 2:59 am
Forum: eXpress++ Support
Topic: cXml
Replies: 9
Views: 4124

Re: cXml

Hello,
in Germany we have the "ZUGFeRD" or "XRechnung" format, very complex xml format.
But with Roger DC_XmlNode() it is very easy to create the xml files.
by Wolfgang Ciriack
Thu Mar 17, 2022 2:10 pm
Forum: eXpress++ Support
Topic: Opening xls files
Replies: 2
Views: 2361

Re: Opening xls files

DC_SpawnUrl should do it.
by Wolfgang Ciriack
Fri Mar 04, 2022 12:01 am
Forum: eXpress++ Support
Topic: I need a PDF to attach to an email but without the user seeing the preview
Replies: 2
Views: 1904

Re: I need a PDF to attach to an email but without the user seeing the preview

Use the "Microsoft Print to PDF" printer without the ACROBAT option.

DCPRINT ON NAME "Microsoft Print to PDF" TOFILE OUTFILE (TmpPDF) TO oPrinter
by Wolfgang Ciriack
Mon Feb 21, 2022 10:48 pm
Forum: eXpress++ Support
Topic: copy to
Replies: 2
Views: 2296

Re: copy to

Forbidden for file names are
#&"{}/\~%<>:?*
by Wolfgang Ciriack
Sat Feb 19, 2022 2:55 am
Forum: eXpress++ Support
Topic: method to building a screen with many objects
Replies: 16
Views: 7468

Re: method to building a screen with many objects

Sorry Tom, i did not realize your sample.
by Wolfgang Ciriack
Sat Feb 19, 2022 1:41 am
Forum: eXpress++ Support
Topic: method to building a screen with many objects
Replies: 16
Views: 7468

Re: method to building a screen with many objects

Hello,
take a look at the XDEMO program from Roger, samples 5, MergeGetlist2.
It shows the building of tabpages and the elements on demand.