Search found 100 matches

by k-insis
Mon Jul 19, 2021 1:02 am
Forum: eXpress++ Support
Topic: Acrobat Previews
Replies: 2
Views: 3537

Re: Acrobat Previews

If possible (as those are temporary files?) to write it to users temp directory instead of to network drive? There is some snafu possibilites with cloud antivirus protection to fail/timeout as .pdf are source for numerous exploits. If not, can you (at write routine) do a multiple check if file is wr...
by k-insis
Tue Sep 15, 2020 1:31 am
Forum: eXpress++ Support
Topic: Excel
Replies: 5
Views: 8304

Re: Excel

To add: it is not fast method to do it, but you can produce almost anything.

Second would be to write a data via ODBC into xlsx file with two sheets, one beeing visual presentsation with formulas linked to second sheet (with data).
by k-insis
Tue Sep 15, 2020 1:29 am
Forum: eXpress++ Support
Topic: Excel
Replies: 5
Views: 8304

Re: Excel

ActiveX is way to do it.

you have a working example in source/samples/activex/msexcel directory

documentation on methods is on Microsoft , see this as starting point: https://docs.microsoft.com/en-us/office ... excel-home

you will need working install of Excel for it
by k-insis
Tue Jun 23, 2020 1:36 am
Forum: Xbase++ 2.0
Topic: universal document converter
Replies: 1
Views: 10105

Re: universal document converter

You can use LibreOffice commandline or LibreOffice as server @linux to do document conversions. I use it a lot for rtf/doc/docx -> pdf conversions. Notie: OpenOffice does not support it anymore. Also you can use (must be installed too) Word / Excel via automation to do conversions. And it works quit...
by k-insis
Fri Jun 05, 2020 5:44 am
Forum: eXpress++ Support
Topic: DC_WaitOn() with a retractable window
Replies: 5
Views: 8941

Re: DC_WaitOn() with a retractable window

Privjet Mr. Lutsenko You will need to a) remove 'ALWAYSONTOP' parameter for DCGETOPTIONS inside dc_waiton() source or b) modify dc_waiton() with additional parameter that turns on/off ALWAYSONTOP express\Source\Dclipx\_dcexpl.prg ; line 564 Currently it is hardcoded as fair i see it in source Is it ...
by k-insis
Thu May 28, 2020 3:42 am
Forum: Xbase++ 2.0
Topic: Oracle 19 with ODBC
Replies: 13
Views: 26093

Re: Oracle 19 with ODBC

Did you install "VC++ 2010" x86 (32b) ? It seems that there is a snafu for some users between 32b driver - windows 10 - VC++ runtime and PATH https://community.oracle.com/thread/3938283 Try to compile link and install on 'stock' Windows 10 machine or VM, Hi, I still get this error : = SQL ERROR ====...
by k-insis
Wed May 27, 2020 1:41 am
Forum: Xbase++ 2.0
Topic: Oracle 19 with ODBC
Replies: 13
Views: 26093

Re: Oracle 19 with ODBC

You will probably not get though without installing driver software package onto client workstation as it But you can do software registry add of "user data source" either by importing/writing set of registry keys ( .reg file) or by issuing Winapi calls to registry to create one you need. Mind you h...
by k-insis
Tue May 26, 2020 1:40 am
Forum: Xbase++ 2.0
Topic: Oracle 19 with ODBC
Replies: 13
Views: 26093

Re: Oracle 19 with ODBC

Try without % as it was my mistake not to omit them from post. cString := "DSN=ORCL;UID=SYSTEM;PWD=Testerone1+;SERVER=192.175.0.102;" Also mind that DSN is defined (either user or machine) data source name in 32bit control panel from C:\windows\syswow64\odbcad32.exe Try and write on resoult Hi, Toda...
by k-insis
Mon May 25, 2020 12:25 am
Forum: Xbase++ 2.0
Topic: Oracle 19 with ODBC
Replies: 13
Views: 26093

Re: Oracle 19 with ODBC

I use Oracle regulary (sqlexpress too), but there can be either problem with 1) connection string (replace parameters inside with %% with what you have: DSN=%DSN%;UID=%USER%;PWD=%PASSWORD%;SERVER=%HOST%; 2) Then you should check if by using tnsping you are able to reach instance: https://docs.oracle...
by k-insis
Tue Feb 04, 2020 5:07 am
Forum: eXpress++ Support
Topic: Alt + key not responding for ok,cancel R.267
Replies: 20
Views: 28628

Re: Alt + key not responding for ok,cancel R.267

1) Can confirm this works with initial testing and non-english translations used.

2) Will this patch be included in commit for next Express release R.268 ?

Greetings.